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 go get this dependency by using go get

rudian opened this issue · comments

Try using go install

go install github.com/miguelmota/go-ethereum-hdwallet/cmd/geth-hdwallet@latest

README has been updated

same problem

go get -u github.com/miguelmota/go-ethereum-hdwallet
go: downloading github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
go: downloading golang.org/x/sys v0.6.0
go: downloading github.com/btcsuite/btcd/btcec/v2 v2.3.2
go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
go: downloading github.com/decred/dcrd/dcrec/secp256k1 v1.0.4
go: downloading github.com/decred/dcrd/dcrec v1.0.1
go: downloading github.com/decred/dcrd v1.8.0
go: downloading github.com/crate-crypto/go-kzg-4844 v0.7.0
go: downloading github.com/ethereum/c-kzg-4844/bindings/go v0.0.0-20230126171313-363c7d7593b4
go: downloading github.com/ethereum/c-kzg-4844 v0.4.0
go: downloading github.com/bits-and-blooms/bitset v1.11.0
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

Try using go install

go install github.com/miguelmota/go-ethereum-hdwallet/cmd/geth-hdwallet@latest

README has been updated

@miguelmota The issue is not about installing the cmd, it's about using the library in a new go module project