File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -75,3 +75,6 @@ require (
7575 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
7676 sigs.k8s.io/yaml v1.4.0 // indirect
7777)
78+
79+ // custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.6.0_patches_tag)
80+ replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 // allow-merging
Original file line number Diff line number Diff line change @@ -91,3 +91,6 @@ require (
9191// mschuppert: map to latest commit from release-4.16 tag
9292// must consistent within modules and service operators
9393replace github.com/openshift/api => github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 // allow-merging
94+
95+ // custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.6.0_patches_tag)
96+ replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 // allow-merging
Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ github.com/openstack-k8s-operators/lib-common/modules/openstack v0.5.1-0.2025022
9292github.com/openstack-k8s-operators/lib-common/modules/openstack v0.5.1-0.20250228124213-cd63da392f97 /go.mod h1:tfMa+ochq7Dyilq9hQr2CEPfPtsj6IUgMmMqi4CWDmo =
9393github.com/openstack-k8s-operators/mariadb-operator/api v0.5.1-0.20250227120618-381cb0be1059 h1:H9o937ik8ffhaGRvBHZw6oqZA15PL+jIoWNpCRi1518 =
9494github.com/openstack-k8s-operators/mariadb-operator/api v0.5.1-0.20250227120618-381cb0be1059 /go.mod h1:Ak4tlyYYG+t2afiEQo93MNP3Xi6n9GyO9pZWto7d2Os =
95+ github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 h1:/7SnnHfGCH/dwuZFNUx54zw4cnwv2w6hjONq16aoowM =
96+ github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 /go.mod h1:6Mq2N/KtNFW20L+PQC5qkeK8R8UGadmGBXL8HDY6lcg =
9597github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
9698github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
9799github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
@@ -107,8 +109,6 @@ github.com/prometheus/procfs v0.13.0 h1:GqzLlQyfsPbaEHaQkO7tbDlriv/4o5Hudv6OXHGK
107109github.com/prometheus/procfs v0.13.0 /go.mod h1:cd4PFCR54QLnGKPaKGA6l+cfuNXtht43ZKY6tow0Y1g =
108110github.com/rabbitmq/cluster-operator v1.14.0 h1:1/nMyd9v/8T5IHA1BVcWbV0nrzN31F+gLP+0Ges6Y5E =
109111github.com/rabbitmq/cluster-operator v1.14.0 /go.mod h1:7XVU6ngbVJSPDXld+uMVk6nu68GH7fM6yYYY2MdYKek =
110- github.com/rabbitmq/cluster-operator/v2 v2.9.0 h1:n0K+0Iun/Jr9nqEbBAMW4j9uOhDBKdBaiNO5ZvWsFKI =
111- github.com/rabbitmq/cluster-operator/v2 v2.9.0 /go.mod h1:6Mq2N/KtNFW20L+PQC5qkeK8R8UGadmGBXL8HDY6lcg =
112112github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.71.0-rhobs1 h1:NBdZFQUVKllUnmh6suuH02+K8VS8ibErnOhxNiH+aio =
113113github.com/rhobs/obo-prometheus-operator/pkg/apis/monitoring v0.71.0-rhobs1 /go.mod h1:oDJbA/Byh5LNU7zBgBZYRM5263mgL16NtysHl/uVtGY =
114114github.com/rhobs/observability-operator v0.3.1 h1:vVGCt/a7Ds5VeqikaKZJz18oOPV9p4YUaezlVlwdpIM =
You can’t perform that action at this time.
0 commit comments