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
For instance the code has a dependency on github.com/deckarep/golang-set, but this is not in the vendor directory.
github.com/deckarep/golang-set
vendor
Maybe the intention is that everyone should download dependencies via go mod and the vendor directory should be deleted from the repo?
go mod
The text was updated successfully, but these errors were encountered:
That dependency will be added by #461 once it has been merged, but I think you are right, we should probably rely on go mod for this.
Sorry, something went wrong.
Updated the vendor folder. That said, building in docker uses go mod, I'll update the Readme for #465.
No branches or pull requests
For instance the code has a dependency on
github.com/deckarep/golang-set
, but this is not in thevendor
directory.Maybe the intention is that everyone should download dependencies via
go mod
and thevendor
directory should be deleted from the repo?The text was updated successfully, but these errors were encountered: