Skip to content

Commit

Permalink
mod: add TODOs for removing local replaces
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Mar 9, 2022
1 parent 46f5eec commit 999514c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions btcutil/go.mod
Expand Up @@ -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 => ../
Expand Down
1 change: 1 addition & 0 deletions btcutil/psbt/go.mod
Expand Up @@ -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 => ../
Expand Down
1 change: 1 addition & 0 deletions go.mod
Expand Up @@ -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
Expand Down

0 comments on commit 999514c

Please sign in to comment.