Upgrade docker sdk to moby (#491)
* Replace deprecated method * Upgrade docker sdk to moby
This commit is contained in:
committed by
GitHub
parent
94ec06a3fe
commit
3ee2975d76
3
go.mod
3
go.mod
@@ -4,14 +4,13 @@ go 1.16
|
||||
|
||||
require (
|
||||
cloud.google.com/go v0.58.0 // indirect
|
||||
docker.io/go-docker v1.0.0
|
||||
github.com/Microsoft/go-winio v0.4.5 // indirect
|
||||
github.com/PuerkitoBio/purell v1.1.0 // indirect
|
||||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
||||
github.com/aws/aws-sdk-go v1.12.15
|
||||
github.com/containerd/containerd v1.0.0-beta.2
|
||||
github.com/docker/distribution v2.6.0-rc.1.0.20170726174610-edc3ab29cdff+incompatible // indirect
|
||||
github.com/docker/docker v1.4.2-0.20200309214505-aa6a9891b09c // indirect
|
||||
github.com/docker/docker v1.4.2-0.20200309214505-aa6a9891b09c
|
||||
github.com/docker/go-connections v0.3.0
|
||||
github.com/docker/go-units v0.3.2
|
||||
github.com/emicklei/go-restful v2.4.0+incompatible // indirect
|
||||
|
||||
Reference in New Issue
Block a user