Skip to content
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

Dep - Hash Mismatches #67

Open
gwellington opened this issue Jan 8, 2019 · 1 comment
Open

Dep - Hash Mismatches #67

gwellington opened this issue Jan 8, 2019 · 1 comment

Comments

@gwellington
Copy link

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.

@kuba--
Copy link

kuba-- commented Jan 8, 2019

@gwellington - how dep tool is related to go modules?
Moreover, this repo neither contain any Gopkg file nor vendor directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants