2
0
mirror of https://github.com/guggero/chantools synced 2024-11-07 03:20:43 +00:00
chantools/go.mod

28 lines
1.2 KiB
Modula-2
Raw Normal View History

2019-11-24 11:32:59 +00:00
module github.com/guggero/chantools
2019-11-09 14:41:31 +00:00
2019-11-24 11:32:59 +00:00
require (
2019-12-28 15:04:36 +00:00
git.schwanenlied.me/yawning/bsaes.git v0.0.0-20190320102049-26d1add596b6 // indirect
github.com/Yawning/aez v0.0.0-20180408160647-ec7426b44926 // indirect
2020-12-14 22:30:18 +00:00
github.com/btcsuite/btcd v0.21.0-beta.0.20201208033208-6bd4c64a54fa
2020-03-03 21:13:20 +00:00
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
2020-12-14 22:30:18 +00:00
github.com/btcsuite/btcutil v1.0.2
github.com/btcsuite/btcutil/psbt v1.0.3-0.20200826194809-5f93e33af2b0
github.com/btcsuite/btcwallet v0.11.1-0.20201207233335-415f37ff11a1
github.com/btcsuite/btcwallet/walletdb v1.3.4
2020-03-24 19:05:34 +00:00
github.com/coreos/bbolt v1.3.3
2019-11-24 11:32:59 +00:00
github.com/davecgh/go-spew v1.1.1
2020-12-27 00:09:34 +00:00
github.com/gohugoio/hugo v0.79.1 // indirect
2021-01-01 12:28:27 +00:00
github.com/jessevdk/go-flags v1.4.0 // indirect
2020-12-14 22:30:18 +00:00
github.com/lightningnetwork/lnd v0.11.1-beta
2019-12-28 15:04:36 +00:00
github.com/ltcsuite/ltcd v0.0.0-20191228044241-92166e412499 // indirect
github.com/miekg/dns v1.1.26 // indirect
2020-12-27 00:09:34 +00:00
github.com/spf13/cobra v1.1.1
2021-01-01 11:56:19 +00:00
github.com/stretchr/testify v1.6.1
2020-12-14 22:30:18 +00:00
go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
2019-11-24 11:32:59 +00:00
)
2019-11-09 14:41:31 +00:00
2021-01-01 12:19:48 +00:00
replace github.com/lightningnetwork/lnd => github.com/guggero/lnd v0.11.0-beta.rc4.0.20210101121045-2ae6e51765fe
2019-11-09 14:41:31 +00:00
go 1.13