Skip to content

Commit 1b8bddb

Browse files
authored
Merge pull request #1017 from elgohr/dependabot/go_modules/docker-e67280ac4a
Bump github.com/docker/docker from 28.5.1+incompatible to 28.5.2+incompatible in the docker group
2 parents 448cb4c + 84781bf commit 1b8bddb

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/ssm v1.52.8
3232
github.com/aws/aws-sdk-go-v2/service/sts v1.30.7
3333
github.com/aws/smithy-go v1.20.4
34-
github.com/docker/docker v28.5.1+incompatible
34+
github.com/docker/docker v28.5.2+incompatible
3535
github.com/docker/go-connections v0.6.0
36-
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.0
3736
github.com/opencontainers/image-spec v1.1.1
3837
github.com/sirupsen/logrus v1.9.3
3938
github.com/stretchr/testify v1.11.1
@@ -65,6 +64,7 @@ require (
6564
github.com/go-logr/stdr v1.2.2 // indirect
6665
github.com/jmespath/go-jmespath v0.4.0 // indirect
6766
github.com/kr/pretty v0.3.0 // indirect
67+
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.0 // indirect
6868
github.com/moby/docker-image-spec v1.3.1 // indirect
6969
github.com/moby/sys/atomicwriter v0.1.0 // indirect
7070
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
9999
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
100100
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
101101
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
102-
github.com/docker/docker v28.5.1+incompatible h1:Bm8DchhSD2J6PsFzxC35TZo4TLGR2PdW/E69rU45NhM=
103-
github.com/docker/docker v28.5.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
102+
github.com/docker/docker v28.5.2+incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM=
103+
github.com/docker/docker v28.5.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
104104
github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94=
105105
github.com/docker/go-connections v0.6.0/go.mod h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE=
106106
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

vendor/github.com/docker/docker/api/swagger.yaml

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ github.com/davecgh/go-spew/spew
267267
# github.com/distribution/reference v0.6.0
268268
## explicit; go 1.20
269269
github.com/distribution/reference
270-
# github.com/docker/docker v28.5.1+incompatible
270+
# github.com/docker/docker v28.5.2+incompatible
271271
## explicit
272272
github.com/docker/docker/api
273273
github.com/docker/docker/api/types

0 commit comments

Comments
 (0)