Skip to content

Commit bde8d5f

Browse files
Bump github.com/docker/docker (#32)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.7+incompatible to 20.10.24+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v20.10.7...v20.10.24) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eca11d3 commit bde8d5f

2 files changed

Lines changed: 13 additions & 591 deletions

File tree

go.mod

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,26 @@ go 1.16
1919
require (
2020
cloud.google.com/go/pubsub v1.12.2
2121
cloud.google.com/go/storage v1.10.0
22+
github.com/Microsoft/go-winio v0.5.2 // indirect
2223
github.com/alexflint/go-arg v1.4.2
23-
github.com/containerd/containerd v1.5.18 // indirect
24-
github.com/docker/docker v20.10.7+incompatible
24+
github.com/docker/distribution v2.7.1+incompatible // indirect
25+
github.com/docker/docker v20.10.24+incompatible
2526
github.com/docker/go-connections v0.4.0
27+
github.com/docker/go-units v0.4.0 // indirect
28+
github.com/gogo/protobuf v1.3.2 // indirect
2629
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
27-
github.com/gorilla/mux v1.8.0 // indirect
30+
github.com/kr/pretty v0.2.1 // indirect
2831
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
2932
github.com/morikuni/aec v1.0.0 // indirect
33+
github.com/opencontainers/go-digest v1.0.0 // indirect
34+
github.com/opencontainers/image-spec v1.0.2 // indirect
3035
github.com/sethvargo/go-retry v0.1.0
36+
github.com/sirupsen/logrus v1.8.1 // indirect
3137
github.com/stretchr/testify v1.7.0
3238
golang.org/x/net v0.17.0 // indirect
3339
golang.org/x/sync v0.1.0
3440
google.golang.org/api v0.50.0
3541
google.golang.org/genproto v0.0.0-20210708141623-e76da96a951f
42+
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
43+
gotest.tools/v3 v3.0.3 // indirect
3644
)

0 commit comments

Comments
 (0)