Hi,
We are working on a controller that monitors osips which frequently resulted into reconciliation issues, while trying to execute go get, following errors are thrown.
barani@Baranitharans-MacBook-Pro ocphealthcheckinf % go get "github.com/openstack-k8s-operators/osp-director-operator/api/v1beta1"
go: github.com/openstack-k8s-operators/[email protected] (matching github.com/openstack-k8s-operators/osp-director-operator/api/v1beta1@upgrade) indirectly requires github.com/openshift/[email protected]: reading github.com/openshift/client-go/go.mod at revision v0.0.0: unknown revision v0.0.0
SW information:
k8s.io/api v0.32.2
k8s.io/apimachinery v0.32.3
k8s.io/client-go v0.32.2
sigs.k8s.io/controller-runtime v0.20.2
kubebuilder 4.5.0 (Mac OS)
How to reproduce:
Execute go get "github.com/openstack-k8s-operators/osp-director-operator/api/v1beta1" on the latest controller-runtime environment.
Regards,
Barani