forked from ltcsuite/neutrino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
37 lines (34 loc) · 1.57 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
module github.com/dcrlabs/neutrino-ltc
go 1.18
require (
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/davecgh/go-spew v1.1.1
github.com/ltcsuite/lnd/queue v1.0.3
github.com/ltcsuite/ltcd v0.22.0-beta
github.com/ltcsuite/ltcd/btcec/v2 v2.1.0
github.com/ltcsuite/ltcd/ltcutil v1.1.0
github.com/ltcsuite/ltcwallet v0.13.1
github.com/ltcsuite/ltcwallet/wallet/txauthor v1.1.0
github.com/ltcsuite/ltcwallet/walletdb v1.3.5
github.com/ltcsuite/ltcwallet/wtxmgr v1.5.0
github.com/stretchr/testify v1.7.0
)
require (
github.com/aead/siphash v1.0.1 // indirect
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/decred/dcrd/lru v1.0.0 // indirect
github.com/kkdai/bstream v1.0.0 // indirect
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
github.com/ltcsuite/lnd/clock v0.0.0-20200822020009-1a001cbb895a // indirect
github.com/ltcsuite/lnd/ticker v1.0.1 // indirect
github.com/ltcsuite/ltcwallet/wallet/txrules v1.2.0 // indirect
github.com/ltcsuite/ltcwallet/wallet/txsizes v1.1.0 // indirect
github.com/ltcsuite/neutrino v0.13.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)