Skip to content

Commit

Permalink
remove submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
JekaMas committed Dec 6, 2022
1 parent a969ff8 commit a9da3d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@ replace github.com/ethereum/go-ethereum => github.com/maticnetwork/bor v0.2.18-0
replace github.com/Masterminds/goutils => github.com/Masterminds/goutils v1.1.1

// we use vendored github.com/btcsuite/btcd@v0.22.0-beta to resolve ambiguous import of github.com/btcsuite/btcd/chaincfg/chainhash
replace github.com/btcsuite/btcd/btcec => ./vendor_local/btcec // v2.1.2
replace github.com/btcsuite/btcd/btcec/v2 => ./vendor_local/btcec // v2.1.2
replace github.com/btcsuite/btcd/btcec/v2/ecdsa => ./vendor_local/btcec/ecdsa // v2.1.2

replace github.com/btcsuite/btcd => ./vendor_local/btcd

Expand Down

0 comments on commit a9da3d0

Please sign in to comment.