2018-11-29 02:12:03 +01:00
|
|
|
module github.com/lightningnetwork/lnd
|
|
|
|
|
|
|
|
require (
|
2019-09-09 12:22:41 +02:00
|
|
|
git.schwanenlied.me/yawning/bsaes.git v0.0.0-20180720073208-c0276d75487e // indirect
|
2019-01-11 05:01:16 +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
|
|
|
|
github.com/Yawning/aez v0.0.0-20180114000226-4dad034d9db2
|
2021-10-01 10:25:48 +02:00
|
|
|
github.com/btcsuite/btcd v0.22.0-beta.0.20211005184431-e3449998be39
|
2018-11-29 02:12:03 +01:00
|
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
2021-05-27 16:23:16 +02:00
|
|
|
github.com/btcsuite/btcutil v1.0.3-0.20210527170813-e2ba6805a890
|
|
|
|
github.com/btcsuite/btcutil/psbt v1.0.3-0.20210527170813-e2ba6805a890
|
2021-11-13 03:23:33 +01:00
|
|
|
github.com/btcsuite/btcwallet v0.13.0
|
2021-09-23 21:40:37 +02:00
|
|
|
github.com/btcsuite/btcwallet/wallet/txauthor v1.1.0
|
|
|
|
github.com/btcsuite/btcwallet/wallet/txrules v1.1.0
|
2021-08-03 09:57:37 +02:00
|
|
|
github.com/btcsuite/btcwallet/walletdb v1.3.6-0.20210803004036-eebed51155ec
|
2020-10-24 23:18:47 +02:00
|
|
|
github.com/btcsuite/btcwallet/wtxmgr v1.3.1-0.20210822222949-9b5a201c344c
|
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
|
2021-11-29 13:11:04 +01:00
|
|
|
github.com/dvyukov/go-fuzz v0.0.0-20210602112143-b1f3d6f4ef4e
|
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
|
2018-11-29 02:12:03 +01:00
|
|
|
github.com/go-errors/errors v1.0.1
|
2020-04-15 15:59:40 +02:00
|
|
|
github.com/go-openapi/strfmt v0.19.5 // indirect
|
2021-07-27 12:59:58 +02:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2021-11-29 13:11:04 +01:00
|
|
|
github.com/golangci/golangci-lint v1.18.0
|
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
|
2020-04-15 15:59:40 +02:00
|
|
|
github.com/jedib0t/go-pretty v4.3.0+incompatible
|
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
|
2019-01-11 05:01:16 +01: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 12:22:41 +02:00
|
|
|
github.com/juju/retry v0.0.0-20180821225755-9058e192b216 // indirect
|
2019-01-11 05:01:16 +01:00
|
|
|
github.com/juju/testing v0.0.0-20190723135506-ce30eb24acd2 // indirect
|
2019-09-09 12:22:41 +02:00
|
|
|
github.com/juju/utils v0.0.0-20180820210520-bf9cc5bdd62d // indirect
|
|
|
|
github.com/juju/version v0.0.0-20180108022336-b64dbd566305 // indirect
|
2021-09-23 21:40:37 +02:00
|
|
|
github.com/kkdai/bstream v1.0.0
|
2021-11-04 21:58:35 +01:00
|
|
|
github.com/lightninglabs/neutrino v0.13.0
|
2021-04-28 15:30:59 +02:00
|
|
|
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
|
2021-04-27 16:51:27 +02:00
|
|
|
github.com/lightningnetwork/lightning-onion v1.0.2-0.20210520211913-522b799e65b1
|
2021-10-01 15:19:30 +02:00
|
|
|
github.com/lightningnetwork/lnd/cert v1.1.0
|
|
|
|
github.com/lightningnetwork/lnd/clock v1.1.0
|
2021-10-21 03:53:25 +02:00
|
|
|
github.com/lightningnetwork/lnd/healthcheck v1.2.0
|
2021-12-20 14:57:28 +01:00
|
|
|
github.com/lightningnetwork/lnd/kvdb v1.2.4
|
2021-10-01 15:19:30 +02:00
|
|
|
github.com/lightningnetwork/lnd/queue v1.1.0
|
|
|
|
github.com/lightningnetwork/lnd/ticker v1.1.0
|
2019-01-02 20:15:34 +01:00
|
|
|
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796
|
2020-04-15 15:59:40 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
2021-09-16 00:51:29 +02:00
|
|
|
github.com/miekg/dns v1.1.43
|
2021-11-29 13:11:04 +01:00
|
|
|
github.com/ory/go-acc v0.2.6
|
2021-07-27 12:59:58 +02:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-11-29 13:11:04 +01:00
|
|
|
github.com/stephens2424/writerset v1.0.2 // indirect
|
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
|
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
|
2021-09-16 00:51:29 +02:00
|
|
|
golang.org/x/net v0.0.0-20210913180222-943fd674d43e
|
2021-08-24 11:21:51 +02:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-09-16 00:51:29 +02:00
|
|
|
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect
|
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
|
2021-11-29 13:11:04 +01:00
|
|
|
golang.org/x/tools v0.1.7
|
2021-07-27 12:59:58 +02:00
|
|
|
google.golang.org/grpc v1.38.0
|
|
|
|
google.golang.org/protobuf v1.26.0
|
2019-01-11 05:01:16 +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-09-06 03:39:47 +02:00
|
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
2018-11-29 02:12:03 +01:00
|
|
|
)
|
2019-02-07 02:18:08 +01:00
|
|
|
|
|
|
|
replace github.com/lightningnetwork/lnd/ticker => ./ticker
|
|
|
|
|
|
|
|
replace github.com/lightningnetwork/lnd/queue => ./queue
|
2019-07-10 20:52:57 +02:00
|
|
|
|
2019-11-13 09:25:43 +01:00
|
|
|
replace github.com/lightningnetwork/lnd/cert => ./cert
|
|
|
|
|
2020-05-27 06:50:26 +02:00
|
|
|
replace github.com/lightningnetwork/lnd/clock => ./clock
|
|
|
|
|
2021-04-26 22:03:16 +02:00
|
|
|
replace github.com/lightningnetwork/lnd/healthcheck => ./healthcheck
|
|
|
|
|
2021-04-26 22:06:29 +02:00
|
|
|
replace github.com/lightningnetwork/lnd/kvdb => ./kvdb
|
|
|
|
|
2021-09-19 15:49:05 +02:00
|
|
|
// This replace is for addressing the CVE https://github.com/advisories/GHSA-f6mq-5m25-4r72
|
|
|
|
// This is a indirect dependency that cannot be upgraded directly.
|
|
|
|
replace go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.5.1
|
|
|
|
|
2019-07-10 20:52:57 +02:00
|
|
|
replace git.schwanenlied.me/yawning/bsaes.git => github.com/Yawning/bsaes v0.0.0-20180720073208-c0276d75487e
|
2019-09-04 04:06:00 +02: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
|
|
|
|
|
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
|