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 ongithub.com/btcsuite/btcd v0.23.4
. Perhaps this is a problem?The text was updated successfully, but these errors were encountered: