diff --git a/manageiq-operator/go.mod b/manageiq-operator/go.mod index f7c9e2f51..f5291a125 100644 --- a/manageiq-operator/go.mod +++ b/manageiq-operator/go.mod @@ -75,3 +75,5 @@ require ( replace github.com/gogo/protobuf v1.3.1 => github.com/gogo/protobuf v1.3.2 // Fix CVE-2021-3121 replace k8s.io/client-go v0.27.4 => k8s.io/client-go v0.28.0-rc.0 // https://github.com/kubernetes/client-go/issues/1265 + +replace github.com/ManageIQ/manageiq-pods/manageiq-operator => github.com/nasark/manageiq-pods/manageiq-operator move_utils_to_subpackage