go-ethereum-hdwallet
go-ethereum-hdwallet copied to clipboard
Ethereum HD Wallet derivations in Go (golang)
btcd/btcutil v1.1.5
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 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 `