Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod: update btcd to work around ambiguous import
Update btcd from v0.22.0-beta to v0.22.1 per the instructions on btcsuite/btcd#1839 to work around an ambiguous import via go-ethereum: github.com/vocdoni/blind-csp/saltedkey imports github.com/ethereum/go-ethereum/crypto imports github.com/btcsuite/btcd/btcec/v2/ecdsa tested by github.com/btcsuite/btcd/btcec/v2/ecdsa.test imports github.com/btcsuite/btcd/chaincfg/chainhash: ambiguous import: found package github.com/btcsuite/btcd/chaincfg/chainhash in multiple modules: github.com/btcsuite/btcd v0.22.0-beta (/home/mvdan/go/pkg/mod/github.com/btcsuite/btcd@v0.22.0-beta/chaincfg/chainhash) github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 (/home/mvdan/go/pkg/mod/github.com/btcsuite/btcd/chaincfg/chainhash@v1.0.1)
- Loading branch information