forked from seaweedfs/docker-plugin_seaweedfs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
28 lines (24 loc) · 1.21 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
module github.com:SvenDowideit/docker-plugin-seaweedfs
go 1.12
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.3.0
replace github.com/docker/docker => github.com/docker/engine v0.0.0-20190307005417-54dddadc7d5d
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.13 // indirect
github.com/abronan/valkeyrie v0.0.0-20191010124425-1ae9442de16e
github.com/docker/cli v0.0.0-20190806145630-5ff3c4eef908
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-plugins-helpers v0.0.0-20181025120712-1e6269c305b8
github.com/docker/go-units v0.4.0 // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/gorilla/mux v1.7.3 // indirect
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/sirupsen/logrus v1.4.2
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect
google.golang.org/grpc v1.22.1 // indirect
gotest.tools v2.2.0+incompatible // indirect
)