-
Notifications
You must be signed in to change notification settings - Fork 34
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
Please support go mod #74
Comments
For the time being, we need to keep Gopkg.toml, so if we add support for go mod, we need to manually keep it in sync w/ Gopkg.toml and add a new build to the Travis matrix. |
Currently this project is not installable on Go 1.13 when a project uses go modules:
Actually, the root cause is |
Turns out upgrading the transitive dependency is sufficient:
|
Support Go mod so that downstream projects can migrate to go mod
The text was updated successfully, but these errors were encountered: