miguelmota / go-ethereum-hdwallet

Ethereum HD Wallet derivations in Go (golang)
https://github.com/miguelmota/go-ethereum-hdwallet
MIT License
494 stars 269 forks source link

Unable to depend on this package because it uses btcec from btcd #30

Open randomshinichi opened 8 months ago

randomshinichi commented 8 months ago

In my go.mod, I depend on github.com/btcsuite/btcd v0.23.4. Perhaps this is a problem?

$ go mod tidy
go: finding module for package github.com/miguelmota/go-ethereum-hdwallet
go: found github.com/miguelmota/go-ethereum-hdwallet in github.com/miguelmota/go-ethereum-hdwallet v0.1.2
go: finding module for package github.com/btcsuite/btcd/btcec
go: github.com/dove-foundation/dove/bird/inttest tested by
        github.com/dove-foundation/dove/bird/inttest.test imports
        github.com/miguelmota/go-ethereum-hdwallet imports
        github.com/btcsuite/btcutil/hdkeychain imports
        github.com/btcsuite/btcd/btcec: module github.com/btcsuite/btcd@latest found (v0.23.4), but does not contain package github.com/btcsuite/btcd/btcec
ductrinhhuu commented 7 months ago

yeah, same issue

enriquesouza commented 5 months ago

Same

jeffcail commented 4 months ago

same

qg5 commented 2 months ago

Use this instead: https://github.com/qg5/ethereum-hdwallet