-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
How to install deps? #198
Comments
Hi @jaynagpaul, the steps to run it are:
I just run through this and worked, wanna try again? |
@jaynagpaul if you want to use the normal go imports instead of gx, you should use the command It's advisable to use gx though, as you can be sure you're getting the right version of libraries that way. |
marten-seemann
pushed a commit
that referenced
this issue
Aug 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to run ./examples/http-proxy, but it seems like gx-go hasn't rewrote the package paths.
I have run in the go-libp2p folder:
make deps
make
gx-go rewrite
Yet all imports are still of the form gx/impfs/HASH/PACKAGE_NAME
The text was updated successfully, but these errors were encountered: