File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
github.com/docker/docker/api/types/registry Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
27
27
github.com/cyphar/filepath-securejoin v0.4.1
28
28
github.com/digitalocean/go-qemu v0.0.0-20250212194115-ee9b0668d242
29
29
github.com/docker/distribution v2.8.3+incompatible
30
- github.com/docker/docker v28.1.0 +incompatible
30
+ github.com/docker/docker v28.1.1 +incompatible
31
31
github.com/docker/go-connections v0.5.0
32
32
github.com/docker/go-plugins-helpers v0.0.0-20240701071450-45e2431495c8
33
33
github.com/docker/go-units v0.5.0
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ github.com/docker/cli v28.0.4+incompatible h1:pBJSJeNd9QeIWPjRcV91RVJihd/TXB77q1
121
121
github.com/docker/cli v28.0.4+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
122
122
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
123
123
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
124
- github.com/docker/docker v28.1.0 +incompatible h1:4iqpcWQCt3Txcz7iWIb1U3SZ/n9ffo4U+ryY5/3eOp0 =
125
- github.com/docker/docker v28.1.0 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
124
+ github.com/docker/docker v28.1.1 +incompatible h1:49M11BFLsVO1gxY9UX9p/zwkE/rswggs8AdFmXQw51I =
125
+ github.com/docker/docker v28.1.1 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
126
126
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8 =
127
127
github.com/docker/docker-credential-helpers v0.9.3 /go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo =
128
128
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ github.com/distribution/reference
428
428
## explicit
429
429
github.com/docker/distribution/registry/api/errcode
430
430
github.com/docker/distribution/registry/api/v2
431
- # github.com/docker/docker v28.1.0 +incompatible
431
+ # github.com/docker/docker v28.1.1 +incompatible
432
432
## explicit
433
433
github.com/docker/docker/api
434
434
github.com/docker/docker/api/types
You can’t perform that action at this time.
0 commit comments