2018-11-29 02:12:03 +01:00
|
|
|
module github.com/lightningnetwork/lnd
|
|
|
|
|
|
|
|
require (
|
|
|
|
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
|
2023-01-24 06:13:00 +01:00
|
|
|
github.com/btcsuite/btcd v0.23.5-0.20230125025938-be056b0a0b2f
|
2023-01-27 16:13:17 +01:00
|
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.2
|
2022-11-22 11:36:36 +01:00
|
|
|
github.com/btcsuite/btcd/btcutil v1.1.3
|
2022-08-12 02:10:34 +02:00
|
|
|
github.com/btcsuite/btcd/btcutil/psbt v1.1.5
|
2022-12-01 18:30:00 +01:00
|
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
|
2018-11-29 02:12:03 +01:00
|
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
2023-02-06 16:25:14 +01:00
|
|
|
github.com/btcsuite/btcwallet v0.16.6
|
2022-09-24 02:02:04 +02:00
|
|
|
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.2
|
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
|
2023-01-27 16:13:10 +01:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
|
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
|
2021-09-23 21:40:37 +02:00
|
|
|
github.com/kkdai/bstream v1.0.0
|
2022-06-07 23:48:16 +02:00
|
|
|
github.com/lightninglabs/neutrino v0.14.2
|
2021-04-28 15:30:59 +02:00
|
|
|
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
|
2022-09-13 16:13:46 +02:00
|
|
|
github.com/lightningnetwork/lightning-onion v1.2.1-0.20221202012345-ca23184850a1
|
2023-02-06 20:49:52 +01:00
|
|
|
github.com/lightningnetwork/lnd/cert v1.2.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-12-15 17:15:48 +01:00
|
|
|
github.com/lightningnetwork/lnd/kvdb v1.4.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-12-02 20:51:53 +01:00
|
|
|
github.com/lightningnetwork/lnd/tlv v1.1.0
|
2022-05-11 03:11:19 +02:00
|
|
|
github.com/lightningnetwork/lnd/tor v1.1.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
|
2022-12-15 17:15:48 +01:00
|
|
|
github.com/prometheus/client_golang v1.11.1
|
2022-11-10 13:10:52 +01:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2018-11-29 02:12:03 +01:00
|
|
|
github.com/tv42/zbase32 v0.0.0-20160707012821-501572607d02
|
2022-06-28 08:13:47 +02:00
|
|
|
github.com/urfave/cli v1.22.9
|
2022-12-15 17:15:48 +01:00
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.7
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.7
|
|
|
|
golang.org/x/crypto v0.1.0
|
2022-11-24 15:34:50 +01:00
|
|
|
golang.org/x/exp v0.0.0-20221111094246-ab4555d3164f
|
2022-12-15 17:15:48 +01:00
|
|
|
golang.org/x/net v0.4.0
|
2021-08-24 11:21:51 +02:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-12-15 17:15:48 +01:00
|
|
|
golang.org/x/term v0.3.0
|
2021-07-27 12:59:58 +02:00
|
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
|
2022-12-15 17:15:48 +01:00
|
|
|
google.golang.org/grpc v1.41.0
|
|
|
|
google.golang.org/protobuf v1.27.1
|
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
|
|
|
|
2022-04-27 22:20:29 +02:00
|
|
|
require (
|
|
|
|
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect
|
|
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
|
|
|
github.com/aead/siphash v1.0.1 // indirect
|
|
|
|
github.com/andybalholm/brotli v1.0.3 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2022-09-24 02:02:04 +02:00
|
|
|
github.com/btcsuite/btcwallet/wallet/txsizes v1.2.3 // indirect
|
2022-04-27 22:20:29 +02:00
|
|
|
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
|
|
|
|
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
|
|
|
|
github.com/btcsuite/winsvc v1.0.0 // indirect
|
2022-12-15 17:15:48 +01:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.1 // indirect
|
2022-04-27 22:20:29 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
|
|
|
|
github.com/decred/dcrd/lru v1.0.0 // indirect
|
|
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
|
|
github.com/fergusstrange/embedded-postgres v1.10.0 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2022-12-15 17:15:48 +01:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
|
2022-04-27 22:20:29 +02:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
|
github.com/google/btree v1.0.1 // indirect
|
2022-12-15 17:15:48 +01:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2022-04-27 22:20:29 +02:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
|
|
github.com/jackc/pgconn v1.10.0 // indirect
|
|
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
|
|
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
|
|
|
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
|
|
|
github.com/jackc/pgtype v1.8.1 // indirect
|
|
|
|
github.com/jackc/puddle v1.1.3 // indirect
|
|
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
|
|
github.com/juju/loggo v0.0.0-20210728185423-eebad3a902c4 // indirect
|
|
|
|
github.com/juju/testing v0.0.0-20220203020004-a0ff61f03494 // indirect
|
2022-12-15 17:15:48 +01:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
2022-04-27 22:20:29 +02:00
|
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
|
|
github.com/klauspost/pgzip v1.2.5 // indirect
|
|
|
|
github.com/lib/pq v1.10.3 // indirect
|
|
|
|
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
|
2022-12-15 17:15:48 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
2022-04-27 22:20:29 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
github.com/mholt/archiver/v3 v3.5.0 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
|
github.com/nwaples/rardecode v1.1.2 // indirect
|
|
|
|
github.com/pierrec/lz4/v4 v4.1.8 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
github.com/prometheus/common v0.26.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
2022-12-15 17:15:48 +01:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
2022-04-27 22:20:29 +02:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
github.com/rogpeppe/fastuuid v1.2.0 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
|
|
github.com/soheilhy/cmux v0.1.5 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-11-10 13:10:52 +01:00
|
|
|
github.com/stretchr/objx v0.4.0 // indirect
|
2022-04-27 22:20:29 +02:00
|
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
|
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
|
|
|
|
github.com/ulikunitz/xz v0.5.10 // indirect
|
|
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
|
|
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
|
|
|
|
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
|
|
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
2022-12-15 17:15:48 +01:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.7 // indirect
|
|
|
|
go.etcd.io/etcd/client/v2 v2.305.7 // indirect
|
|
|
|
go.etcd.io/etcd/pkg/v3 v3.5.7 // indirect
|
|
|
|
go.etcd.io/etcd/raft/v3 v3.5.7 // indirect
|
|
|
|
go.etcd.io/etcd/server/v3 v3.5.7 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.25.0 // indirect
|
|
|
|
go.opentelemetry.io/otel v1.0.1 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.0.1 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.0.1 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.0.1 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.0.1 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v0.9.0 // indirect
|
2022-04-27 22:20:29 +02:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
go.uber.org/zap v1.17.0 // indirect
|
2022-12-15 17:15:48 +01:00
|
|
|
golang.org/x/mod v0.6.0 // indirect
|
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
|
|
golang.org/x/text v0.5.0 // indirect
|
|
|
|
golang.org/x/tools v0.2.0 // indirect
|
2022-04-27 22:20:29 +02:00
|
|
|
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
gopkg.in/errgo.v1 v1.0.1 // indirect
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-11-10 13:10:52 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-12-15 17:15:48 +01:00
|
|
|
lukechampine.com/uint128 v1.2.0 // indirect
|
|
|
|
modernc.org/cc/v3 v3.40.0 // indirect
|
|
|
|
modernc.org/ccgo/v3 v3.16.13 // indirect
|
|
|
|
modernc.org/libc v1.22.2 // indirect
|
|
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
|
|
modernc.org/memory v1.4.0 // indirect
|
|
|
|
modernc.org/opt v0.1.3 // indirect
|
|
|
|
modernc.org/sqlite v1.20.3 // indirect
|
|
|
|
modernc.org/strutil v1.1.3 // indirect
|
|
|
|
modernc.org/token v1.0.1 // indirect
|
2022-04-27 22:20:29 +02:00
|
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
|
|
)
|
|
|
|
|
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.
|
2022-08-04 02:27:26 +02:00
|
|
|
go 1.18
|
2021-08-26 01:04:30 +02:00
|
|
|
|
|
|
|
retract v0.0.2
|