-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Question: Best way to sync dependencies with dep? #5598
Comments
After more digging I found that More info: prometheus/common#17 |
Yes - this is really frustrating - sorry! I guess we could add a check for There is a makefile target, |
This only works if users use the makefile target, but it avoids a likely failure mode of dep. Fix kubernetes#5598
Sent #5600 to try to make this a bit better, if you're using |
I've tried numerous ways to run
dep ensure
on this project. It seems to consistently hang and never finish. Is there a specific dep version I should be using? What is the best way to sync dependencies in the vendor folder?The text was updated successfully, but these errors were encountered: