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
caused by https://github.com/src-d/backlog/issues/1392
Since Go v1.12 is already there and both Go v1.11 and Go v1.12 supports Go Modules, we could migrate from dep to go mod
Go v1.12
Go v1.11
dep
mod
related conversation:
we may have things to discuss (what about vendor?) from #583 (comment)
vendor
There is also a question about go mod tidy from #583 (comment)
go mod tidy
The text was updated successfully, but these errors were encountered:
dpordomingo
Successfully merging a pull request may close this issue.
caused by https://github.com/src-d/backlog/issues/1392
Since
Go v1.12
is already there and bothGo v1.11
andGo v1.12
supports Go Modules, we could migrate fromdep
to gomod
related conversation:
The text was updated successfully, but these errors were encountered: