@@ -6,10 +6,10 @@ require (
6
6
github.com/btcsuite/btcd/btcutil v1.1.5
7
7
github.com/btcsuite/btcd/btcutil/psbt v1.1.8
8
8
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
9
- github.com/btcsuite/btclog/v2 v2.0.1-0.20250110154127-3ae4bf1cb318
10
- github.com/btcsuite/btcwallet v0.16.13
9
+ github.com/btcsuite/btclog/v2 v2.0.1-0.20250728225537-6090e87c6c5b
10
+ github.com/btcsuite/btcwallet v0.16.15-0.20250811092146-05b3a40651e6
11
11
github.com/btcsuite/btcwallet/wtxmgr v1.5.6
12
- github.com/lightningnetwork/lnd v0.19.0-beta
12
+ github.com/lightningnetwork/lnd v0.19.0-beta.rc5.0.20250905045430-9d74ec47701c
13
13
github.com/lightningnetwork/lnd/kvdb v1.4.16
14
14
github.com/stretchr/testify v1.10.0
15
15
google.golang.org/grpc v1.59.0
@@ -42,22 +42,20 @@ require (
42
42
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
43
43
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
44
44
github.com/decred/dcrd/lru v1.1.2 // indirect
45
- github.com/distribution/reference v0.6.0 // indirect
46
- github.com/docker/cli v28.0.1+incompatible // indirect
47
- github.com/docker/docker v28.0.1+incompatible // indirect
45
+ github.com/docker/cli v28.1.1+incompatible // indirect
46
+ github.com/docker/docker v28.1.1+incompatible // indirect
48
47
github.com/docker/go-connections v0.4.0 // indirect
49
48
github.com/docker/go-units v0.5.0 // indirect
50
49
github.com/dustin/go-humanize v1.0.1 // indirect
51
50
github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
52
- github.com/go-errors/errors v1.0.1 // indirect
53
51
github.com/go-logr/logr v1.4.2 // indirect
54
52
github.com/go-logr/stdr v1.2.2 // indirect
55
53
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
56
54
github.com/gofrs/uuid v4.2.0+incompatible // indirect
57
55
github.com/gogo/protobuf v1.3.2 // indirect
58
56
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
59
57
github.com/golang-migrate/migrate/v4 v4.17.0 // indirect
60
- github.com/golang/protobuf v1.5.3 // indirect
58
+ github.com/golang/protobuf v1.5.4 // indirect
61
59
github.com/golang/snappy v0.0.4 // indirect
62
60
github.com/google/btree v1.0.1 // indirect
63
61
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -76,11 +74,11 @@ require (
76
74
github.com/jackc/pgio v1.0.0 // indirect
77
75
github.com/jackc/pgpassfile v1.0.0 // indirect
78
76
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
79
- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
80
- github.com/jackc/pgtype v1.14.0 // indirect
81
- github.com/jackc/pgx/v4 v4.18.2 // indirect
82
- github.com/jackc/pgx/v5 v5.5 .4 // indirect
83
- github.com/jackc/puddle/v2 v2.2.1 // indirect
77
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
78
+ github.com/jackc/pgtype v1.14.4 // indirect
79
+ github.com/jackc/pgx/v4 v4.18.3 // indirect
80
+ github.com/jackc/pgx/v5 v5.7 .4 // indirect
81
+ github.com/jackc/puddle/v2 v2.2.2 // indirect
84
82
github.com/jessevdk/go-flags v1.4.0 // indirect
85
83
github.com/jonboulle/clockwork v0.2.2 // indirect
86
84
github.com/jrick/logrotate v1.1.2 // indirect
@@ -99,14 +97,14 @@ require (
99
97
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
100
98
github.com/lightninglabs/neutrino v0.16.1 // indirect
101
99
github.com/lightninglabs/neutrino/cache v1.1.2 // indirect
102
- github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb // indirect
100
+ github.com/lightningnetwork/lightning-onion v1.2.1-0.20240815225420-8b40adf04ab9 // indirect
103
101
github.com/lightningnetwork/lnd/clock v1.1.1 // indirect
104
102
github.com/lightningnetwork/lnd/fn/v2 v2.0.8 // indirect
105
103
github.com/lightningnetwork/lnd/healthcheck v1.2.6 // indirect
106
104
github.com/lightningnetwork/lnd/queue v1.1.1 // indirect
107
- github.com/lightningnetwork/lnd/sqldb v1.0.9 // indirect
105
+ github.com/lightningnetwork/lnd/sqldb v1.0.11-0.20250905045430-9d74ec47701c // indirect
108
106
github.com/lightningnetwork/lnd/ticker v1.1.1 // indirect
109
- github.com/lightningnetwork/lnd/tlv v1.3.1 // indirect
107
+ github.com/lightningnetwork/lnd/tlv v1.3.2 // indirect
110
108
github.com/lightningnetwork/lnd/tor v1.1.6 // indirect
111
109
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 // indirect
112
110
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -151,7 +149,6 @@ require (
151
149
go.etcd.io/etcd/server/v3 v3.5.12 // indirect
152
150
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
153
151
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
154
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
155
152
go.opentelemetry.io/otel v1.35.0 // indirect
156
153
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
157
154
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
@@ -162,14 +159,14 @@ require (
162
159
go.uber.org/atomic v1.7.0 // indirect
163
160
go.uber.org/multierr v1.6.0 // indirect
164
161
go.uber.org/zap v1.17.0 // indirect
165
- golang.org/x/crypto v0.36 .0 // indirect
162
+ golang.org/x/crypto v0.37 .0 // indirect
166
163
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
167
164
golang.org/x/mod v0.17.0 // indirect
168
- golang.org/x/net v0.38 .0 // indirect
169
- golang.org/x/sync v0.12 .0 // indirect
170
- golang.org/x/sys v0.31 .0 // indirect
171
- golang.org/x/term v0.30 .0 // indirect
172
- golang.org/x/text v0.23 .0 // indirect
165
+ golang.org/x/net v0.39 .0 // indirect
166
+ golang.org/x/sync v0.13 .0 // indirect
167
+ golang.org/x/sys v0.32 .0 // indirect
168
+ golang.org/x/term v0.31 .0 // indirect
169
+ golang.org/x/text v0.24 .0 // indirect
173
170
golang.org/x/time v0.3.0 // indirect
174
171
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
175
172
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
@@ -195,4 +192,4 @@ require (
195
192
// allows us to specify that as an option.
196
193
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.33.0-hex-display
197
194
198
- go 1.23 .6
195
+ go 1.24 .6
0 commit comments