@@ -7,7 +7,7 @@ require (
77 github.com/btcsuite/btcd/btcutil/psbt v1.1.10
88 github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
99 github.com/btcsuite/btclog/v2 v2.0.1-0.20250728225537-6090e87c6c5b
10- github.com/btcsuite/btcwallet v0.16.15-0.20250805011126-a3632ae48ab3
10+ github.com/btcsuite/btcwallet v0.16.15-0.20250811092146-05b3a40651e6
1111 github.com/btcsuite/btcwallet/wtxmgr v1.5.6
1212 github.com/davecgh/go-spew v1.1.1
1313 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
@@ -16,7 +16,7 @@ require (
1616 github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
1717 github.com/jackc/pgconn v1.14.3
1818 github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
19- github.com/jackc/pgx/v5 v5.6.0
19+ github.com/jackc/pgx/v5 v5.7.4
2020 github.com/jessevdk/go-flags v1.4.0
2121 github.com/lib/pq v1.10.9
2222 github.com/lightninglabs/aperture v0.3.13-beta
@@ -36,7 +36,7 @@ require (
3636 github.com/stretchr/testify v1.10.0
3737 github.com/urfave/cli v1.22.14
3838 go.etcd.io/bbolt v1.3.11
39- golang.org/x/sync v0.12 .0
39+ golang.org/x/sync v0.13 .0
4040 google.golang.org/grpc v1.64.1
4141 google.golang.org/protobuf v1.36.5
4242 gopkg.in/macaroon-bakery.v2 v2.3.0
@@ -75,8 +75,8 @@ require (
7575 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
7676 github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
7777 github.com/decred/dcrd/lru v1.1.2 // indirect
78- github.com/docker/cli v28.0 .1+incompatible // indirect
79- github.com/docker/docker v28.0 .1+incompatible // indirect
78+ github.com/docker/cli v28.1 .1+incompatible // indirect
79+ github.com/docker/docker v28.1 .1+incompatible // indirect
8080 github.com/docker/go-connections v0.5.0 // indirect
8181 github.com/docker/go-units v0.5.0 // indirect
8282 github.com/dustin/go-humanize v1.0.1 // indirect
@@ -104,11 +104,11 @@ require (
104104 github.com/jackc/pgio v1.0.0 // indirect
105105 github.com/jackc/pgpassfile v1.0.0 // indirect
106106 github.com/jackc/pgproto3/v2 v2.3.3 // indirect
107- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
108- github.com/jackc/pgtype v1.14.0 // indirect
109- github.com/jackc/pgx/v4 v4.18.2 // indirect
107+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
108+ github.com/jackc/pgtype v1.14.4 // indirect
109+ github.com/jackc/pgx/v4 v4.18.3 // indirect
110110 github.com/jackc/puddle v1.3.0 // indirect
111- github.com/jackc/puddle/v2 v2.2.1 // indirect
111+ github.com/jackc/puddle/v2 v2.2.2 // indirect
112112 github.com/jackpal/gateway v1.0.5 // indirect
113113 github.com/jackpal/go-nat-pmp v0.0.0-20170405195558-28a68d0c24ad // indirect
114114 github.com/jonboulle/clockwork v0.2.2 // indirect
@@ -122,11 +122,11 @@ require (
122122 github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.3 // indirect
123123 github.com/lightninglabs/neutrino v0.16.1 // indirect
124124 github.com/lightninglabs/neutrino/cache v1.1.2 // indirect
125- github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb // indirect
125+ github.com/lightningnetwork/lightning-onion v1.2.1-0.20240815225420-8b40adf04ab9 // indirect
126126 github.com/lightningnetwork/lnd/fn/v2 v2.0.8 // indirect
127127 github.com/lightningnetwork/lnd/healthcheck v1.2.6 // indirect
128128 github.com/lightningnetwork/lnd/kvdb v1.4.16 // indirect
129- github.com/lightningnetwork/lnd/sqldb v1.0.10 // indirect
129+ github.com/lightningnetwork/lnd/sqldb v1.0.11-0.20250905045430-9d74ec47701c // indirect
130130 github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 // indirect
131131 github.com/mattn/go-isatty v0.0.20 // indirect
132132 github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
@@ -183,13 +183,13 @@ require (
183183 go.uber.org/atomic v1.10.0 // indirect
184184 go.uber.org/multierr v1.6.0 // indirect
185185 go.uber.org/zap v1.24.0 // indirect
186- golang.org/x/crypto v0.36 .0 // indirect
186+ golang.org/x/crypto v0.37 .0 // indirect
187187 golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
188188 golang.org/x/mod v0.24.0 // indirect
189- golang.org/x/net v0.38 .0 // indirect
190- golang.org/x/sys v0.31 .0 // indirect
191- golang.org/x/term v0.30 .0 // indirect
192- golang.org/x/text v0.23 .0 // indirect
189+ golang.org/x/net v0.39 .0 // indirect
190+ golang.org/x/sys v0.32 .0 // indirect
191+ golang.org/x/term v0.31 .0 // indirect
192+ golang.org/x/text v0.24 .0 // indirect
193193 golang.org/x/time v0.5.0 // indirect
194194 golang.org/x/tools v0.31.0 // indirect
195195 google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
@@ -218,4 +218,10 @@ replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
218218
219219replace github.com/lightninglabs/loop/looprpc => ./looprpc
220220
221+ replace github.com/lightninglabs/lndclient => github.com/starius/lndclient v0.19.0-11-bump-lnd
222+
223+ replace github.com/lightningnetwork/lnd => github.com/lightningnetwork/lnd v0.19.0-beta.rc5.0.20250905045430-9d74ec47701c
224+
225+ replace github.com/lightningnetwork/lnd/sqldb => github.com/lightningnetwork/lnd/sqldb v1.0.11-0.20250905045430-9d74ec47701c
226+
221227go 1.24.6
0 commit comments