File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ require (
6666 sigs.k8s.io/yaml v1.4.0 // indirect
6767)
6868
69+ replace github.com/openstack-k8s-operators/openstack-operator/apis => github.com/ratailor/openstack-operator/apis v0.0.0-20250912060332-a39ff2fbd0a3 // allow-merging
70+
6971// mschuppert: map to latest commit from release-4.16 tag
7072// must consistent within modules and service operators
7173replace github.com/openshift/api => github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 // allow-merging
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ require (
8787
8888replace github.com/openstack-k8s-operators/nova-operator/api => ./api
8989
90+ replace github.com/openstack-k8s-operators/openstack-operator/apis => github.com/ratailor/openstack-operator/apis v0.0.0-20250912060332-a39ff2fbd0a3 // allow-merging
91+
9092// mschuppert: map to latest commit from release-4.16 tag
9193// must consistent within modules and service operators
9294replace github.com/openshift/api => github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 // allow-merging
You can’t perform that action at this time.
0 commit comments