Skip to content

Commit 764e08c

Browse files
fix: docker cve (#130)
## Description Docker CVE needed fixing Signed-off-by: Austin Abro <[email protected]>
1 parent 72f1672 commit 764e08c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

oci/go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/defenseunicorns/pkg/helpers/v2 => ../helpers
77
require (
88
github.com/defenseunicorns/pkg/helpers/v2 v2.0.1
99
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
1111
github.com/goccy/go-yaml v1.11.3
1212
github.com/opencontainers/image-spec v1.1.0
1313
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
@@ -25,7 +25,6 @@ require (
2525
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2626
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
2727
github.com/distribution/reference v0.5.0 // indirect
28-
github.com/docker/docker v24.0.9+incompatible // indirect
2928
github.com/docker/docker-credential-helpers v0.8.0 // indirect
3029
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
3130
github.com/docker/go-metrics v0.0.1 // indirect

oci/go.sum

+2-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ github.com/distribution/distribution/v3 v3.0.0-alpha.1 h1:jn7I1gvjOvmLztH1+1cLiU
2828
github.com/distribution/distribution/v3 v3.0.0-alpha.1/go.mod h1:LCp4JZp1ZalYg0W/TN05jarCQu+h4w7xc7ZfQF4Y/cY=
2929
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
3030
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=
3533
github.com/docker/docker-credential-helpers v0.8.0 h1:YQFtbBQb4VrpoPxhFuzEBPQ9E16qz5SpHLS+uswaCp8=
3634
github.com/docker/docker-credential-helpers v0.8.0/go.mod h1:UGFXcuoQ5TxPiB54nHOZ32AWRqQdECoh/Mg0AlEYb40=
3735
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c h1:+pKlWGMw7gf6bQ+oDZB4KHQFypsfjYlq/C4rfL7D3g8=

0 commit comments

Comments
 (0)