2016-10-31 14:22:28 -04:00
|
|
|
# the following lines are in sorted order, FYI
|
|
|
|
github.com/Azure/go-ansiterm 388960b655244e76e24c75f48631564eaefade62
|
2017-03-22 17:03:46 -04:00
|
|
|
github.com/Microsoft/hcsshim v0.5.13
|
2017-04-25 23:00:47 -04:00
|
|
|
github.com/Microsoft/go-winio v0.3.9
|
2017-01-05 17:19:08 -05:00
|
|
|
github.com/Sirupsen/logrus v0.11.0
|
Remove pkg/testutil/assert in favor of testify
I noticed that we're using a homegrown package for assertions. The
functions are extremely similar to testify, but with enough slight
differences to be confusing (for example, Equal takes its arguments in a
different order). We already vendor testify, and it's used in a few
places by tests.
I also found some problems with pkg/testutil/assert. For example, the
NotNil function seems to be broken. It checks the argument against
"nil", which only works for an interface. If you pass in a nil map or
slice, the equality check will fail.
In the interest of avoiding NIH, I'm proposing replacing
pkg/testutil/assert with testify. The test code looks almost the same,
but we avoid the confusion of having two similar but slightly different
assertion packages, and having to maintain our own package instead of
using a commonly-used one.
In the process, I found a few places where the tests should halt if an
assertion fails, so I've made those cases (that I noticed) use "require"
instead of "assert", and I've vendored the "require" package from
testify alongside the already-present "assert" package.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2017-04-13 18:45:37 -04:00
|
|
|
github.com/davecgh/go-spew 346938d642f2ec3594ed81d874461961cd0faa76
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/docker/libtrust 9cbd2a1374f46905c68a4eb3694a130610adc62a
|
|
|
|
github.com/go-check/check 4ed411733c5785b40214c70bce814c3a3a689609 https://github.com/cpuguy83/check.git
|
|
|
|
github.com/gorilla/context v1.1
|
|
|
|
github.com/gorilla/mux v1.1
|
|
|
|
github.com/kr/pty 5cf931ef8f
|
2017-04-11 08:44:00 -04:00
|
|
|
github.com/mattn/go-shellwords v1.0.3
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/tchap/go-patricia v2.2.6
|
|
|
|
github.com/vdemeester/shakers 24d7f1d6a71aa5d9cbe7390e4afb66b7eef9e1b3
|
|
|
|
# forked golang.org/x/net package includes a patch for lazy loading trace templates
|
2017-01-13 18:18:46 -05:00
|
|
|
golang.org/x/net c427ad74c6d7a814201695e9ffde0c5d400a7674
|
2016-11-04 17:39:42 -04:00
|
|
|
golang.org/x/sys 8f0908ab3b2457e2e15403d3697c9ef5cb4b57a9
|
2017-02-07 15:58:56 -05:00
|
|
|
github.com/docker/go-units 9e638d38cf6977a37a8ea0078f3ee75a7cdb2dd1
|
2017-04-05 12:21:40 -04:00
|
|
|
github.com/docker/go-connections e15c02316c12de00874640cd76311849de2aeed5
|
2017-01-13 18:18:46 -05:00
|
|
|
golang.org/x/text f72d8390a633d5dfb0cc84043294db9f6c935756
|
Remove pkg/testutil/assert in favor of testify
I noticed that we're using a homegrown package for assertions. The
functions are extremely similar to testify, but with enough slight
differences to be confusing (for example, Equal takes its arguments in a
different order). We already vendor testify, and it's used in a few
places by tests.
I also found some problems with pkg/testutil/assert. For example, the
NotNil function seems to be broken. It checks the argument against
"nil", which only works for an interface. If you pass in a nil map or
slice, the equality check will fail.
In the interest of avoiding NIH, I'm proposing replacing
pkg/testutil/assert with testify. The test code looks almost the same,
but we avoid the confusion of having two similar but slightly different
assertion packages, and having to maintain our own package instead of
using a commonly-used one.
In the process, I found a few places where the tests should halt if an
assertion fails, so I've made those cases (that I noticed) use "require"
instead of "assert", and I've vendored the "require" package from
testify alongside the already-present "assert" package.
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2017-04-13 18:45:37 -04:00
|
|
|
github.com/stretchr/testify 4d4bfba8f1d1027c4fdbe371823030df51419987
|
2016-10-31 14:22:28 -04:00
|
|
|
|
2016-11-21 14:24:53 -05:00
|
|
|
github.com/RackSec/srslog 456df3a81436d29ba874f3590eeeee25d666f8a5
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/imdario/mergo 0.2.1
|
2017-04-24 15:17:49 -04:00
|
|
|
golang.org/x/sync/syncmap de49d9dcd27d4f764488181bea099dfe6179bcf0
|
2016-10-31 14:22:28 -04:00
|
|
|
|
|
|
|
#get libnetwork packages
|
2017-04-27 20:08:09 -04:00
|
|
|
github.com/docker/libnetwork cace103704768d39bd88a23d0df76df125a0e39a
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/docker/go-events 18b43f1bc85d9cdd42c05a6cd2d444c7a200a894
|
|
|
|
github.com/armon/go-radix e39d623f12e8e41c7b5529e9a9dd67a1e2261f80
|
|
|
|
github.com/armon/go-metrics eb0af217e5e9747e41dd5303755356b62d28e3ec
|
|
|
|
github.com/hashicorp/go-msgpack 71c2886f5a673a35f909803f38ece5810165097b
|
2017-04-27 16:20:11 -04:00
|
|
|
github.com/hashicorp/memberlist v0.1.0
|
|
|
|
github.com/sean-/seed e2103e2c35297fb7e17febb81e49b312087a2372
|
|
|
|
github.com/hashicorp/go-sockaddr acd314c5781ea706c710d9ea70069fd2e110d61d
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/hashicorp/go-multierror fcdddc395df1ddf4247c69bd436e84cfa0733f7e
|
|
|
|
github.com/hashicorp/serf 598c54895cc5a7b1a24a398d635e8c0ea0959870
|
2016-11-21 17:07:51 -05:00
|
|
|
github.com/docker/libkv 1d8431073ae03cdaedb198a89722f3aab6d418ef
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/vishvananda/netns 604eaf189ee867d8c147fafc28def2394e878d25
|
2017-04-10 20:09:24 -04:00
|
|
|
github.com/vishvananda/netlink 1e86b2bee5b6a7d377e4c02bb7f98209d6a7297c
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/BurntSushi/toml f706d00e3de6abe700c994cdd545a1a4915af060
|
|
|
|
github.com/samuel/go-zookeeper d0e0d8e11f318e000a8cc434616d69e329edc374
|
|
|
|
github.com/deckarep/golang-set ef32fa3046d9f249d399f98ebaf9be944430fd1d
|
2017-01-23 18:50:10 -05:00
|
|
|
github.com/coreos/etcd 824277cb3a577a0e8c829ca9ec557b973fe06d20
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/ugorji/go f1f1a805ed361a0e078bb537e4ea78cd37dcf065
|
|
|
|
github.com/hashicorp/consul v0.5.2
|
|
|
|
github.com/boltdb/bolt fff57c100f4dea1905678da7e90d92429dff2904
|
|
|
|
github.com/miekg/dns 75e6e86cc601825c5dbcd4e0c209eab180997cd7
|
|
|
|
|
|
|
|
# get graph and distribution packages
|
2017-02-13 15:30:57 -05:00
|
|
|
github.com/docker/distribution b38e5838b7b2f2ad48e06ec4b500011976080621
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/vbatts/tar-split v0.10.1
|
2017-01-06 20:30:33 -05:00
|
|
|
github.com/opencontainers/go-digest a6d0ee40d4207ea02364bd3b9e8e77b9159ba1eb
|
2016-10-31 14:22:28 -04:00
|
|
|
|
|
|
|
# get go-zfs packages
|
|
|
|
github.com/mistifyio/go-zfs 22c9b32c84eb0d0c6f4043b6e90fc94073de92fa
|
|
|
|
github.com/pborman/uuid v1.0
|
|
|
|
|
|
|
|
# get desired notary commit, might also need to be updated in Dockerfile
|
|
|
|
github.com/docker/notary v0.4.2
|
|
|
|
|
2017-01-23 18:50:10 -05:00
|
|
|
google.golang.org/grpc v1.0.4
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/miekg/pkcs11 df8ae6ca730422dba20c768ff38ef7d79077a59f
|
|
|
|
github.com/docker/go v1.5.1-1-1-gbaf439e
|
|
|
|
github.com/agl/ed25519 d2b94fd789ea21d12fac1a4443dd3a3f79cda72c
|
|
|
|
|
2017-02-22 14:45:43 -05:00
|
|
|
# When updating, also update RUNC_COMMIT in hack/dockerfile/binaries-commits accordingly
|
2017-03-10 11:13:02 -05:00
|
|
|
github.com/opencontainers/runc 9c2d8d184e5da67c95d601382adf14862e4f2228 https://github.com/docker/runc.git # libcontainer
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/opencontainers/runtime-spec 1c7c27d043c2a5e513a44084d2b10d77d1402b8c # specs
|
2017-03-07 17:19:46 -05:00
|
|
|
github.com/seccomp/libseccomp-golang v0.9.0
|
2016-10-31 14:22:28 -04:00
|
|
|
# libcontainer deps (see src/github.com/opencontainers/runc/Godeps/Godeps.json)
|
|
|
|
github.com/coreos/go-systemd v4
|
|
|
|
github.com/godbus/dbus v4.0.0
|
|
|
|
github.com/syndtr/gocapability 2c00daeb6c3b45114c80ac44119e7b8801fdd852
|
2017-01-23 18:50:10 -05:00
|
|
|
github.com/golang/protobuf 8ee79997227bf9b34611aee7946ae64735e6fd93
|
2016-10-31 14:22:28 -04:00
|
|
|
|
|
|
|
# gelf logging driver deps
|
2017-02-07 03:34:03 -05:00
|
|
|
github.com/Graylog2/go-gelf 7029da823dad4ef3a876df61065156acb703b2ea
|
2016-10-31 14:22:28 -04:00
|
|
|
|
|
|
|
github.com/fluent/fluent-logger-golang v1.2.1
|
|
|
|
# fluent-logger-golang deps
|
2017-03-06 04:17:55 -05:00
|
|
|
github.com/philhofer/fwd 98c11a7a6ec829d672b03833c3d69a7fae1ca972
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/tinylib/msgp 75ee40d2601edf122ef667e2a07d600d4c44490c
|
|
|
|
|
|
|
|
# fsnotify
|
2016-11-04 17:39:42 -04:00
|
|
|
github.com/fsnotify/fsnotify v1.2.11
|
2016-10-31 14:22:28 -04:00
|
|
|
|
|
|
|
# awslogs deps
|
|
|
|
github.com/aws/aws-sdk-go v1.4.22
|
|
|
|
github.com/go-ini/ini 060d7da055ba6ec5ea7a31f116332fe5efa04ce0
|
|
|
|
github.com/jmespath/go-jmespath 0b12d6b521d83fc7f755e7cfc1b1fbdd35a01a74
|
|
|
|
|
|
|
|
# logentries
|
2017-03-06 04:17:55 -05:00
|
|
|
github.com/bsphere/le_go 7a984a84b5492ae539b79b62fb4a10afc63c7bcf
|
2016-10-31 14:22:28 -04:00
|
|
|
|
|
|
|
# gcplogs deps
|
2016-12-15 23:37:47 -05:00
|
|
|
golang.org/x/oauth2 96382aa079b72d8c014eb0c50f6c223d1e6a2de0
|
2016-12-16 00:18:14 -05:00
|
|
|
google.golang.org/api 3cc2e591b550923a2c5f0ab5a803feda924d5823
|
2016-12-15 23:37:47 -05:00
|
|
|
cloud.google.com/go 9d965e63e8cceb1b5d7977a202f0fcb8866d6525
|
|
|
|
github.com/googleapis/gax-go da06d194a00e19ce00d9011a13931c3f6f6887c7
|
2017-01-23 18:50:10 -05:00
|
|
|
google.golang.org/genproto b3e7c2fb04031add52c4817f53f43757ccbf9c18
|
2016-10-31 14:22:28 -04:00
|
|
|
|
|
|
|
# native credentials
|
2017-03-13 15:38:14 -04:00
|
|
|
github.com/docker/docker-credential-helpers v0.5.0
|
2016-10-31 14:22:28 -04:00
|
|
|
|
|
|
|
# containerd
|
2017-03-31 11:56:50 -04:00
|
|
|
github.com/docker/containerd 9048e5e50717ea4497b757314bad98ea3763c145
|
2016-11-07 19:19:03 -05:00
|
|
|
github.com/tonistiigi/fifo 1405643975692217d6720f8b54aeee1bf2cd5cf4
|
2016-10-31 14:22:28 -04:00
|
|
|
|
|
|
|
# cluster
|
2017-04-14 13:20:58 -04:00
|
|
|
github.com/docker/swarmkit 61a92e8ec074df5769decda985df4a3ab43c77eb
|
2017-01-23 18:50:10 -05:00
|
|
|
github.com/gogo/protobuf 8d70fb3182befc465c4a1eac8ad4d38ff49778e2
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/cloudflare/cfssl 7fb22c8cba7ecaf98e4082d22d65800cf45e042a
|
|
|
|
github.com/google/certificate-transparency d90e65c3a07988180c5b1ece71791c0b6506826e
|
|
|
|
golang.org/x/crypto 3fbbcd23f1cb824e69491a5930cfeff09b12f4d2
|
|
|
|
golang.org/x/time a4bde12657593d5e90d0533a3e4fd95e635124cb
|
2017-01-23 18:50:10 -05:00
|
|
|
github.com/hashicorp/go-memdb cb9a474f84cc5e41b273b20c6927680b2a8776ad
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/hashicorp/go-immutable-radix 8e8ed81f8f0bf1bdd829593fdd5c29922c1ea990
|
|
|
|
github.com/hashicorp/golang-lru a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4
|
|
|
|
github.com/coreos/pkg fa29b1d70f0beaddd4c7021607cc3c3be8ce94b8
|
|
|
|
github.com/pivotal-golang/clock 3fd3c1944c59d9742e1cd333672181cd1a6f9fa0
|
|
|
|
github.com/prometheus/client_golang 52437c81da6b127a9925d17eb3a382a2e5fd395e
|
|
|
|
github.com/beorn7/perks 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9
|
|
|
|
github.com/prometheus/client_model fa8ad6fec33561be4280a8f0514318c79d7f6cb6
|
|
|
|
github.com/prometheus/common ebdfc6da46522d58825777cf1f90490a5b1ef1d8
|
|
|
|
github.com/prometheus/procfs abf152e5f3e97f2fafac028d2cc06c1feb87ffa5
|
2017-01-23 18:50:10 -05:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.0
|
2016-10-21 17:55:08 -04:00
|
|
|
github.com/pkg/errors 839d9e913e063e28dfd0e6c7b7512793e0a48be9
|
2017-02-27 14:51:00 -05:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus 6b7015e65d366bf3f19b2b2a000a831940f0f7e0
|
2016-10-31 14:22:28 -04:00
|
|
|
|
|
|
|
# cli
|
2017-01-13 16:32:36 -05:00
|
|
|
github.com/spf13/cobra v1.5.1 https://github.com/dnephin/cobra.git
|
2017-02-01 11:18:53 -05:00
|
|
|
github.com/spf13/pflag 9ff6c6923cfffbcd502984b8e0c80539a94968b7
|
2016-10-31 14:22:28 -04:00
|
|
|
github.com/inconshreveable/mousetrap 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75
|
|
|
|
github.com/flynn-archive/go-shlex 3f9db97f856818214da2e1057f8ad84803971cff
|
2017-04-06 06:13:25 -04:00
|
|
|
github.com/Nvveen/Gotty a8b993ba6abdb0e0c12b0125c603323a71c7790c https://github.com/ijc25/Gotty
|
2016-10-31 14:22:28 -04:00
|
|
|
|
|
|
|
# metrics
|
|
|
|
github.com/docker/go-metrics 86138d05f285fd9737a99bee2d9be30866b59d72
|
2016-11-02 14:57:09 -04:00
|
|
|
|
|
|
|
# composefile
|
|
|
|
github.com/mitchellh/mapstructure f3009df150dadf309fdee4a54ed65c124afad715
|
|
|
|
github.com/xeipuuv/gojsonpointer e0fe6f68307607d540ed8eac07a342c33fa1b54a
|
|
|
|
github.com/xeipuuv/gojsonreference e02fc20de94c78484cd5ffb007f8af96be030a45
|
|
|
|
github.com/xeipuuv/gojsonschema 93e72a773fade158921402d6a24c819b48aba29d
|
2017-02-06 08:08:58 -05:00
|
|
|
gopkg.in/yaml.v2 4c78c975fe7c825c6d1466c42be594d1d6f3aba6
|
2017-04-18 09:26:36 -04:00
|
|
|
github.com/opencontainers/selinux ba1aefe8057f1d0cfb8e88d0ec1dc85925ef987d
|