We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when importing either one of these:
I get this error during compilation of Go app:
go: finding module for package github.com/open-cluster-management/multicloud-operators-deployable go: finding module for package github.com/open-cluster-management/multicloud-operators-deployable/ go: found github.com/open-cluster-management/multicloud-operators-deployable in github.com/open-cluster-management/multicloud-operators-deployable v1.0.0 go: github.com/open-cluster-management/multicloud-operators-deployable@v1.0.0 requires k8s.io/api@v0.0.0: reading k8s.io/api/go.mod at revision v0.0.0: unknown revision v0.0.0
The text was updated successfully, but these errors were encountered:
the issue seems to be related to this line in go.mod: k8s.io/kubernetes v1.13.0/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk=
according to multiple similar errors running around - you should not be importing k8s.io/kubernetes directly
Sorry, something went wrong.
No branches or pull requests
when importing either one of these:
I get this error during compilation of Go app:
The text was updated successfully, but these errors were encountered: