-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Directly importing github.com/ipfs/go-ipfs/repo/config
causes dep init
and dep ensure
to fail
#5148
Comments
I don't know what dep is talking about. @sdboyer any idea whats going on here? |
I have a temporary work around, which is updating |
sorry, been occupied! This actually should be resolved in the latest dep, in golang/dep#1921. The issue was that we were basically pretending that |
Ah, great! Thanks for the response, keep hackin away at it :) |
@postables has this been fixed? |
@Stebalien sorry for the late reply! My previous message before this edit is irrelevant as I forgot to update dep before trying again 🤦♂️ This issue now seems to be resolved. |
Version Information
Type:
Bug
Relates to #5145 #5147
Possibly related to #5144
Description
When directly importing the config package
github.com/ipfs/go-ipfs/repo/config
it will cause failures when runningdep init
ordep ensure
, and I believe this is due to an improperly imported dependency ofrepo/config
and is a similar issue/resolution to #5144Here is an example error message from running
dep ensure -v
The text was updated successfully, but these errors were encountered: