2018-11-29 02:12:03 +01:00
|
|
|
module github.com/lightningnetwork/lnd
|
|
|
|
|
|
|
|
require (
|
2022-03-21 20:41:34 +01:00
|
|
|
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect
|
2018-11-29 02:12:03 +01:00
|
|
|
github.com/NebulousLabs/go-upnp v0.0.0-20180202185039-29b680b06c82
|
2022-03-21 20:41:40 +01:00
|
|
|
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344
|
2022-03-31 09:49:09 +02:00
|
|
|
github.com/btcsuite/btcd v0.22.0-beta.0.20220330201728-074266215c26
|
2022-03-18 18:37:43 +01:00
|
|
|
github.com/btcsuite/btcd/btcec/v2 v2.1.3
|
|
|
|
github.com/btcsuite/btcd/btcutil v1.1.1
|
2022-03-30 03:08:32 +02:00
|
|
|
github.com/btcsuite/btcd/btcutil/psbt v1.1.2
|
2022-03-18 18:37:43 +01:00
|
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
|
2018-11-29 02:12:03 +01:00
|
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
2022-04-01 19:07:45 +02:00
|
|
|
github.com/btcsuite/btcwallet v0.14.1-0.20220412233800-3a6d5d0702b7
|
2022-03-18 18:37:43 +01:00
|
|
|
github.com/btcsuite/btcwallet/wallet/txauthor v1.2.3
|
2022-02-23 14:48:00 +01:00
|
|
|
github.com/btcsuite/btcwallet/wallet/txrules v1.2.0
|
2022-03-18 18:37:43 +01:00
|
|
|
github.com/btcsuite/btcwallet/walletdb v1.4.0
|
2022-02-23 14:48:00 +01:00
|
|
|
github.com/btcsuite/btcwallet/wtxmgr v1.5.0
|
2021-07-13 12:07:48 +02:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
|
2018-11-29 02:12:03 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2022-02-23 14:48:00 +01:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
|
2021-11-29 13:11:04 +01:00
|
|
|
github.com/dvyukov/go-fuzz v0.0.0-20210602112143-b1f3d6f4ef4e
|
2018-11-29 02:12:03 +01:00
|
|
|
github.com/go-errors/errors v1.0.1
|
2021-07-27 12:59:58 +02:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2020-04-02 17:46:33 +02:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-07-27 12:59:58 +02:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
2019-05-31 09:58:37 +02:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
2021-07-27 12:59:59 +02:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
|
2021-06-14 16:24:02 +02:00
|
|
|
github.com/jackc/pgx/v4 v4.13.0
|
2019-04-22 21:15:03 +02:00
|
|
|
github.com/jackpal/gateway v1.0.5
|
2018-11-29 02:12:03 +01:00
|
|
|
github.com/jackpal/go-nat-pmp v0.0.0-20170405195558-28a68d0c24ad
|
2022-02-25 00:10:21 +01:00
|
|
|
github.com/jedib0t/go-pretty/v6 v6.2.7
|
2019-02-13 04:34:06 +01:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
2018-11-29 02:12:03 +01:00
|
|
|
github.com/jrick/logrotate v1.0.0
|
2022-03-21 20:41:34 +01:00
|
|
|
github.com/juju/testing v0.0.0-20220203020004-a0ff61f03494 // indirect
|
2021-09-23 21:40:37 +02:00
|
|
|
github.com/kkdai/bstream v1.0.0
|
2022-02-23 14:48:00 +01:00
|
|
|
github.com/lightninglabs/neutrino v0.13.2
|
2021-04-28 15:30:59 +02:00
|
|
|
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
|
2022-02-23 14:48:00 +01:00
|
|
|
github.com/lightningnetwork/lightning-onion v1.0.2-0.20220211021909-bb84a1ccb0c5
|
2022-02-23 14:48:06 +01:00
|
|
|
github.com/lightningnetwork/lnd/cert v1.1.1
|
2021-10-01 15:19:30 +02:00
|
|
|
github.com/lightningnetwork/lnd/clock v1.1.0
|
2022-03-21 20:41:34 +01:00
|
|
|
github.com/lightningnetwork/lnd/healthcheck v1.2.2
|
2022-01-05 17:11:30 +01:00
|
|
|
github.com/lightningnetwork/lnd/kvdb v1.3.1
|
2021-10-01 15:19:30 +02:00
|
|
|
github.com/lightningnetwork/lnd/queue v1.1.0
|
|
|
|
github.com/lightningnetwork/lnd/ticker v1.1.0
|
2022-02-23 14:48:06 +01:00
|
|
|
github.com/lightningnetwork/lnd/tlv v1.0.2
|
2022-03-21 20:41:33 +01:00
|
|
|
github.com/lightningnetwork/lnd/tor v1.0.0
|
2019-01-02 20:15:34 +01:00
|
|
|
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796
|
2021-09-16 00:51:29 +02:00
|
|
|
github.com/miekg/dns v1.1.43
|
2021-07-27 12:59:58 +02:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-04-26 22:03:16 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2018-11-29 02:12:03 +01:00
|
|
|
github.com/tv42/zbase32 v0.0.0-20160707012821-501572607d02
|
2020-04-26 17:12:16 +02:00
|
|
|
github.com/urfave/cli v1.22.4
|
2022-03-21 20:41:40 +01:00
|
|
|
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
|
2021-07-27 12:59:58 +02:00
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.0
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.0
|
2021-09-23 21:40:37 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
2022-02-07 13:58:20 +01:00
|
|
|
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
|
2021-08-24 11:21:51 +02:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-09-24 09:21:32 +02:00
|
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
|
2021-07-27 12:59:58 +02:00
|
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
2022-02-07 13:58:22 +01:00
|
|
|
golang.org/x/tools v0.1.8 // indirect
|
2021-07-27 12:59:58 +02:00
|
|
|
google.golang.org/grpc v1.38.0
|
|
|
|
google.golang.org/protobuf v1.26.0
|
2022-03-21 20:41:34 +01:00
|
|
|
gopkg.in/errgo.v1 v1.0.1 // indirect
|
2018-11-29 02:12:03 +01:00
|
|
|
gopkg.in/macaroon-bakery.v2 v2.0.1
|
|
|
|
gopkg.in/macaroon.v2 v2.0.0
|
|
|
|
)
|
2019-02-07 02:18:08 +01:00
|
|
|
|
2021-09-15 22:34:44 +02:00
|
|
|
// This replace is for https://github.com/advisories/GHSA-w73w-5m7g-f7qc
|
|
|
|
replace github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.1+incompatible
|
|
|
|
|
2021-09-24 20:55:09 +02:00
|
|
|
// This replace is for https://github.com/advisories/GHSA-25xm-hr59-7c27
|
|
|
|
replace github.com/ulikunitz/xz => github.com/ulikunitz/xz v0.5.8
|
|
|
|
|
2021-09-19 03:53:09 +02:00
|
|
|
// This replace is for
|
|
|
|
// https://deps.dev/advisory/OSV/GO-2021-0053?from=%2Fgo%2Fgithub.com%252Fgogo%252Fprotobuf%2Fv1.3.1
|
|
|
|
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
|
|
|
|
|
2022-02-23 14:48:00 +01:00
|
|
|
// There's a bug in Neutrino that causes our tests to fail. Downgrade to the
|
|
|
|
// version just before the offending PR. Can remove again once
|
|
|
|
// https://github.com/lightninglabs/neutrino/pull/247 is merged.
|
|
|
|
replace github.com/lightninglabs/neutrino => github.com/lightninglabs/neutrino v0.13.2-0.20220209052920-0c79b771272b
|
|
|
|
|
2021-07-20 09:32:53 +02:00
|
|
|
// If you change this please also update .github/pull_request_template.md and
|
|
|
|
// docs/INSTALL.md.
|
2021-08-26 00:56:57 +02:00
|
|
|
go 1.16
|
2021-08-26 01:04:30 +02:00
|
|
|
|
|
|
|
retract v0.0.2
|