Skip to content

Commit

Permalink
Merge pull request #426 from vyzigold/remove_replace
Browse files Browse the repository at this point in the history
Removing RabbitMQ replace
  • Loading branch information
openshift-merge-bot[bot] authored Jul 15, 2024
2 parents d7a2432 + dd74f14 commit 76945a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,10 @@ 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

// 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

0 comments on commit 76945a2

Please sign in to comment.