diff --git a/go.mod b/go.mod index 2392d5b4..f4751deb 100644 --- a/go.mod +++ b/go.mod @@ -86,8 +86,6 @@ require ( sigs.k8s.io/yaml v1.4.0 // indirect ) -replace cloud.google.com/go => cloud.google.com/go v0.110.9 - // mschuppert: map to latest commit from release-4.13 tag // must consistent within modules and service operators replace github.com/openshift/api => github.com/openshift/api v0.0.0-20230414143018-3367bc7e6ac7 //allow-merging @@ -95,6 +93,3 @@ replace github.com/openshift/api => github.com/openshift/api v0.0.0-202304141430 // needed to to cert-manager v1.11.4 see https://github.com/cert-manager/cert-manager/blob/v1.11.4/go.mod#L263C1-L264C104 // remove this once we bump to cert-manager v1.12.x replace github.com/Venafi/vcert/v4 => github.com/jetstack/vcert/v4 v4.9.6-0.20230519122548-219f317ae107 //allow-merging - -// custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.6.0_patches_tag) -replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20240626194327-e7df1b654cb7 //allow-merging