@@ -29,14 +29,14 @@ require (
29
29
github.com/lightningnetwork/lnd/clock v1.1.1
30
30
github.com/lightningnetwork/lnd/queue v1.1.1
31
31
github.com/lightningnetwork/lnd/ticker v1.1.1
32
- github.com/lightningnetwork/lnd/tlv v1.3.1
32
+ github.com/lightningnetwork/lnd/tlv v1.3.2
33
33
github.com/lightningnetwork/lnd/tor v1.1.6
34
34
github.com/ory/dockertest/v3 v3.10.0
35
35
github.com/stretchr/testify v1.10.0
36
36
github.com/urfave/cli v1.22.14
37
37
go.etcd.io/bbolt v1.3.11
38
- golang.org/x/net v0.38 .0
39
- golang.org/x/sync v0.12 .0
38
+ golang.org/x/net v0.39 .0
39
+ golang.org/x/sync v0.13 .0
40
40
google.golang.org/grpc v1.64.1
41
41
google.golang.org/protobuf v1.34.2
42
42
gopkg.in/macaroon-bakery.v2 v2.3.0
@@ -73,8 +73,8 @@ require (
73
73
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
74
74
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
75
75
github.com/decred/dcrd/lru v1.1.2 // indirect
76
- github.com/docker/cli v28.0 .1+incompatible // indirect
77
- github.com/docker/docker v28.0 .1+incompatible // indirect
76
+ github.com/docker/cli v28.1 .1+incompatible // indirect
77
+ github.com/docker/docker v28.1 .1+incompatible // indirect
78
78
github.com/docker/go-connections v0.5.0 // indirect
79
79
github.com/docker/go-units v0.5.0 // indirect
80
80
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -102,12 +102,12 @@ require (
102
102
github.com/jackc/pgio v1.0.0 // indirect
103
103
github.com/jackc/pgpassfile v1.0.0 // indirect
104
104
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
105
- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
106
- github.com/jackc/pgtype v1.14.0 // indirect
107
- github.com/jackc/pgx/v4 v4.18.2 // indirect
108
- github.com/jackc/pgx/v5 v5.6.0 // indirect
105
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
106
+ github.com/jackc/pgtype v1.14.4 // indirect
107
+ github.com/jackc/pgx/v4 v4.18.3 // indirect
108
+ github.com/jackc/pgx/v5 v5.7.4 // indirect
109
109
github.com/jackc/puddle v1.3.0 // indirect
110
- github.com/jackc/puddle/v2 v2.2.1 // indirect
110
+ github.com/jackc/puddle/v2 v2.2.2 // indirect
111
111
github.com/jackpal/gateway v1.0.5 // indirect
112
112
github.com/jackpal/go-nat-pmp v0.0.0-20170405195558-28a68d0c24ad // indirect
113
113
github.com/jonboulle/clockwork v0.2.2 // indirect
@@ -121,11 +121,11 @@ require (
121
121
github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.3 // indirect
122
122
github.com/lightninglabs/neutrino v0.16.1 // indirect
123
123
github.com/lightninglabs/neutrino/cache v1.1.2 // indirect
124
- github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb // indirect
124
+ github.com/lightningnetwork/lightning-onion v1.2.1-0.20240815225420-8b40adf04ab9 // indirect
125
125
github.com/lightningnetwork/lnd/fn/v2 v2.0.8 // indirect
126
126
github.com/lightningnetwork/lnd/healthcheck v1.2.6 // indirect
127
127
github.com/lightningnetwork/lnd/kvdb v1.4.16 // indirect
128
- github.com/lightningnetwork/lnd/sqldb v1.0.9 // indirect
128
+ github.com/lightningnetwork/lnd/sqldb v1.0.10 // indirect
129
129
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 // indirect
130
130
github.com/mattn/go-isatty v0.0.20 // indirect
131
131
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
@@ -181,12 +181,12 @@ require (
181
181
go.uber.org/atomic v1.10.0 // indirect
182
182
go.uber.org/multierr v1.6.0 // indirect
183
183
go.uber.org/zap v1.23.0 // indirect
184
- golang.org/x/crypto v0.36 .0 // indirect
184
+ golang.org/x/crypto v0.37 .0 // indirect
185
185
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
186
186
golang.org/x/mod v0.21.0 // indirect
187
- golang.org/x/sys v0.31 .0 // indirect
188
- golang.org/x/term v0.30 .0 // indirect
189
- golang.org/x/text v0.23 .0 // indirect
187
+ golang.org/x/sys v0.32 .0 // indirect
188
+ golang.org/x/term v0.31 .0 // indirect
189
+ golang.org/x/text v0.24 .0 // indirect
190
190
golang.org/x/time v0.5.0 // indirect
191
191
golang.org/x/tools v0.24.0 // indirect
192
192
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
@@ -215,4 +215,27 @@ replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
215
215
216
216
replace github.com/lightninglabs/loop/looprpc => ./looprpc
217
217
218
- go 1.23.9
218
+ // Temporary replace to add SubmitPackage support (https://github.com/btcsuite/btcwallet/pull/1009).
219
+ replace github.com/btcsuite/btcwallet => github.com/bhandras/btcwallet v0.11.1-0.20250507171803-0de1c46b1cfc
220
+
221
+ // Temporary replace to add SubmitPackage support to btcd (https://github.com/btcsuite/btcd/pull/2366).
222
+ replace github.com/btcsuite/btcd => github.com/bhandras/btcd v0.22.0-beta.0.20250507171227-f18160c86e92
223
+
224
+ // Temporary replace to add SubmitPackage support to lnd (https://github.com/lightningnetwork/lnd/pull/9784).
225
+ replace github.com/lightningnetwork/lnd => github.com/bhandras/lnd v0.8.0-beta-rc3.0.20250717123715-6cda96a60994
226
+
227
+ // Temporary replace to make lnd compile with the SubmitPackage changes.
228
+ replace github.com/lightningnetwork/lnd/sqldb => github.com/bhandras/lnd/sqldb v0.0.0-20250716041958-643fbb8af65b
229
+
230
+ // Temporary replace to include client API for SubmitPackage in lndclient (https://github.com/lightninglabs/lndclient/pull/223)
231
+ replace github.com/lightninglabs/lndclient => github.com/lightninglabs/lndclient v1.0.1-0.20250717123354-cf534c9968b9
232
+
233
+ // Temporary replace to experimentally change all bitcoin transactions to use v3 (https://github.com/bhandras/taproot-assets/tree/v3-experimental)
234
+ replace github.com/lightninglabs/taproot-assets => github.com/bhandras/taproot-assets v0.0.0-20250717122952-ca46f25f6c3b
235
+
236
+ // Temporary replace to make taproot-assets compile with the v3 changes.
237
+ replace github.com/lightninglabs/taproot-assets/taprpc => github.com/bhandras/taproot-assets/taprpc v0.0.0-20250605133854-360a25355248
238
+
239
+ go 1.23.10
240
+
241
+ toolchain go1.24.5
0 commit comments