File tree Expand file tree Collapse file tree 4 files changed +5
-13
lines changed
github.com/docker/docker/api Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
9999github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
100100github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
101101github.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 =
104104github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94 =
105105github.com/docker/go-connections v0.6.0 /go.mod h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE =
106106github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4 =
Original file line number Diff line number Diff 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
269269github.com/distribution/reference
270- # github.com/docker/docker v28.5.1 +incompatible
270+ # github.com/docker/docker v28.5.2 +incompatible
271271## explicit
272272github.com/docker/docker/api
273273github.com/docker/docker/api/types
You can’t perform that action at this time.
0 commit comments