-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 831 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (18 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/beardedio/docker-proxy
go 1.12
require (
github.com/Microsoft/go-winio v0.4.12 // indirect
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v0.7.3-0.20190401182946-32157f9b12a6
github.com/docker/engine v0.0.0-20190327083406-200b524eff60 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.3.3 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/kcmerrill/shutdown.go v0.0.0-20160301183615-908c645a50e5
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.1 // indirect
github.com/sirupsen/logrus v1.4.0
golang.org/x/net v0.0.0-20190328230028-74de082e2cca // indirect
google.golang.org/grpc v1.19.1 // indirect
)