File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
staging/operator-lifecycle-manager
github.com/docker/docker/api/types/versions Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ require (
77
77
github.com/distribution/reference v0.6.0 // indirect
78
78
github.com/docker/cli v28.3.1+incompatible // indirect
79
79
github.com/docker/distribution v2.8.3+incompatible // indirect
80
- github.com/docker/docker v28.2.2 +incompatible // indirect
80
+ github.com/docker/docker v28.3.3 +incompatible // indirect
81
81
github.com/docker/docker-credential-helpers v0.9.3 // indirect
82
82
github.com/docker/go-connections v0.5.0 // indirect
83
83
github.com/docker/go-units v0.5.0 // indirect
Original file line number Diff line number Diff line change @@ -1475,8 +1475,8 @@ github.com/docker/cli v28.3.1+incompatible h1:ZUdwOLDEBoE3TE5rdC9IXGY5HPHksJK3M+
1475
1475
github.com/docker/cli v28.3.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
1476
1476
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
1477
1477
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
1478
- github.com/docker/docker v28.2.2 +incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw =
1479
- github.com/docker/docker v28.2.2 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
1478
+ github.com/docker/docker v28.3.3 +incompatible h1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI =
1479
+ github.com/docker/docker v28.3.3 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
1480
1480
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8 =
1481
1481
github.com/docker/docker-credential-helpers v0.9.3 /go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo =
1482
1482
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ require (
83
83
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
84
84
github.com/docker/cli v28.3.1+incompatible // indirect
85
85
github.com/docker/distribution v2.8.3+incompatible // indirect
86
- github.com/docker/docker v28.2.2 +incompatible // indirect
86
+ github.com/docker/docker v28.3.3 +incompatible // indirect
87
87
github.com/docker/docker-credential-helpers v0.9.3 // indirect
88
88
github.com/docker/go-connections v0.5.0 // indirect
89
89
github.com/docker/go-units v0.5.0 // indirect
Original file line number Diff line number Diff line change @@ -1437,8 +1437,8 @@ github.com/docker/cli v28.3.1+incompatible h1:ZUdwOLDEBoE3TE5rdC9IXGY5HPHksJK3M+
1437
1437
github.com/docker/cli v28.3.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
1438
1438
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
1439
1439
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
1440
- github.com/docker/docker v28.2.2 +incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw =
1441
- github.com/docker/docker v28.2.2 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
1440
+ github.com/docker/docker v28.3.3 +incompatible h1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI =
1441
+ github.com/docker/docker v28.3.3 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
1442
1442
github.com/docker/docker-credential-helpers v0.9.3 h1:gAm/VtF9wgqJMoxzT3Gj5p4AqIjCBS4wrsOh9yRqcz8 =
1443
1443
github.com/docker/docker-credential-helpers v0.9.3 /go.mod h1:x+4Gbw9aGmChi3qTLZj8Dfn0TD20M/fuWy0E5+WDeCo =
1444
1444
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ github.com/docker/cli/cli/config/types
283
283
## explicit
284
284
github.com/docker/distribution/registry/api/errcode
285
285
github.com/docker/distribution/registry/api/v2
286
- # github.com/docker/docker v28.2.2 +incompatible
286
+ # github.com/docker/docker v28.3.3 +incompatible
287
287
## explicit
288
288
github.com/docker/docker/api/types/versions
289
289
# github.com/docker/docker-credential-helpers v0.9.3
You can’t perform that action at this time.
0 commit comments