We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68262c commit 0973752Copy full SHA for 0973752
go.mod
@@ -87,6 +87,8 @@ require (
87
88
replace github.com/openstack-k8s-operators/nova-operator/api => ./api
89
90
+replace github.com/openstack-k8s-operators/openstack-operator/apis => github.com/ratailor/openstack-operator/apis v0.0.0-20250912060332-a39ff2fbd0a3 //allow-merging
91
+
92
// mschuppert: map to latest commit from release-4.16 tag
93
// must consistent within modules and service operators
94
replace github.com/openshift/api => github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 //allow-merging
0 commit comments