Skip to content

Commit 6fca302

Browse files
Bump conforma/go-containerregistry
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0c907e commit 6fca302

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,12 @@ require (
6060
)
6161

6262
// use forked version until we can get the fixes merged see https://github.com/conforma/go-containerregistry/blob/main/hack/ec-patches.sh for a list of patches we carry
63-
replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry v0.20.7-0.20250703195040-6f40a3734728
63+
replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry v0.20.7-0.20251006083739-9d1ac924e529
6464

65-
require github.com/go-openapi/runtime v0.28.0
65+
require (
66+
github.com/go-openapi/runtime v0.28.0
67+
k8s.io/api v0.32.3
68+
)
6669

6770
require (
6871
cel.dev/expr v0.20.0 // indirect
@@ -384,7 +387,6 @@ require (
384387
gopkg.in/warnings.v0 v0.1.2 // indirect
385388
gopkg.in/yaml.v2 v2.4.0 // indirect
386389
gopkg.in/yaml.v3 v3.0.1 // indirect
387-
k8s.io/api v0.32.3 // indirect
388390
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
389391
knative.dev/pkg v0.0.0-20240815051656-89743d9bbf7c // indirect
390392
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be h1:J5BL
346346
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be/go.mod h1:mk5IQ+Y0ZeO87b858TlA645sVcEcbiX6YqP98kt+7+w=
347347
github.com/conforma/crds/api v0.1.0 h1:Y2AAFKI5tywBxqr0tTBkhaiX8dsp8rkMN2CmrIofg9s=
348348
github.com/conforma/crds/api v0.1.0/go.mod h1:vaUCN54r99HME4555KRKOUPGJxBNAlX1agZ4jlGI2YA=
349-
github.com/conforma/go-containerregistry v0.20.7-0.20250703195040-6f40a3734728 h1:a2L+lVx9BYtwWDOHlouRNCzgG89Imc7Chbp2/Xjhpf0=
350-
github.com/conforma/go-containerregistry v0.20.7-0.20250703195040-6f40a3734728/go.mod h1:sdc2GWaYnuP7aY7cx4nTEW16xVJsVuqjZ+zyx5S0XeI=
349+
github.com/conforma/go-containerregistry v0.20.7-0.20251006083739-9d1ac924e529 h1:cDVnzvS0LWoLxPrxZCoPhBdxd8KLlQviexnCYL4KFKA=
350+
github.com/conforma/go-containerregistry v0.20.7-0.20251006083739-9d1ac924e529/go.mod h1:sdc2GWaYnuP7aY7cx4nTEW16xVJsVuqjZ+zyx5S0XeI=
351351
github.com/conforma/go-gather v1.0.2 h1:385cOcDpMxA7JpccMdbQOLIPsagQtDRAnSqZc1YTetI=
352352
github.com/conforma/go-gather v1.0.2/go.mod h1:e2yxUmy6KWE9+4mCcB0Vpk4CAHkvk21ktrq1m79BIyA=
353353
github.com/containerd/containerd/v2 v2.1.3 h1:eMD2SLcIQPdMlnlNF6fatlrlRLAeDaiGPGwmRKLZKNs=

0 commit comments

Comments
 (0)