-
Notifications
You must be signed in to change notification settings - Fork 0
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
GopherCon work on govendor importer #2
Comments
govendor spec: https://github.com/kardianos/vendor-spec |
It seems like we don't need to muck with rootPath. Govendor only appears to write to the field and never use it.
|
After talking to the maintainers, we're going to set the manifest constraint to |
Looks like we're ignoring "origin" when a version isn't set. We should properly set this in the manifest, even when there is only a revision hash. |
I'm working through converting the edge cases available into integration test cases. One has been merged in to allow a bug to be tested (and fixed), the rest will get merged in when complete. |
Adding some unit tests and will look into how we can fix that 'origin' issue |
TODO:
tree
option doesGopkg.lock
filerootPath
top level propertyignores
top level propertyPR:
golang#815
The text was updated successfully, but these errors were encountered: