2016-01-05 19:15:46 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
|
|
|
|
rm -rf vendor/
|
|
|
|
source 'hack/.vendor-helpers.sh'
|
|
|
|
|
2016-03-25 01:51:30 +00:00
|
|
|
clone git github.com/Sirupsen/logrus 4b6ea7319e214d98c938f12692336f7ca9348d6b
|
|
|
|
clone git github.com/cloudfoundry/gosigar 3ed7c74352dae6dc00bdc8c74045375352e3ec05
|
|
|
|
clone git github.com/codegangsta/cli 9fec0fad02befc9209347cc6d620e68e1b45f74d
|
|
|
|
clone git github.com/coreos/go-systemd 7b2428fec40033549c68f54e26e89e7ca9a9ce31
|
|
|
|
clone git github.com/cyberdelia/go-metrics-graphite 7e54b5c2aa6eaff4286c44129c3def899dff528c
|
2016-05-02 20:40:15 +00:00
|
|
|
clone git github.com/docker/docker 2f6e3b0ba027b558adabd41344fee59db4441011
|
2016-03-25 01:51:30 +00:00
|
|
|
clone git github.com/docker/go-units 5d2041e26a699eaca682e2ea41c8f891e1060444
|
|
|
|
clone git github.com/godbus/dbus e2cf28118e66a6a63db46cf6088a35d2054d3bb0
|
|
|
|
clone git github.com/golang/glog 23def4e6c14b4da8ac2ed8007337bc5eb5007998
|
2016-05-18 16:16:55 +00:00
|
|
|
clone git github.com/golang/protobuf 3c84672111d91bb5ac31719e112f9f7126a0e26e
|
2016-06-13 19:50:23 +00:00
|
|
|
clone git github.com/opencontainers/runc 85873d917e86676e44ccb80719fcb47a794676a1
|
|
|
|
clone git github.com/opencontainers/runtime-spec v1.0.0-rc1
|
2016-03-25 01:51:30 +00:00
|
|
|
clone git github.com/rcrowley/go-metrics eeba7bd0dd01ace6e690fa833b3f22aaec29af43
|
|
|
|
clone git github.com/satori/go.uuid f9ab0dce87d815821e221626b772e3475a0d2749
|
|
|
|
clone git github.com/syndtr/gocapability 2c00daeb6c3b45114c80ac44119e7b8801fdd852
|
|
|
|
clone git github.com/vishvananda/netlink adb0f53af689dd38f1443eba79489feaacf0b22e
|
|
|
|
clone git github.com/Azure/go-ansiterm 70b2c90b260171e829f1ebd7c17f600c11858dbe
|
|
|
|
clone git golang.org/x/net 991d3e32f76f19ee6d9caadb3a22eae8d23315f7 https://github.com/golang/net.git
|
2016-05-19 17:12:50 +00:00
|
|
|
clone git golang.org/x/sys d4feaf1a7e61e1d9e79e6c4e76c6349e9cab0a03 https://github.com/golang/sys.git
|
2016-05-18 16:16:55 +00:00
|
|
|
clone git google.golang.org/grpc ab0be5212fb225475f2087566eded7da5d727960 https://github.com/grpc/grpc-go.git
|
2016-03-25 01:51:30 +00:00
|
|
|
clone git github.com/seccomp/libseccomp-golang 1b506fc7c24eec5a3693cdcbed40d9c226cfc6a1
|
2016-01-05 19:15:46 +00:00
|
|
|
|
2016-03-25 01:18:29 +00:00
|
|
|
clone git github.com/vdemeester/shakers 24d7f1d6a71aa5d9cbe7390e4afb66b7eef9e1b3
|
|
|
|
clone git github.com/go-check/check a625211d932a2a643d0d17352095f03fb7774663 https://github.com/cpuguy83/check.git
|
|
|
|
|
2016-03-31 03:22:32 +00:00
|
|
|
# dependencies of docker/pkg/listeners
|
|
|
|
clone git github.com/docker/go-connections v0.2.0
|
|
|
|
clone git github.com/Microsoft/go-winio v0.3.2
|
|
|
|
|
2016-01-05 19:15:46 +00:00
|
|
|
clean
|