-
Notifications
You must be signed in to change notification settings - Fork 22
/
go.mod
27 lines (26 loc) · 1.25 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/dcos/dcos-go
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.7 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/docker/distribution v2.7.0-rc.0.0.20181129231500-d9e12182359e+incompatible // indirect
github.com/docker/docker v0.7.3-0.20181129155816-baab736a3649
github.com/docker/go-connections v0.3.0
github.com/docker/go-units v0.3.3 // indirect
github.com/fortytw2/leaktest v1.2.0
github.com/gogo/protobuf v1.1.1 // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pkg/errors v0.0.0-20171216070316-e881fd58d78e
github.com/samuel/go-zookeeper v0.0.0-20171117190445-471cd4e61d7a
github.com/sirupsen/logrus v1.2.0 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect
google.golang.org/grpc v1.16.0 // indirect
gopkg.in/square/go-jose.v2 v2.1.3
gotest.tools v2.2.0+incompatible // indirect
)