go-ethereum-hdwallet icon indicating copy to clipboard operation
go-ethereum-hdwallet copied to clipboard

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

Open randomshinichi opened this issue 6 months ago • 4 comments

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

randomshinichi avatar Dec 14 '23 16:12 randomshinichi

yeah, same issue

ductrinhhuu avatar Jan 25 '24 03:01 ductrinhhuu

Same

enriquesouza avatar Mar 25 '24 05:03 enriquesouza

same

jeffcail avatar Apr 25 '24 03:04 jeffcail