mirror of
https://github.com/btcsuite/btcd.git
synced 2025-03-10 09:19:28 +01:00
mod: add TODOs for removing local replaces
This commit is contained in:
parent
46f5eec021
commit
999514c1fe
3 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,7 @@ require (
|
|||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
||||
)
|
||||
|
||||
// TODO(guggero): Remove this as soon as we have a tagged version of btcec/v2.
|
||||
replace github.com/btcsuite/btcd/btcec/v2 => ../btcec
|
||||
|
||||
replace github.com/btcsuite/btcd => ../
|
||||
|
|
|
@ -16,6 +16,7 @@ require (
|
|||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
||||
)
|
||||
|
||||
// TODO(guggero): Remove this as soon as we have a tagged version of btcec/v2.
|
||||
replace github.com/btcsuite/btcd/btcec/v2 => ../../btcec
|
||||
|
||||
replace github.com/btcsuite/btcd/btcutil => ../
|
||||
|
|
1
go.mod
1
go.mod
|
@ -25,6 +25,7 @@ require (
|
|||
|
||||
replace github.com/btcsuite/btcd/btcutil => ./btcutil
|
||||
|
||||
// TODO(guggero): Remove this as soon as we have a tagged version of btcec/v2.
|
||||
replace github.com/btcsuite/btcd/btcec/v2 => ./btcec
|
||||
|
||||
// We depend on chainhash as is, so we need to replace to use the version of
|
||||
|
|
Loading…
Add table
Reference in a new issue