File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -251,3 +251,5 @@ require (
251251 sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
252252 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
253253)
254+
255+ replace github.com/operator-framework/catalogd => github.com/openshift/operator-framework-catalogd v0.0.0-20241029145152-5850bc1dfd54
Original file line number Diff line number Diff line change @@ -533,10 +533,10 @@ github.com/opencontainers/runtime-spec v1.2.0 h1:z97+pHb3uELt/yiAWD691HNHQIF07bE
533533github.com/opencontainers/runtime-spec v1.2.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
534534github.com/openshift/crd-schema-checker v0.0.0-20240404194209-35a9033b1d11 h1:eTNDkNRNV5lZvUbVM9Nop0lBcljSnA8rZX6yQPZ0ZnU =
535535github.com/openshift/crd-schema-checker v0.0.0-20240404194209-35a9033b1d11 /go.mod h1:EmVJt97N+pfWFsli/ipXTBZqSG5F5KGQhm3c3IsGq1o =
536+ github.com/openshift/operator-framework-catalogd v0.0.0-20241029145152-5850bc1dfd54 h1:8jGe/HY7AIuvgvsR2gZggZrPikt5E/v2QiEzP1EqwF0 =
537+ github.com/openshift/operator-framework-catalogd v0.0.0-20241029145152-5850bc1dfd54 /go.mod h1:anZurjcFMBvbkuyqlJ98v9z+yjniPKqmhlyitk9DuBQ =
536538github.com/operator-framework/api v0.27.0 h1:OrVaGKZJvbZo58HTv2guz7aURkhVKYhFqZ/6VpifiXI =
537539github.com/operator-framework/api v0.27.0 /go.mod h1:lg2Xx+S8NQWGYlEOvFwQvH46E5EK5IrAIL7HWfAhciM =
538- github.com/operator-framework/catalogd v0.35.0 h1:2lQPyHIzEfcciUjQ/fo4i/GE/sX2LBzd8S+nYxlvEHU =
539- github.com/operator-framework/catalogd v0.35.0 /go.mod h1:anZurjcFMBvbkuyqlJ98v9z+yjniPKqmhlyitk9DuBQ =
540540github.com/operator-framework/helm-operator-plugins v0.7.0 h1:YmtIWFc9BaNaDc5mk/dkG0P2BqPZOqpDvjWih5Fczuk =
541541github.com/operator-framework/helm-operator-plugins v0.7.0 /go.mod h1:fUUCJR3bWtMBZ1qdDhbwjacsBHi9uT576tF4u/DwOgQ =
542542github.com/operator-framework/operator-lib v0.15.0 h1:0QeRM4PMtThqINpcFGCEBnIV3Z8u7/8fYLEx6mUtdcM =
Original file line number Diff line number Diff line change @@ -815,7 +815,7 @@ github.com/operator-framework/api/pkg/validation
815815github.com/operator-framework/api/pkg/validation/errors
816816github.com/operator-framework/api/pkg/validation/interfaces
817817github.com/operator-framework/api/pkg/validation/internal
818- # github.com/operator-framework/catalogd v0.35.0
818+ # github.com/operator-framework/catalogd v0.35.0 => github.com/openshift/operator-framework-catalogd v0.0.0-20241029145152-5850bc1dfd54
819819## explicit; go 1.22.5
820820github.com/operator-framework/catalogd/api/core/v1alpha1
821821# github.com/operator-framework/helm-operator-plugins v0.7.0
@@ -2105,3 +2105,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
21052105sigs.k8s.io/yaml
21062106sigs.k8s.io/yaml/goyaml.v2
21072107sigs.k8s.io/yaml/goyaml.v3
2108+ # github.com/operator-framework/catalogd => github.com/openshift/operator-framework-catalogd v0.0.0-20241029145152-5850bc1dfd54
You can’t perform that action at this time.
0 commit comments