2019-09-06 01:57:26 +02:00
|
|
|
module github.com/btcsuite/btcwallet/wtxmgr
|
|
|
|
|
|
|
|
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
|
2020-12-02 03:58:37 +01:00
|
|
|
github.com/btcsuite/btcwallet/walletdb v1.3.4
|
2020-05-14 01:49:14 +02:00
|
|
|
github.com/lightningnetwork/lnd/clock v1.0.1
|
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
2019-09-06 01:57:26 +02:00
|
|
|
)
|