File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/defenseunicorns/pkg/helpers/v2 => ../helpers
7
7
require (
8
8
github.com/defenseunicorns/pkg/helpers/v2 v2.0.1
9
9
github.com/distribution/distribution/v3 v3.0.0-alpha.1
10
- github.com/docker/cli v26.0.0 +incompatible
10
+ github.com/docker/cli v27.2.1 +incompatible
11
11
github.com/goccy/go-yaml v1.11.3
12
12
github.com/opencontainers/image-spec v1.1.0
13
13
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
@@ -25,7 +25,6 @@ require (
25
25
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
26
26
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
27
27
github.com/distribution/reference v0.5.0 // indirect
28
- github.com/docker/docker v24.0.9+incompatible // indirect
29
28
github.com/docker/docker-credential-helpers v0.8.0 // indirect
30
29
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
31
30
github.com/docker/go-metrics v0.0.1 // indirect
Original file line number Diff line number Diff line change @@ -28,10 +28,8 @@ github.com/distribution/distribution/v3 v3.0.0-alpha.1 h1:jn7I1gvjOvmLztH1+1cLiU
28
28
github.com/distribution/distribution/v3 v3.0.0-alpha.1 /go.mod h1:LCp4JZp1ZalYg0W/TN05jarCQu+h4w7xc7ZfQF4Y/cY =
29
29
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0 =
30
30
github.com/distribution/reference v0.5.0 /go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E =
31
- github.com/docker/cli v26.0.0+incompatible h1:90BKrx1a1HKYpSnnBFR6AgDq/FqkHxwlUyzJVPxD30I =
32
- github.com/docker/cli v26.0.0+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
33
- github.com/docker/docker v24.0.9+incompatible h1:HPGzNmwfLZWdxHqK9/II92pyi1EpYKsAqcl4G0Of9v0 =
34
- github.com/docker/docker v24.0.9+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
31
+ github.com/docker/cli v27.2.1+incompatible h1:U5BPtiD0viUzjGAjV1p0MGB8eVA3L3cbIrnyWmSJI70 =
32
+ github.com/docker/cli v27.2.1+incompatible /go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8 =
35
33
github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8 =
36
34
github.com/docker/docker-credential-helpers v0.8.0 /go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40 =
37
35
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8 =
You can’t perform that action at this time.
0 commit comments