mirror of
https://github.com/muun/recovery.git
synced 2025-02-22 11:02:31 -05:00
16 lines
554 B
Modula-2
16 lines
554 B
Modula-2
module recovery_tool
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
|
github.com/btcsuite/btcwallet v0.0.0-20190911065739-d5cdeb4b91b0
|
|
github.com/btcsuite/btcwallet/walletdb v1.0.0
|
|
github.com/lightninglabs/neutrino v0.0.0-20190910092203-46d9c1c55f44
|
|
github.com/muun/libwallet v0.1.2
|
|
)
|
|
|
|
replace github.com/lightninglabs/neutrino => github.com/muun/neutrino v0.0.0-20190914162326-7082af0fa257
|