2018-11-29 04:12:03 +03:00
|
|
|
module github.com/lightningnetwork/lnd
|
|
|
|
|
|
|
|
require (
|
2019-09-09 13:22:41 +03:00
|
|
|
git.schwanenlied.me/yawning/bsaes.git v0.0.0-20180720073208-c0276d75487e // indirect
|
2019-01-11 07:01:16 +03:00
|
|
|
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect
|
2018-11-29 04:12:03 +03:00
|
|
|
github.com/NebulousLabs/go-upnp v0.0.0-20180202185039-29b680b06c82
|
|
|
|
github.com/Yawning/aez v0.0.0-20180114000226-4dad034d9db2
|
2021-05-18 14:08:46 +03:00
|
|
|
github.com/btcsuite/btcd v0.21.0-beta.0.20210513141527-ee5896bad5be
|
2018-11-29 04:12:03 +03:00
|
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
2021-05-27 17:23:16 +03:00
|
|
|
github.com/btcsuite/btcutil v1.0.3-0.20210527170813-e2ba6805a890
|
|
|
|
github.com/btcsuite/btcutil/psbt v1.0.3-0.20210527170813-e2ba6805a890
|
2021-03-29 16:23:46 +03:00
|
|
|
github.com/btcsuite/btcwallet v0.12.1-0.20210519225359-6ab9b615576f
|
|
|
|
github.com/btcsuite/btcwallet/wallet/txauthor v1.0.1-0.20210519225359-6ab9b615576f
|
2019-09-06 04:39:47 +03:00
|
|
|
github.com/btcsuite/btcwallet/wallet/txrules v1.0.0
|
2021-03-29 16:23:46 +03:00
|
|
|
github.com/btcsuite/btcwallet/wallet/txsizes v1.0.1-0.20210519225359-6ab9b615576f // indirect
|
2021-05-14 03:18:00 +03:00
|
|
|
github.com/btcsuite/btcwallet/walletdb v1.3.5
|
2021-07-05 10:11:14 +03:00
|
|
|
github.com/btcsuite/btcwallet/wtxmgr v1.3.1-0.20210706234807-aaf03fee735a
|
2018-11-29 04:12:03 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2021-03-10 01:12:26 +03:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
2018-11-29 04:12:03 +03:00
|
|
|
github.com/go-errors/errors v1.0.1
|
2020-04-15 16:59:40 +03:00
|
|
|
github.com/go-openapi/strfmt v0.19.5 // indirect
|
2021-04-28 16:30:59 +03:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2020-04-02 18:46:33 +03:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-04-30 12:03:07 +03:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
|
2019-05-31 10:58:37 +03:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
2020-05-23 15:03:10 +03:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.3
|
2019-04-22 22:15:03 +03:00
|
|
|
github.com/jackpal/gateway v1.0.5
|
2018-11-29 04:12:03 +03:00
|
|
|
github.com/jackpal/go-nat-pmp v0.0.0-20170405195558-28a68d0c24ad
|
2020-04-15 16:59:40 +03:00
|
|
|
github.com/jedib0t/go-pretty v4.3.0+incompatible
|
2019-02-13 06:34:06 +03:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2018-11-29 04:12:03 +03:00
|
|
|
github.com/jrick/logrotate v1.0.0
|
2019-01-11 07:01:16 +03:00
|
|
|
github.com/juju/clock v0.0.0-20190205081909-9c5c9712527c // indirect
|
|
|
|
github.com/juju/errors v0.0.0-20190806202954-0232dcc7464d // indirect
|
|
|
|
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
|
2019-09-09 13:22:41 +03:00
|
|
|
github.com/juju/retry v0.0.0-20180821225755-9058e192b216 // indirect
|
2019-01-11 07:01:16 +03:00
|
|
|
github.com/juju/testing v0.0.0-20190723135506-ce30eb24acd2 // indirect
|
2019-09-09 13:22:41 +03:00
|
|
|
github.com/juju/utils v0.0.0-20180820210520-bf9cc5bdd62d // indirect
|
|
|
|
github.com/juju/version v0.0.0-20180108022336-b64dbd566305 // indirect
|
2018-11-30 07:01:37 +03:00
|
|
|
github.com/kkdai/bstream v0.0.0-20181106074824-b3251f7901ec
|
2021-05-14 03:18:00 +03:00
|
|
|
github.com/lightninglabs/neutrino v0.12.1
|
2021-04-28 16:30:59 +03:00
|
|
|
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
|
2021-04-27 17:51:27 +03:00
|
|
|
github.com/lightningnetwork/lightning-onion v1.0.2-0.20210520211913-522b799e65b1
|
2020-08-24 11:01:03 +03:00
|
|
|
github.com/lightningnetwork/lnd/cert v1.0.3
|
2020-05-21 01:33:15 +03:00
|
|
|
github.com/lightningnetwork/lnd/clock v1.0.1
|
2021-04-26 23:03:16 +03:00
|
|
|
github.com/lightningnetwork/lnd/healthcheck v1.0.0
|
2021-04-26 23:06:29 +03:00
|
|
|
github.com/lightningnetwork/lnd/kvdb v1.0.0
|
2020-05-18 12:52:49 +03:00
|
|
|
github.com/lightningnetwork/lnd/queue v1.0.4
|
2019-02-07 04:18:08 +03:00
|
|
|
github.com/lightningnetwork/lnd/ticker v1.0.0
|
2019-01-02 22:15:34 +03:00
|
|
|
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796
|
2020-04-15 16:59:40 +03:00
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
2018-11-29 04:12:03 +03:00
|
|
|
github.com/miekg/dns v0.0.0-20171125082028-79bfde677fa8
|
2021-04-30 12:03:07 +03:00
|
|
|
github.com/prometheus/client_golang v1.0.0
|
2021-04-26 23:03:16 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2018-11-29 04:12:03 +03:00
|
|
|
github.com/tv42/zbase32 v0.0.0-20160707012821-501572607d02
|
2021-04-30 12:03:07 +03:00
|
|
|
github.com/urfave/cli v1.20.0
|
|
|
|
go.etcd.io/etcd v3.4.14+incompatible
|
2020-07-27 15:15:44 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
2021-04-28 16:30:59 +03:00
|
|
|
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
|
2018-11-29 04:12:03 +03:00
|
|
|
golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2
|
2021-04-28 16:30:59 +03:00
|
|
|
google.golang.org/grpc v1.29.1
|
|
|
|
google.golang.org/protobuf v1.23.0
|
2019-01-11 07:01:16 +03:00
|
|
|
gopkg.in/errgo.v1 v1.0.1 // indirect
|
2018-11-29 04:12:03 +03:00
|
|
|
gopkg.in/macaroon-bakery.v2 v2.0.1
|
|
|
|
gopkg.in/macaroon.v2 v2.0.0
|
2019-09-06 04:39:47 +03:00
|
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
2018-11-29 04:12:03 +03:00
|
|
|
)
|
2019-02-07 04:18:08 +03:00
|
|
|
|
|
|
|
replace github.com/lightningnetwork/lnd/ticker => ./ticker
|
|
|
|
|
|
|
|
replace github.com/lightningnetwork/lnd/queue => ./queue
|
2019-07-10 21:52:57 +03:00
|
|
|
|
2019-11-13 11:25:43 +03:00
|
|
|
replace github.com/lightningnetwork/lnd/cert => ./cert
|
|
|
|
|
2020-05-27 07:50:26 +03:00
|
|
|
replace github.com/lightningnetwork/lnd/clock => ./clock
|
|
|
|
|
2021-04-26 23:03:16 +03:00
|
|
|
replace github.com/lightningnetwork/lnd/healthcheck => ./healthcheck
|
|
|
|
|
2021-04-26 23:06:29 +03:00
|
|
|
replace github.com/lightningnetwork/lnd/kvdb => ./kvdb
|
|
|
|
|
2019-07-10 21:52:57 +03:00
|
|
|
replace git.schwanenlied.me/yawning/bsaes.git => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e
|
2019-09-04 05:06:00 +03:00
|
|
|
|
2021-04-30 12:03:07 +03:00
|
|
|
// Fix incompatibility of etcd go.mod package.
|
|
|
|
// See https://github.com/etcd-io/etcd/issues/11154
|
|
|
|
replace go.etcd.io/etcd => go.etcd.io/etcd v0.5.0-alpha.5.0.20201125193152-8a03d2e9614b
|
|
|
|
|
2021-07-20 10:32:53 +03:00
|
|
|
// If you change this please also update .github/pull_request_template.md and
|
|
|
|
// docs/INSTALL.md.
|
2021-04-22 01:44:13 +03:00
|
|
|
go 1.15
|