-
Notifications
You must be signed in to change notification settings - Fork 27
/
go.mod
39 lines (37 loc) · 2.06 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
28
29
30
31
32
33
34
35
36
37
38
39
module github.com/CivicActions/bowline
replace github.com/docker/docker => github.com/docker/engine v0.0.0-20180816081446-320063a2ad06
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.11 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/docker/cli v0.0.0-20180814145437-67f9a3912cf9
github.com/docker/distribution v0.0.0-20180816081446-83389a148052 // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.3.1-0.20180212134524-7beb39f0b969 // indirect
github.com/docker/go-units v0.3.2-0.20170127094116-9e638d38cf69 // indirect
github.com/docker/libcompose v0.0.0-20180914093733-1535bdaafabc
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
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/imdario/mergo v0.3.6 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/mattn/go-shellwords v1.0.3 // indirect
github.com/mitchellh/mapstructure v1.1.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.8.0
github.com/sirupsen/logrus v1.1.1 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20160323030313-93e72a773fad // indirect
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e // indirect
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 // indirect
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba // indirect
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect
google.golang.org/grpc v1.15.0 // indirect
gopkg.in/yaml.v2 v2.2.1
gotest.tools v2.1.0+incompatible // indirect
)