2020-07-21 22:06:15 +02:00
|
|
|
module github.com/lightninglabs/lightning-terminal
|
2020-04-06 15:35:42 -04:00
|
|
|
|
2026-07-10 19:24:26 -03:00
|
|
|
go 1.25.11
|
2025-05-26 14:06:02 +02:00
|
|
|
|
2020-04-06 15:35:42 -04:00
|
|
|
require (
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
github.com/btcsuite/btcd v0.25.1-0.20260310163610-1c55c7c18179
|
|
|
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.6
|
|
|
|
|
github.com/btcsuite/btcd/btcutil v1.1.6
|
2024-02-07 11:03:03 +01:00
|
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
|
2025-08-08 09:16:53 +02:00
|
|
|
github.com/btcsuite/btclog/v2 v2.0.1-0.20250728225537-6090e87c6c5b
|
2025-02-26 16:34:36 +01:00
|
|
|
github.com/btcsuite/btcwallet/walletdb v1.5.1
|
2024-05-23 13:56:41 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2021-11-23 14:51:02 +01:00
|
|
|
github.com/go-errors/errors v1.0.1
|
2025-06-04 19:17:45 +02:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.19.0
|
2024-08-20 08:26:14 +02:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0
|
2020-04-06 15:35:42 -04:00
|
|
|
github.com/improbable-eng/grpc-web v0.12.0
|
2025-01-04 19:20:38 +02:00
|
|
|
github.com/jackc/pgconn v1.14.3
|
|
|
|
|
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
github.com/jessevdk/go-flags v1.6.1
|
2025-01-04 19:20:38 +02:00
|
|
|
github.com/lib/pq v1.10.9
|
2025-05-26 14:06:02 +02:00
|
|
|
github.com/lightninglabs/faraday v0.2.16-alpha
|
|
|
|
|
github.com/lightninglabs/faraday/frdrpc v1.0.1
|
2026-01-22 12:53:06 +01:00
|
|
|
github.com/lightninglabs/lightning-node-connect/gbn v1.0.2-0.20250610182311-2f1d46ef18b7
|
|
|
|
|
github.com/lightninglabs/lightning-node-connect/mailbox v1.0.2-0.20250610182311-2f1d46ef18b7
|
2025-05-26 14:06:02 +02:00
|
|
|
github.com/lightninglabs/lightning-terminal/autopilotserverrpc v0.0.3
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
github.com/lightninglabs/lndclient v0.21.0-1
|
2026-06-22 12:07:42 +02:00
|
|
|
github.com/lightninglabs/loop v0.33.3-beta
|
|
|
|
|
github.com/lightninglabs/loop/looprpc v1.0.14
|
|
|
|
|
github.com/lightninglabs/loop/swapserverrpc v1.0.21
|
2026-05-21 20:39:32 -07:00
|
|
|
github.com/lightninglabs/pool v0.7.1-beta
|
2025-05-26 14:06:02 +02:00
|
|
|
github.com/lightninglabs/pool/auctioneerrpc v1.1.3
|
2025-05-21 14:22:57 +02:00
|
|
|
github.com/lightninglabs/pool/poolrpc v1.0.1
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
github.com/lightninglabs/taproot-assets v0.8.0
|
|
|
|
|
github.com/lightninglabs/taproot-assets/taprpc v1.1.0
|
2026-06-22 12:07:42 +02:00
|
|
|
github.com/lightningnetwork/lnd v0.21.1-beta
|
2023-09-28 11:34:28 +02:00
|
|
|
github.com/lightningnetwork/lnd/cert v1.2.2
|
2025-01-21 10:06:26 +02:00
|
|
|
github.com/lightningnetwork/lnd/clock v1.1.1
|
2025-07-22 15:09:24 +02:00
|
|
|
github.com/lightningnetwork/lnd/fn v1.2.5
|
2025-10-28 10:02:08 +01:00
|
|
|
github.com/lightningnetwork/lnd/fn/v2 v2.0.9
|
2025-02-26 16:34:36 +01:00
|
|
|
github.com/lightningnetwork/lnd/kvdb v1.4.16
|
2026-07-10 19:01:41 -03:00
|
|
|
github.com/lightningnetwork/lnd/sqldb/v2 v2.0.0
|
2025-06-24 10:57:35 +02:00
|
|
|
github.com/lightningnetwork/lnd/tlv v1.3.2
|
2026-06-22 12:07:42 +02:00
|
|
|
github.com/lightningnetwork/lnd/tor v1.1.7
|
2020-04-06 15:35:42 -04:00
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
|
2023-09-28 11:34:28 +02:00
|
|
|
github.com/mwitkow/grpc-proxy v0.0.0-20230212185441-f345521cb9c9
|
2025-01-04 19:20:38 +02:00
|
|
|
github.com/ory/dockertest/v3 v3.10.0
|
2025-04-16 11:37:39 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0
|
2026-03-01 22:30:17 +00:00
|
|
|
github.com/stretchr/testify v1.11.1
|
2026-06-29 19:36:47 +00:00
|
|
|
github.com/urfave/cli v1.22.16
|
2025-08-18 13:49:17 +03:00
|
|
|
go.etcd.io/bbolt v1.4.3
|
2026-07-06 19:42:23 +00:00
|
|
|
golang.org/x/crypto v0.51.0
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50
|
2026-07-06 19:42:23 +00:00
|
|
|
golang.org/x/net v0.55.0
|
|
|
|
|
golang.org/x/sync v0.20.0
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
google.golang.org/grpc v1.80.0
|
2026-02-12 12:13:36 +01:00
|
|
|
google.golang.org/protobuf v1.36.11
|
2025-05-02 09:36:25 +02:00
|
|
|
gopkg.in/macaroon-bakery.v2 v2.3.0
|
2020-05-26 16:30:26 +02:00
|
|
|
gopkg.in/macaroon.v2 v2.1.0
|
2025-06-04 19:17:45 +02:00
|
|
|
modernc.org/sqlite v1.38.2
|
2025-04-24 16:04:05 +07:00
|
|
|
pgregory.net/rapid v1.2.0
|
2020-04-06 15:35:42 -04:00
|
|
|
)
|
2020-05-26 16:30:26 +02:00
|
|
|
|
2022-03-28 22:03:17 +02:00
|
|
|
require (
|
2025-05-26 14:04:38 +02:00
|
|
|
dario.cat/mergo v1.0.2 // indirect
|
2026-05-07 23:33:53 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
|
2025-02-26 16:34:36 +01:00
|
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect
|
|
|
|
|
github.com/NebulousLabs/go-upnp v0.0.0-20180202185039-29b680b06c82 // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 // indirect
|
|
|
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
|
|
|
|
github.com/aead/siphash v1.0.1 // indirect
|
2023-11-14 15:22:51 -08:00
|
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2025-01-22 18:04:56 +01:00
|
|
|
github.com/btcsuite/btcd/btcutil/psbt v1.1.10 // indirect
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
github.com/btcsuite/btcd/v2transport v1.0.1 // indirect
|
|
|
|
|
github.com/btcsuite/btclog v1.0.0 // indirect
|
|
|
|
|
github.com/btcsuite/btcwallet v0.16.18 // indirect
|
2024-05-23 13:48:49 +02:00
|
|
|
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.5 // indirect
|
|
|
|
|
github.com/btcsuite/btcwallet/wallet/txrules v1.2.2 // indirect
|
|
|
|
|
github.com/btcsuite/btcwallet/wallet/txsizes v1.2.5 // indirect
|
2025-02-26 16:34:36 +01:00
|
|
|
github.com/btcsuite/btcwallet/wtxmgr v1.5.6 // indirect
|
2022-03-28 22:03:17 +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
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/caddyserver/certmagic v0.17.2 // indirect
|
2024-07-25 18:14:48 +02:00
|
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
2024-08-20 08:26:14 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2026-01-22 12:53:06 +01:00
|
|
|
github.com/coder/websocket v1.8.13 // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/containerd/continuity v0.3.0 // indirect
|
2026-05-07 23:33:53 +00:00
|
|
|
github.com/containerd/errdefs v1.0.0 // indirect
|
|
|
|
|
github.com/containerd/errdefs/pkg v0.3.0 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
2022-07-08 14:20:31 +02:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
|
2025-03-06 16:14:22 +02:00
|
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
2026-06-29 19:36:47 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
|
|
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
|
2024-05-30 20:30:29 +02:00
|
|
|
github.com/decred/dcrd/lru v1.1.2 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
|
2026-05-07 23:33:53 +00:00
|
|
|
github.com/distribution/reference v0.6.0 // indirect
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
github.com/docker/cli v29.4.1+incompatible // indirect
|
2026-05-07 23:33:53 +00:00
|
|
|
github.com/docker/go-connections v0.7.0 // indirect
|
2023-09-28 11:34:28 +02:00
|
|
|
github.com/docker/go-units v0.5.0 // indirect
|
2023-10-18 15:53:40 +02:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2026-05-07 23:33:53 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2024-05-30 20:30:29 +02:00
|
|
|
github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
|
2024-02-07 11:03:03 +01:00
|
|
|
github.com/fortytw2/leaktest v1.3.0 // indirect
|
2025-08-18 13:49:17 +03:00
|
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2025-05-02 09:36:25 +02:00
|
|
|
github.com/go-macaroon-bakery/macaroonpb v1.0.0 // indirect
|
2025-08-21 15:03:16 +00:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2025-03-21 22:29:43 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
|
2024-05-30 20:30:29 +02:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
|
|
|
github.com/google/btree v1.0.1 // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2024-05-30 20:30:29 +02:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-02-07 11:03:03 +01:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
2023-10-18 15:53:40 +02:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
|
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.0-rc.0 // indirect
|
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.3 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
|
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
|
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
2024-03-12 15:33:15 +00:00
|
|
|
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
|
2025-08-18 13:49:17 +03:00
|
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
|
|
|
github.com/jackc/pgtype v1.14.4 // indirect
|
|
|
|
|
github.com/jackc/pgx/v4 v4.18.3 // indirect
|
2026-05-05 20:18:16 +00:00
|
|
|
github.com/jackc/pgx/v5 v5.9.2 // indirect
|
2023-09-28 11:34:28 +02:00
|
|
|
github.com/jackc/puddle v1.3.0 // indirect
|
2025-08-18 13:49:17 +03:00
|
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/jackpal/gateway v1.0.5 // indirect
|
|
|
|
|
github.com/jackpal/go-nat-pmp v0.0.0-20170405195558-28a68d0c24ad // indirect
|
|
|
|
|
github.com/jedib0t/go-pretty/v6 v6.2.7 // indirect
|
|
|
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
2024-05-23 13:48:49 +02:00
|
|
|
github.com/jrick/logrotate v1.1.2 // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/kkdai/bstream v1.0.0 // indirect
|
2024-05-23 13:48:49 +02:00
|
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
2024-05-30 20:30:29 +02:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/libdns/libdns v0.2.1 // indirect
|
2026-01-22 12:53:06 +01:00
|
|
|
github.com/lightninglabs/aperture v0.4.0 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
|
2026-01-22 12:53:06 +01:00
|
|
|
github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.4-0.20250610182311-2f1d46ef18b7 // indirect
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
github.com/lightninglabs/lightning-terminal/litrpc v1.0.2
|
|
|
|
|
github.com/lightninglabs/lightning-terminal/perms v1.0.1
|
|
|
|
|
github.com/lightninglabs/neutrino v0.17.1 // indirect
|
2026-01-22 12:53:06 +01:00
|
|
|
github.com/lightninglabs/neutrino/cache v1.1.3 // indirect
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
github.com/lightningnetwork/lightning-onion v1.3.0 // indirect
|
|
|
|
|
github.com/lightningnetwork/lnd/actor v0.0.6 // indirect
|
2025-03-06 16:14:22 +02:00
|
|
|
github.com/lightningnetwork/lnd/healthcheck v1.2.6 // indirect
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
github.com/lightningnetwork/lnd/queue v1.2.0 // indirect
|
|
|
|
|
github.com/lightningnetwork/lnd/sqldb v1.0.13 // indirect
|
2023-09-28 11:34:28 +02:00
|
|
|
github.com/lightningnetwork/lnd/ticker v1.1.1 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 // indirect
|
2024-05-30 20:30:29 +02:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
|
|
|
github.com/mholt/acmez v1.0.4 // indirect
|
|
|
|
|
github.com/miekg/dns v1.1.50 // indirect
|
2024-10-25 10:08:48 +02:00
|
|
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
2026-05-07 23:33:53 +00:00
|
|
|
github.com/moby/moby/api v1.54.2 // indirect
|
|
|
|
|
github.com/moby/moby/client v0.4.1 // indirect
|
2025-03-06 16:14:22 +02:00
|
|
|
github.com/moby/sys/user v0.3.0 // indirect
|
2026-05-07 23:33:53 +00:00
|
|
|
github.com/moby/term v0.5.2 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2024-04-25 14:29:14 +02:00
|
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
2026-05-07 23:33:53 +00:00
|
|
|
github.com/opencontainers/image-spec v1.1.1 // indirect
|
2026-06-29 19:36:47 +00:00
|
|
|
github.com/opencontainers/runc v1.3.6 // indirect
|
2023-10-18 15:53:40 +02:00
|
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
2024-05-23 13:48:49 +02:00
|
|
|
github.com/prometheus/client_model v0.4.0 // indirect
|
2023-10-18 15:53:40 +02:00
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
|
github.com/rogpeppe/fastuuid v1.2.0 // indirect
|
|
|
|
|
github.com/rs/cors v1.7.0 // indirect
|
2025-03-06 16:14:22 +02:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2023-09-28 11:34:28 +02:00
|
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
2025-03-06 16:14:22 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
github.com/soheilhy/cmux v0.1.5 // indirect
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
2024-05-30 20:30:29 +02:00
|
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
2022-03-28 22:03:17 +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/tv42/zbase32 v0.0.0-20160707012821-501572607d02 // indirect
|
2025-11-13 15:48:26 +00:00
|
|
|
github.com/urfave/cli-docs/v3 v3.1.1-0.20251020101624-bec07369b4f6 // indirect
|
2025-08-18 13:49:17 +03:00
|
|
|
github.com/urfave/cli/v3 v3.4.1 // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
|
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
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
|
2024-07-25 18:14:48 +02:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.12 // indirect
|
|
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.12 // indirect
|
|
|
|
|
go.etcd.io/etcd/client/v2 v2.305.12 // indirect
|
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.12 // indirect
|
|
|
|
|
go.etcd.io/etcd/pkg/v3 v3.5.12 // indirect
|
|
|
|
|
go.etcd.io/etcd/raft/v3 v3.5.12 // indirect
|
|
|
|
|
go.etcd.io/etcd/server/v3 v3.5.12 // indirect
|
2026-03-01 22:30:17 +00:00
|
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
2025-02-26 16:34:36 +01:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
|
2026-05-07 23:33:53 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
|
2026-05-05 20:04:29 +00:00
|
|
|
go.opentelemetry.io/otel v1.43.0 // indirect
|
2025-02-26 16:34:36 +01:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
|
2024-07-25 18:14:48 +02:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
|
2026-05-05 20:04:29 +00:00
|
|
|
go.opentelemetry.io/otel/metric v1.43.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
|
|
|
|
|
go.opentelemetry.io/otel/trace v1.43.0 // indirect
|
2025-02-26 16:34:36 +01:00
|
|
|
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
|
2023-05-03 16:59:42 -07:00
|
|
|
go.uber.org/atomic v1.10.0 // indirect
|
2024-05-30 20:30:29 +02:00
|
|
|
go.uber.org/mock v0.4.0 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
2025-08-18 13:49:17 +03:00
|
|
|
go.uber.org/zap v1.24.0 // indirect
|
2026-05-07 23:33:53 +00:00
|
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
2026-07-06 19:42:23 +00:00
|
|
|
golang.org/x/mod v0.35.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.45.0 // indirect
|
|
|
|
|
golang.org/x/term v0.43.0 // indirect
|
|
|
|
|
golang.org/x/text v0.37.0 // indirect
|
2026-05-07 23:33:53 +00:00
|
|
|
golang.org/x/time v0.11.0 // indirect
|
2026-07-06 19:42:23 +00:00
|
|
|
golang.org/x/tools v0.44.0 // indirect
|
2025-02-26 16:34:36 +01:00
|
|
|
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
|
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.
lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.
The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-02 16:37:33 -04:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20260120221211-b8f7ae30c516 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
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-30 17:14:35 -08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2025-06-04 19:17:45 +02:00
|
|
|
modernc.org/libc v1.66.3 // indirect
|
|
|
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
|
|
|
modernc.org/memory v1.11.0 // indirect
|
2022-03-28 22:03:17 +02:00
|
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
|
|
|
)
|
|
|
|
|
|
2025-01-21 10:59:01 +02:00
|
|
|
replace (
|
|
|
|
|
github.com/lightninglabs/lightning-terminal/autopilotserverrpc => ./autopilotserverrpc
|
|
|
|
|
github.com/lightninglabs/lightning-terminal/litrpc => ./litrpc
|
2025-05-02 15:03:19 +01:00
|
|
|
github.com/lightninglabs/lightning-terminal/perms => ./perms
|
2025-01-21 10:59:01 +02:00
|
|
|
)
|
2022-07-08 14:20:31 +02:00
|
|
|
|
2023-06-09 10:26:58 +02:00
|
|
|
// We want to format raw bytes as hex instead of base64. The forked version
|
|
|
|
|
// allows us to specify that as an option. This is required for the
|
|
|
|
|
// taproot-assets dependency to function properly.
|
2024-10-14 15:50:23 +02:00
|
|
|
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display
|
2023-06-09 10:26:58 +02:00
|
|
|
|
2025-02-26 16:34:36 +01:00
|
|
|
// We are using a fork of the migration library in tapd with custom
|
|
|
|
|
// functionality that did not yet make it into the upstream repository. Because
|
|
|
|
|
// it is a replace in the tapd repository, it doesn't get propagated here
|
|
|
|
|
// automatically, so we need to add it manually.
|
2026-01-22 12:53:06 +01:00
|
|
|
replace github.com/golang-migrate/migrate/v4 => github.com/lightninglabs/migrate/v4 v4.18.2-9023d66a-fork-pr-2.0.20251211093704-71c1eef09789
|
2026-01-15 16:13:10 +02:00
|
|
|
|
|
|
|
|
// The upstream nhooyr.io/websocket repository has been moved to github.com/coder/websocket.
|
|
|
|
|
replace nhooyr.io/websocket => github.com/coder/websocket v1.8.7
|