mirror of
https://github.com/muun/recovery.git
synced 2025-02-23 11:32:33 -05:00
15 lines
478 B
Modula-2
15 lines
478 B
Modula-2
|
module github.com/lightninglabs/neutrino
|
||
|
|
||
|
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/wallet/txauthor v1.0.0
|
||
|
github.com/btcsuite/btcwallet/walletdb v1.0.0
|
||
|
github.com/btcsuite/btcwallet/wtxmgr v1.0.0
|
||
|
github.com/davecgh/go-spew v1.1.1
|
||
|
github.com/lightningnetwork/lnd/queue v1.0.1
|
||
|
)
|
||
|
|
||
|
go 1.13
|