-
Notifications
You must be signed in to change notification settings - Fork 134
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
go mod tidy error #181
Comments
What are you trying to do? This is not the |
I want to use both libraries, go Ethereum and ethgo, but their dependencies conflict |
Do you have a repo to reproduce this? Which version of Go are you using? I tried it on a test repo and it does work. |
main.go
go.mod
|
I reproduced it. It happens when using the crypto package in On the meantime, you can use version v1.10.16 of |
If you can't guarantee compatibility with the latest Ethereum, it's difficult for newcomers to use it. |
It seems to be some type of dependency error being tracked here. I tried a couple of iterations without success. I will wait for some possible PRs on the geth side. What are you trying to do with the library that requires interactions with |
The following is a crummy solution, but the only thing that seems to get past the "ambiguous import" error caused by the
It seems that when the chainhash module was created for use in the new |
go get github.com/ethereum/go-ethereum
run
go mod tidy
,get this errorThe text was updated successfully, but these errors were encountered: