github.com/georgethebeatle/containerd@v0.2.5/hack/vendor.sh (about) 1 #!/usr/bin/env bash 2 set -e 3 4 rm -rf vendor/ 5 source 'hack/.vendor-helpers.sh' 6 7 clone git github.com/Sirupsen/logrus 4b6ea7319e214d98c938f12692336f7ca9348d6b 8 clone git github.com/cloudfoundry/gosigar 3ed7c74352dae6dc00bdc8c74045375352e3ec05 9 clone git github.com/codegangsta/cli 9fec0fad02befc9209347cc6d620e68e1b45f74d 10 clone git github.com/coreos/go-systemd 7b2428fec40033549c68f54e26e89e7ca9a9ce31 11 clone git github.com/cyberdelia/go-metrics-graphite 7e54b5c2aa6eaff4286c44129c3def899dff528c 12 clone git github.com/docker/docker 2f6e3b0ba027b558adabd41344fee59db4441011 13 clone git github.com/docker/go-units 5d2041e26a699eaca682e2ea41c8f891e1060444 14 clone git github.com/godbus/dbus e2cf28118e66a6a63db46cf6088a35d2054d3bb0 15 clone git github.com/golang/glog 23def4e6c14b4da8ac2ed8007337bc5eb5007998 16 clone git github.com/golang/protobuf 3c84672111d91bb5ac31719e112f9f7126a0e26e 17 clone git github.com/opencontainers/runc 02f8fa7863dd3f82909a73e2061897828460d52f 18 clone git github.com/opencontainers/runtime-spec 1c7c27d043c2a5e513a44084d2b10d77d1402b8c 19 clone git github.com/rcrowley/go-metrics eeba7bd0dd01ace6e690fa833b3f22aaec29af43 20 clone git github.com/satori/go.uuid f9ab0dce87d815821e221626b772e3475a0d2749 21 clone git github.com/syndtr/gocapability 2c00daeb6c3b45114c80ac44119e7b8801fdd852 22 clone git github.com/vishvananda/netlink adb0f53af689dd38f1443eba79489feaacf0b22e 23 clone git github.com/Azure/go-ansiterm 70b2c90b260171e829f1ebd7c17f600c11858dbe 24 clone git golang.org/x/net 991d3e32f76f19ee6d9caadb3a22eae8d23315f7 https://github.com/golang/net.git 25 clone git golang.org/x/sys d4feaf1a7e61e1d9e79e6c4e76c6349e9cab0a03 https://github.com/golang/sys.git 26 clone git google.golang.org/grpc ab0be5212fb225475f2087566eded7da5d727960 https://github.com/grpc/grpc-go.git 27 clone git github.com/seccomp/libseccomp-golang 1b506fc7c24eec5a3693cdcbed40d9c226cfc6a1 28 clone git github.com/tonistiigi/fifo b45391ebcd3d282404092c04a2b015b37df12383 29 clone git github.com/pkg/errors 839d9e913e063e28dfd0e6c7b7512793e0a48be9 30 31 clone git github.com/vdemeester/shakers 24d7f1d6a71aa5d9cbe7390e4afb66b7eef9e1b3 32 clone git github.com/go-check/check a625211d932a2a643d0d17352095f03fb7774663 https://github.com/cpuguy83/check.git 33 34 # dependencies of docker/pkg/listeners 35 clone git github.com/docker/go-connections v0.2.0 36 clone git github.com/Microsoft/go-winio v0.3.2 37 38 clean