-
Notifications
You must be signed in to change notification settings - Fork 28
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
vgo run fails #41
Comments
@adam-hanna technically, this isn't a |
Hi @lanzafame, thanks for the quick response! It looks like go-libp2p isn't using gx imports in their source code. However, go-ipfs regularly do. That last link I gave is where my program is failing when running vgo. Unless I misunderstood your counter example? |
Yeah, so this issue should get raised with @whyrusleeping it may be a good idea, if possible, to get |
There is another thing that vgo needs though, and that is properly tagged releases. Currently most ipfs & libp2p modules have some release tags but not for all releases, that means vgo picks up the latest tagged release instead of the actual latest release. This would work fine if there were no tags, but having some releases tagged makes for a very inconsistent experience. |
Trying to run the project with vgo (which will be worked into g1.11) with
vgo run main.go
and am getting the following errors:Probably related to #2
The text was updated successfully, but these errors were encountered: