-
Notifications
You must be signed in to change notification settings - Fork 1k
dep init failed with "backtrack: no more versions of github.com/sirupsen/logrus to try" #639
Comments
Thanks for the issue report! It's sad, we weren't seeing these for a while, I wonder if we had a regression recently... Without running |
git show-ref: cat .git/HEAD |
yeah ok, that definitely suggests that we've got an issue with cache repos not being updated properly. If you re-attempt |
Repository state before
After
|
Hi, I also have a very similar error message No versions of golang.org/x/sys met constraints: |
@GlebYaltchik thanks for extra info - that pretty clearly confirms that we have a stale cache issue. @sgoodliff yep, you're likely running into the same thing. we should be able to get this fixed this week. |
Hi, @sdboyer, I also got same error message.
git show-ref
cat .git/HEAD
|
Issue was solved after I delete |
@sevennt yep, that removes the stale cached repository; it's then automatically re-downloaded. It confirms what we know, though I'm glad you found a temporary solution 😄 |
Experienced the same issue recently. As it was suggested, resolved by running:
|
I recently encountered the same problem and took the same approach to solve it |
emmmm, As it was suggested, resolved by running!! |
i ran into the same issue many times. when this issue happened the dep progress stoped and itself cannot automatic recovered. so everytime this issue happened, i have to delete the cached dependencies from my laptop. hope this issue can be fixed quickly, since this is really a very bad experience. |
Go version
go version go1.8.2 windows/amd64
go dep version:
The text was updated successfully, but these errors were encountered: