-
Notifications
You must be signed in to change notification settings - Fork 84
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
switching dependency management from glide to dep #817
Conversation
Does |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make vendor fails
The problem I'm hitting is that it doesn't work with my symlink setup.
If I run
If I try to run There are quite a few of symlink issues with dep :) https://github.com/golang/dep/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+symlink So I'm going to mark this as approved since it seems it's my current setup. |
So if i clone the project into a path NOT in my
|
Capturing for posterity, this golang/dep#1429 is the issue I was hitting on my desktop causing the hang. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Thank you for testing out symlinks @jmrodri that would have been painful, thankfully I'm in the working category. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dep ensure -v
, make
, and make check
all LGTM.
Describe what this PR does and why we need it:
Move from glide to dep
Although dep was not added to the core toolchain for go 1.10 I still think that it is worth moving to for dependancy management for the errors and help it has for updating and vendor bumps.