File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
github.com/docker/docker/api Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 github.com/cyphar/filepath-securejoin v0.4.1
2424 github.com/digitalocean/go-qemu v0.0.0-20250212194115-ee9b0668d242
2525 github.com/docker/distribution v2.8.3+incompatible
26- github.com/docker/docker v28.5.1 +incompatible
26+ github.com/docker/docker v28.5.2 +incompatible
2727 github.com/docker/go-connections v0.6.0
2828 github.com/docker/go-plugins-helpers v0.0.0-20240701071450-45e2431495c8
2929 github.com/docker/go-units v0.5.0
Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ github.com/docker/cli v28.5.1+incompatible h1:ESutzBALAD6qyCLqbQSEf1a/U8Ybms5agw
106106github.com/docker/cli v28.5.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
107107github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
108108github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
109- github.com/docker/docker v28.5.1 +incompatible h1:Bm8DchhSD2J6PsFzxC35TZo4TLGR2PdW/E69rU45NhM =
110- github.com/docker/docker v28.5.1 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
109+ github.com/docker/docker v28.5.2 +incompatible h1:DBX0Y0zAjZbSrm1uzOkdr1onVghKaftjlSWt4AFexzM =
110+ github.com/docker/docker v28.5.2 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
111111github.com/docker/docker-credential-helpers v0.9.4 h1:76ItO69/AP/V4yT9V4uuuItG0B1N8hvt0T0c0NN/DzI =
112112github.com/docker/docker-credential-helpers v0.9.4 /go.mod h1:v1S+hepowrQXITkEfw6o4+BMbGot02wiKpzWhGUZK6c =
113113github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pMmjSD94 =
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ github.com/distribution/reference
211211## explicit
212212github.com/docker/distribution/registry/api/errcode
213213github.com/docker/distribution/registry/api/v2
214- # github.com/docker/docker v28.5.1 +incompatible
214+ # github.com/docker/docker v28.5.2 +incompatible
215215## explicit
216216github.com/docker/docker/api
217217github.com/docker/docker/api/types
You can’t perform that action at this time.
0 commit comments