Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

yaml package specifies invalid commit in glide.lock #34

Closed
brianredbeard opened this issue Jul 19, 2016 · 2 comments
Closed

yaml package specifies invalid commit in glide.lock #34

brianredbeard opened this issue Jul 19, 2016 · 2 comments

Comments

@brianredbeard
Copy link
Member

While performing:

glide install --update-vendored

[INFO]  --> Setting version for gopkg.in/yaml.v2 to 80ffc689d4f094f4f1ffa3409332aa3d87e87c7a.
[ERROR] Failed to set version on gopkg.in/yaml.v2 to 80ffc689d4f094f4f1ffa3409332aa3d87e87c7a: Unable to update checked out version

Troubleshooting this further it seems that 80ffc689d4f094f4f1ffa3409332aa3d87e87c7a is an invalid commit hash.

Updating glide.lock to a new commit works as expected:

- name: gopkg.in/yaml.v2
  version: e4d366fc3c7938e2958e662b4258c7a89e1f0e3e
[INFO]  --> Setting version for gopkg.in/yaml.v2 to e4d366fc3c7938e2958e662b4258c7a89e1f0e3e.
...
[INFO]  Cleaning up vendored package gopkg.in/yaml.v2
@tschuy
Copy link
Contributor

tschuy commented Jul 20, 2016

That's certainly weird.

I've updated the glide.lock file in #41 and installed the . It appears to work fine ¯_(ツ)_/¯

@tschuy
Copy link
Contributor

tschuy commented Jul 22, 2016

Included in #43

@tschuy tschuy closed this as completed Jul 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants