File tree Expand file tree Collapse file tree 6 files changed +7
-15
lines changed
github.com/docker/docker/api Expand file tree Collapse file tree 6 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ require (
6868 github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
6969 github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 // indirect
7070 github.com/distribution/reference v0.6.0 // indirect
71- github.com/docker/docker v28.5.1 +incompatible // indirect
71+ github.com/docker/docker v28.5.2 +incompatible // indirect
7272 github.com/docker/docker-credential-helpers v0.9.4 // indirect
7373 github.com/docker/go-connections v0.6.0 // indirect
7474 github.com/felixge/httpsnoop v1.0.4 // indirect
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ github.com/docker/cli v28.5.1+incompatible h1:ESutzBALAD6qyCLqbQSEf1a/U8Ybms5agw
7070github.com/docker/cli v28.5.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
7171github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
7272github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
73- github.com/docker/docker v28.5.1 +incompatible h1:Bm8DchhSD2J6PsFzxC35TZo4TLGR2PdW/E69rU45NhM =
74- github.com/docker/docker v28.5.1 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
73+ github.com/docker/docker v28.5.2 +incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM =
74+ github.com/docker/docker v28.5.2 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
7575github.com/docker/docker-credential-helpers v0.9.4 h1:76ItO69/AP/V4yT9V4uuuItG0B1N8hvt0T0c0NN/DzI =
7676github.com/docker/docker-credential-helpers v0.9.4 /go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c =
7777github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94 =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 github.com/distribution/reference v0.6.0
1515 github.com/docker/cli v28.5.1+incompatible
1616 github.com/docker/distribution v2.8.3+incompatible
17- github.com/docker/docker v28.5.1 +incompatible
17+ github.com/docker/docker v28.5.2 +incompatible
1818 github.com/docker/docker-credential-helpers v0.9.4
1919 github.com/docker/go-connections v0.6.0
2020 github.com/hashicorp/go-cleanhttp v0.5.2
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ github.com/docker/cli v28.5.1+incompatible h1:ESutzBALAD6qyCLqbQSEf1a/U8Ybms5agw
5959github.com/docker/cli v28.5.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
6060github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
6161github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
62- github.com/docker/docker v28.5.1 +incompatible h1:Bm8DchhSD2J6PsFzxC35TZo4TLGR2PdW/E69rU45NhM =
63- github.com/docker/docker v28.5.1 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
62+ github.com/docker/docker v28.5.2 +incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM =
63+ github.com/docker/docker v28.5.2 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
6464github.com/docker/docker-credential-helpers v0.9.4 h1:76ItO69/AP/V4yT9V4uuuItG0B1N8hvt0T0c0NN/DzI =
6565github.com/docker/docker-credential-helpers v0.9.4 /go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c =
6666github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94 =
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ github.com/docker/distribution/registry/client/auth/challenge
130130github.com/docker/distribution/registry/client/transport
131131github.com/docker/distribution/registry/storage/cache
132132github.com/docker/distribution/registry/storage/cache/memory
133- # github.com/docker/docker v28.5.1 +incompatible
133+ # github.com/docker/docker v28.5.2 +incompatible
134134## explicit
135135github.com/docker/docker/api
136136github.com/docker/docker/api/types
You can’t perform that action at this time.
0 commit comments