File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
staging/operator-lifecycle-manager Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ require (
90
90
github.com/distribution/reference v0.6.0 // indirect
91
91
github.com/docker/cli v27.0.3+incompatible // indirect
92
92
github.com/docker/distribution v2.8.3+incompatible // indirect
93
- github.com/docker/docker v26.1.4 +incompatible // indirect
93
+ github.com/docker/docker v26.1.5 +incompatible // indirect
94
94
github.com/docker/docker-credential-helpers v0.8.1 // indirect
95
95
github.com/docker/go-connections v0.5.0 // indirect
96
96
github.com/docker/go-metrics v0.0.1 // indirect
Original file line number Diff line number Diff line change @@ -1483,8 +1483,8 @@ github.com/docker/cli v27.0.3+incompatible h1:usGs0/BoBW8MWxGeEtqPMkzOY56jZ6kYlS
1483
1483
github.com/docker/cli v27.0.3+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
1484
1484
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
1485
1485
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
1486
- github.com/docker/docker v26.1.4 +incompatible h1:vuTpXDuoga+Z38m1OZHzl7NKisKWaWlhjQk7IDPSLsU =
1487
- github.com/docker/docker v26.1.4 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
1486
+ github.com/docker/docker v26.1.5 +incompatible h1:NEAxTwEjxV6VbBMBoGG3zPqbiJosIApZjxlbrG9q3/g =
1487
+ github.com/docker/docker v26.1.5 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
1488
1488
github.com/docker/docker-credential-helpers v0.8.1 h1:j/eKUktUltBtMzKqmfLB0PAgqYyMHOp5vfsD1807oKo =
1489
1489
github.com/docker/docker-credential-helpers v0.8.1 /go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M =
1490
1490
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ require (
84
84
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
85
85
github.com/docker/cli v27.0.3+incompatible // indirect
86
86
github.com/docker/distribution v2.8.3+incompatible // indirect
87
- github.com/docker/docker v26.1.4 +incompatible // indirect
87
+ github.com/docker/docker v26.1.5 +incompatible // indirect
88
88
github.com/docker/docker-credential-helpers v0.8.1 // indirect
89
89
github.com/docker/go-connections v0.5.0 // indirect
90
90
github.com/docker/go-units v0.5.0 // indirect
Original file line number Diff line number Diff line change @@ -1434,8 +1434,8 @@ github.com/docker/cli v27.0.3+incompatible h1:usGs0/BoBW8MWxGeEtqPMkzOY56jZ6kYlS
1434
1434
github.com/docker/cli v27.0.3+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
1435
1435
github.com/docker/distribution v2.8.3+incompatible h1:AtKxIZ36LoNK51+Z6RpzLpddBirtxJnzDrHLEKxTAYk =
1436
1436
github.com/docker/distribution v2.8.3+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
1437
- github.com/docker/docker v26.1.4 +incompatible h1:vuTpXDuoga+Z38m1OZHzl7NKisKWaWlhjQk7IDPSLsU =
1438
- github.com/docker/docker v26.1.4 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
1437
+ github.com/docker/docker v26.1.5 +incompatible h1:NEAxTwEjxV6VbBMBoGG3zPqbiJosIApZjxlbrG9q3/g =
1438
+ github.com/docker/docker v26.1.5 +incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
1439
1439
github.com/docker/docker-credential-helpers v0.8.1 h1:j/eKUktUltBtMzKqmfLB0PAgqYyMHOp5vfsD1807oKo =
1440
1440
github.com/docker/docker-credential-helpers v0.8.1 /go.mod h1:P3ci7E3lwkZg6XiHdRKft1KckHiO9a2rNtyFbZ/ry9M =
1441
1441
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ github.com/docker/distribution/registry/client/auth/challenge
263
263
github.com/docker/distribution/registry/client/transport
264
264
github.com/docker/distribution/registry/storage/cache
265
265
github.com/docker/distribution/registry/storage/cache/memory
266
- # github.com/docker/docker v26.1.4 +incompatible
266
+ # github.com/docker/docker v26.1.5 +incompatible
267
267
## explicit
268
268
github.com/docker/docker/api/types/filters
269
269
github.com/docker/docker/api/types/registry
You can’t perform that action at this time.
0 commit comments