mirror of
https://github.com/muun/recovery.git
synced 2025-02-22 19:12:32 -05:00
16 lines
494 B
Modula-2
16 lines
494 B
Modula-2
module github.com/muun/recovery_tool
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.20.1-beta
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
|
github.com/btcsuite/btcwallet v0.10.0
|
|
github.com/btcsuite/btcwallet/walletdb v1.1.0
|
|
github.com/lightninglabs/neutrino v0.10.0
|
|
github.com/muun/libwallet v0.2.0
|
|
)
|
|
|
|
replace github.com/lightninglabs/neutrino => github.com/muun/neutrino v0.0.0-20190914162326-7082af0fa257
|