-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels