You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
In my
go.mod
, I depend onsuiyiyu.us.kg/btcsuite/btcd v0.23.4
. Perhaps this is a problem?The text was updated successfully, but these errors were encountered: