@@ -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.20250728225537-6090e87c6c5b
10
- github.com/btcsuite/btcwallet v0.16.15-0.20250811092146-05b3a40651e6
9
+ github.com/btcsuite/btclog/v2 v2.0.1-0.20250110154127-3ae4bf1cb318
10
+ github.com/btcsuite/btcwallet v0.16.13
11
11
github.com/btcsuite/btcwallet/wtxmgr v1.5.6
12
- github.com/lightningnetwork/lnd v0.19.0-beta.rc5.0.20250905045430-9d74ec47701c
12
+ github.com/lightningnetwork/lnd v0.19.0-beta
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,20 +42,22 @@ 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/docker/cli v28.1.1+incompatible // indirect
46
- github.com/docker/docker v28.1.1+incompatible // 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
47
48
github.com/docker/go-connections v0.4.0 // indirect
48
49
github.com/docker/go-units v0.5.0 // indirect
49
50
github.com/dustin/go-humanize v1.0.1 // indirect
50
51
github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
52
+ github.com/go-errors/errors v1.0.1 // indirect
51
53
github.com/go-logr/logr v1.4.2 // indirect
52
54
github.com/go-logr/stdr v1.2.2 // indirect
53
55
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
54
56
github.com/gofrs/uuid v4.2.0+incompatible // indirect
55
57
github.com/gogo/protobuf v1.3.2 // indirect
56
58
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
57
59
github.com/golang-migrate/migrate/v4 v4.17.0 // indirect
58
- github.com/golang/protobuf v1.5.4 // indirect
60
+ github.com/golang/protobuf v1.5.3 // indirect
59
61
github.com/golang/snappy v0.0.4 // indirect
60
62
github.com/google/btree v1.0.1 // indirect
61
63
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -74,11 +76,11 @@ require (
74
76
github.com/jackc/pgio v1.0.0 // indirect
75
77
github.com/jackc/pgpassfile v1.0.0 // indirect
76
78
github.com/jackc/pgproto3/v2 v2.3.3 // 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
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
82
84
github.com/jessevdk/go-flags v1.4.0 // indirect
83
85
github.com/jonboulle/clockwork v0.2.2 // indirect
84
86
github.com/jrick/logrotate v1.1.2 // indirect
@@ -97,14 +99,14 @@ require (
97
99
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
98
100
github.com/lightninglabs/neutrino v0.16.1 // indirect
99
101
github.com/lightninglabs/neutrino/cache v1.1.2 // indirect
100
- github.com/lightningnetwork/lightning-onion v1.2.1-0.20240815225420-8b40adf04ab9 // indirect
102
+ github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb // indirect
101
103
github.com/lightningnetwork/lnd/clock v1.1.1 // indirect
102
104
github.com/lightningnetwork/lnd/fn/v2 v2.0.8 // indirect
103
105
github.com/lightningnetwork/lnd/healthcheck v1.2.6 // indirect
104
106
github.com/lightningnetwork/lnd/queue v1.1.1 // indirect
105
- github.com/lightningnetwork/lnd/sqldb v1.0.11-0.20250905045430-9d74ec47701c // indirect
107
+ github.com/lightningnetwork/lnd/sqldb v1.0.9 // indirect
106
108
github.com/lightningnetwork/lnd/ticker v1.1.1 // indirect
107
- github.com/lightningnetwork/lnd/tlv v1.3.2 // indirect
109
+ github.com/lightningnetwork/lnd/tlv v1.3.1 // indirect
108
110
github.com/lightningnetwork/lnd/tor v1.1.6 // indirect
109
111
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 // indirect
110
112
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -149,6 +151,7 @@ require (
149
151
go.etcd.io/etcd/server/v3 v3.5.12 // indirect
150
152
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
151
153
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
152
155
go.opentelemetry.io/otel v1.35.0 // indirect
153
156
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
154
157
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
@@ -159,14 +162,14 @@ require (
159
162
go.uber.org/atomic v1.7.0 // indirect
160
163
go.uber.org/multierr v1.6.0 // indirect
161
164
go.uber.org/zap v1.17.0 // indirect
162
- golang.org/x/crypto v0.37 .0 // indirect
165
+ golang.org/x/crypto v0.36 .0 // indirect
163
166
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
164
167
golang.org/x/mod v0.17.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
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
170
173
golang.org/x/time v0.3.0 // indirect
171
174
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
172
175
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
0 commit comments