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
It looks like there is a hash mismatch when using dep with this particular repo.
dep
gopkg.in/src-d/go-billy.v4: hash of vendored tree not equal to digest in Gopkg.lock
I think this is because you have go.sum in the .gitignore (https://github.com/src-d/go-billy/blob/master/.gitignore#L5), but it's included in the repository (https://github.com/src-d/go-billy/blob/master/go.sum) which is causing the mismatch.
go.sum
.gitignore
The text was updated successfully, but these errors were encountered:
@gwellington - how dep tool is related to go modules? Moreover, this repo neither contain any Gopkg file nor vendor directory.
Gopkg
Sorry, something went wrong.
No branches or pull requests
It looks like there is a hash mismatch when using
dep
with this particular repo.gopkg.in/src-d/go-billy.v4: hash of vendored tree not equal to digest in Gopkg.lock
I think this is because you have
go.sum
in the.gitignore
(https://github.com/src-d/go-billy/blob/master/.gitignore#L5), but it's included in the repository (https://github.com/src-d/go-billy/blob/master/go.sum) which is causing the mismatch.The text was updated successfully, but these errors were encountered: