-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
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
Dependency resolution issues with Go Modules. #474
Comments
golang/go#27457 - turned out to be unrelated to client-go and more related to ApiMachinery and other dependencies. |
I'm facing a similar issue, how did you fix it @jharshman ? |
@fiunchinho client-go is part of a mono-repo in transition. You should ensure that all the versions match if you are using things like client-go and apimachinery or other components. |
I'm tried doing that, but it doesn't work. I'm using client-go v8.0.0, with apimachinery and the likes using |
Running into some dependency resolution issues using go 1.11 and go modules
I'm experiencing what I think is version incompatibilities in my package dependencies.
Here is the error I am receiving when running
go build ./...
And here is my go.mod
Any help would be greatly appreciated :)
Thanks!
The text was updated successfully, but these errors were encountered: