Skip to content
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

cannot find module providing package github.com/btcsuite/btcd/btcec #32

Open
jeffcail opened this issue Apr 25, 2024 · 2 comments
Open

Comments

@jeffcail
Copy link

jeffcail commented Apr 25, 2024

`
$ go get github.com/miguelmota/go-ethereum-hdwallet

go: github.com/miguelmota/go-ethereum-hdwallet imports
github.com/btcsuite/btcutil/hdkeychain imports
github.com/btcsuite/btcd/btcec: cannot find module providing package github.com/btcsuite/btcd/btcec

`

@shakefu
Copy link

shakefu commented May 29, 2024

Looks like this package is using a very outdated reference to btcutil which has been rolled into the btcd repository.

@bu
Copy link

bu commented May 31, 2024

as time of writing this message (2024-06-01), put this line in your go.mod

replace github.com/btcsuite/btcutil => github.com/btcsuite/btcd/btcutil v1.1.5

should fix same issue to #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants