File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff 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
6770require (
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
Original file line number Diff line number Diff line change @@ -346,8 +346,8 @@ github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be h1:J5BL
346346github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be /go.mod h1:mk5IQ+Y0ZeO87b858TlA645sVcEcbiX6YqP98kt+7+w =
347347github.com/conforma/crds/api v0.1.0 h1:Y2AAFKI5tywBxqr0tTBkhaiX8dsp8rkMN2CmrIofg9s =
348348github.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 =
351351github.com/conforma/go-gather v1.0.2 h1:385cOcDpMxA7JpccMdbQOLIPsagQtDRAnSqZc1YTetI =
352352github.com/conforma/go-gather v1.0.2 /go.mod h1:e2yxUmy6KWE9+4mCcB0Vpk4CAHkvk21ktrq1m79BIyA =
353353github.com/containerd/containerd/v2 v2.1.3 h1:eMD2SLcIQPdMlnlNF6fatlrlRLAeDaiGPGwmRKLZKNs =
You can’t perform that action at this time.
0 commit comments