|
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/btcsuite/btcd/address/v2 v2.0.0 |
7 | | - github.com/btcsuite/btcd/btcec/v2 v2.4.0 |
| 7 | + github.com/btcsuite/btcd/btcec/v2 v2.5.0 |
8 | 8 | github.com/btcsuite/btcd/btcutil/v2 v2.0.0 |
9 | 9 | github.com/btcsuite/btcd/chaincfg/v2 v2.0.0 |
10 | 10 | github.com/btcsuite/btcd/chainhash/v2 v2.0.0 |
@@ -39,27 +39,6 @@ require ( |
39 | 39 | gopkg.in/yaml.v3 v3.0.1 // indirect |
40 | 40 | ) |
41 | 41 |
|
42 | | -// TODO(guggero): Remove this as soon as we have a tagged version of address. |
43 | | -replace github.com/btcsuite/btcd/address/v2 => ./address |
44 | | - |
45 | | -// TODO(guggero): Remove this as soon as we have a tagged version of btcec. |
46 | | -replace github.com/btcsuite/btcd/btcec/v2 => ./btcec |
47 | | - |
48 | | -// TODO(guggero): Remove this as soon as we have a tagged version of btcutil. |
49 | | -replace github.com/btcsuite/btcd/btcutil/v2 => ./btcutil |
50 | | - |
51 | | -// TODO(guggero): Remove this as soon as we have a tagged version of chaincfg. |
52 | | -replace github.com/btcsuite/btcd/chaincfg/v2 => ./chaincfg |
53 | | - |
54 | | -// TODO(guggero): Remove this as soon as we have a tagged version of chainhash. |
55 | | -replace github.com/btcsuite/btcd/chainhash/v2 => ./chainhash |
56 | | - |
57 | | -// TODO(guggero): Remove this as soon as we have a tagged version of txscript. |
58 | | -replace github.com/btcsuite/btcd/txscript/v2 => ./txscript |
59 | | - |
60 | | -// TODO(guggero): Remove this as soon as we have a tagged version of wire. |
61 | | -replace github.com/btcsuite/btcd/wire/v2 => ./wire |
62 | | - |
63 | 42 | // The retract statements below fixes an accidental push of the tags of a btcd |
64 | 43 | // fork. |
65 | 44 | retract ( |
|
0 commit comments