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
Currently using dep but the new thing is go mod. Wait until go 1.13 lands; it looks like details may change until then.
dep
go mod
The text was updated successfully, but these errors were encountered:
These steps seem relevant: https://stackoverflow.com/questions/55664630/how-do-i-migrate-from-dep-to-go-modules
May also need to update .travis.yml to add GO111MODULE=on or go mod download or some such.
GO111MODULE=on
go mod download
Sorry, something went wrong.
banaag
No branches or pull requests
Currently using
dep
but the new thing isgo mod
. Wait until go 1.13 lands; it looks like details may change until then.The text was updated successfully, but these errors were encountered: