-
Notifications
You must be signed in to change notification settings - Fork 115
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
2.0: go.mod invalid #186
Comments
I was just going to report the same thing. |
We solved it by using a Git revision reference:
|
Interesting that works. It shouldn't as the version path would still be wrong at import time as one should require it as /v2... |
Doesn't seem to matter if you use a Git revision. |
Guys, I'm very sorry for this trouble. I haven't known that Go has such a complicated way for upgrading major versions. I'm preparing the fix.. |
After latest release go.mod seems invalid:
I assume you'll need to add a /v2 to the go.mod path
The text was updated successfully, but these errors were encountered: