miguelmota / go-ethereum-hdwallet

Ethereum HD Wallet derivations in Go (golang)

Home Page:https://github.com/miguelmota/go-ethereum-hdwallet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

randomshinichi opened this issue · 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
commented

yeah, same issue

same