mod: add TODOs for removing local replaces

This commit is contained in:
Oliver Gugger 2022-03-08 16:16:16 +01:00
parent 46f5eec021
commit 999514c1fe
No known key found for this signature in database
GPG key ID: 8E4256593F177720
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@ require (
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 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/btcec/v2 => ../btcec
replace github.com/btcsuite/btcd => ../ replace github.com/btcsuite/btcd => ../

View file

@ -16,6 +16,7 @@ require (
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect 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/btcec/v2 => ../../btcec
replace github.com/btcsuite/btcd/btcutil => ../ replace github.com/btcsuite/btcd/btcutil => ../

1
go.mod
View file

@ -25,6 +25,7 @@ require (
replace github.com/btcsuite/btcd/btcutil => ./btcutil 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 replace github.com/btcsuite/btcd/btcec/v2 => ./btcec
// We depend on chainhash as is, so we need to replace to use the version of // We depend on chainhash as is, so we need to replace to use the version of