-
Notifications
You must be signed in to change notification settings - Fork 407
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
GO111MODULE=on go get -u github.com/google/ko/cmd/ko can't find OpenAPIv2 #252
Comments
Yeah... the capitalization changing here broke a lot of stuff. I know @nkubala has successfully unbroken this somewhat recently. What do we need to do? |
any updates? |
sorry lost track of this one. * disclaimer: I didn't try any of this in your codebase, so if it doesn't work I'm sorry. |
@nkubala is there something we can do in |
@jonjohnsonjr I think you just want to do the same dependency pinning I did in the PR I linked? |
@devingenx or @danielfbm if you can confirm that pinning that dep fixes your issue and have time, feel free to send a PR. I'm not running into this, so I'd have trouble actually knowing if the fix worked. |
Go Version
~ >>> go version go version go1.15.5 linux/amd64
Go env
What did I do?
I tried replacing gnostic v0.5.3 with gnostic v0.4.0 in
go.mod
withand got the same output as above, except the last two lines:
The text was updated successfully, but these errors were encountered: