1
1
module github.com/lightninglabs/loop
2
2
3
3
require (
4
- github.com/btcsuite/btcd v0.24.3-0.20241210095828-e646d437e95b
4
+ github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6
5
5
github.com/btcsuite/btcd/btcec/v2 v2.3.4
6
6
github.com/btcsuite/btcd/btcutil v1.1.5
7
7
github.com/btcsuite/btcd/btcutil/psbt v1.1.10
8
8
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
9
9
github.com/btcsuite/btclog v0.0.0-20241003133417-09c4e92e319c // indirect
10
- github.com/btcsuite/btcwallet v0.16.10-0.20241127094224-93c858b2ad63
11
- github.com/btcsuite/btcwallet/wtxmgr v1.5.4
10
+ github.com/btcsuite/btcwallet v0.16.13
11
+ github.com/btcsuite/btcwallet/wtxmgr v1.5.6
12
12
github.com/davecgh/go-spew v1.1.1
13
13
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0
14
14
github.com/fortytw2/leaktest v1.3.0
@@ -19,23 +19,22 @@ require (
19
19
github.com/jessevdk/go-flags v1.4.0
20
20
github.com/lib/pq v1.10.9
21
21
github.com/lightninglabs/aperture v0.3.8-beta
22
- github.com/lightninglabs/lndclient v0.19.0-2
22
+ github.com/lightninglabs/lndclient v0.19.0-4
23
23
github.com/lightninglabs/loop/looprpc v1.0.0
24
24
github.com/lightninglabs/loop/swapserverrpc v1.0.11
25
- // TODO(guggero): Update this to a commit in master.
26
- github.com/lightninglabs/taproot-assets v0.5.2-0.20250306114727-f0691d155619
27
- github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20250304192711-9feb761b4ec4
25
+ github.com/lightninglabs/taproot-assets v0.5.2-0.20250424095231-89a3e175feb0
26
+ github.com/lightningnetwork/lnd v0.19.0-beta.rc2.0.20250423092132-a35ace7371af
28
27
github.com/lightningnetwork/lnd/cert v1.2.2
29
28
github.com/lightningnetwork/lnd/clock v1.1.1
30
29
github.com/lightningnetwork/lnd/queue v1.1.1
31
30
github.com/lightningnetwork/lnd/ticker v1.1.1
32
31
github.com/lightningnetwork/lnd/tlv v1.3.0
33
- github.com/lightningnetwork/lnd/tor v1.1.4
32
+ github.com/lightningnetwork/lnd/tor v1.1.6
34
33
github.com/ory/dockertest/v3 v3.10.0
35
- github.com/stretchr/testify v1.9 .0
36
- github.com/urfave/cli v1.22.9
34
+ github.com/stretchr/testify v1.10 .0
35
+ github.com/urfave/cli v1.22.14
37
36
go.etcd.io/bbolt v1.3.11
38
- golang.org/x/net v0.36 .0
37
+ golang.org/x/net v0.38 .0
39
38
google.golang.org/grpc v1.64.1
40
39
google.golang.org/protobuf v1.34.2
41
40
gopkg.in/macaroon-bakery.v2 v2.1.0
@@ -59,7 +58,7 @@ require (
59
58
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.5 // indirect
60
59
github.com/btcsuite/btcwallet/wallet/txrules v1.2.2 // indirect
61
60
github.com/btcsuite/btcwallet/wallet/txsizes v1.2.5 // indirect
62
- github.com/btcsuite/btcwallet/walletdb v1.4.4 // indirect
61
+ github.com/btcsuite/btcwallet/walletdb v1.5.1 // indirect
63
62
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
64
63
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
65
64
github.com/btcsuite/winsvc v1.0.0 // indirect
@@ -69,16 +68,15 @@ require (
69
68
github.com/containerd/continuity v0.3.0 // indirect
70
69
github.com/coreos/go-semver v0.3.0 // indirect
71
70
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
72
- github.com/coreos/go-systemd/v22 v22.3.2 // indirect
73
- github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
71
+ github.com/coreos/go-systemd/v22 v22.5.0 // indirect
72
+ github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
74
73
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
75
74
github.com/decred/dcrd/lru v1.1.2 // indirect
76
- github.com/docker/cli v27.1 .1+incompatible // indirect
77
- github.com/docker/docker v27.1 .1+incompatible // indirect
75
+ github.com/docker/cli v28.0 .1+incompatible // indirect
76
+ github.com/docker/docker v28.0 .1+incompatible // indirect
78
77
github.com/docker/go-connections v0.4.0 // indirect
79
78
github.com/docker/go-units v0.5.0 // indirect
80
79
github.com/dustin/go-humanize v1.0.1 // indirect
81
- github.com/felixge/httpsnoop v1.0.4 // indirect
82
80
github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
83
81
github.com/go-errors/errors v1.0.1 // indirect
84
82
github.com/go-logr/logr v1.4.2 // indirect
@@ -121,26 +119,27 @@ require (
121
119
github.com/libdns/libdns v0.2.1 // indirect
122
120
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
123
121
github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.2 // indirect
124
- github.com/lightninglabs/neutrino v0.16.1-0.20240425105051-602843d34ffd // indirect
122
+ github.com/lightninglabs/neutrino v0.16.1 // indirect
125
123
github.com/lightninglabs/neutrino/cache v1.1.2 // indirect
126
124
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb // indirect
127
125
github.com/lightningnetwork/lnd/fn/v2 v2.0.8 // indirect
128
126
github.com/lightningnetwork/lnd/healthcheck v1.2.6 // indirect
129
- github.com/lightningnetwork/lnd/kvdb v1.4.12 // indirect
130
- github.com/lightningnetwork/lnd/sqldb v1.0.7 // indirect
127
+ github.com/lightningnetwork/lnd/kvdb v1.4.16 // indirect
128
+ github.com/lightningnetwork/lnd/sqldb v1.0.9 // indirect
131
129
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 // indirect
132
130
github.com/mattn/go-isatty v0.0.20 // indirect
133
131
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
134
132
github.com/mholt/acmez v1.0.4 // indirect
135
133
github.com/miekg/dns v1.1.50 // indirect
136
134
github.com/moby/docker-image-spec v1.3.1 // indirect
135
+ github.com/moby/sys/user v0.3.0 // indirect
137
136
github.com/moby/term v0.5.0 // indirect
138
137
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
139
138
github.com/modern-go/reflect2 v1.0.2 // indirect
140
139
github.com/ncruces/go-strftime v0.1.9 // indirect
141
140
github.com/opencontainers/go-digest v1.0.0 // indirect
142
141
github.com/opencontainers/image-spec v1.0.2 // indirect
143
- github.com/opencontainers/runc v1.1.14 // indirect
142
+ github.com/opencontainers/runc v1.2.0 // indirect
144
143
github.com/pkg/errors v0.9.1 // indirect
145
144
github.com/pmezard/go-difflib v1.0.0 // indirect
146
145
github.com/prometheus/client_golang v1.14.0 // indirect
@@ -149,9 +148,8 @@ require (
149
148
github.com/prometheus/procfs v0.8.0 // indirect
150
149
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
151
150
github.com/rogpeppe/fastuuid v1.2.0 // indirect
152
- github.com/russross/blackfriday/v2 v2.0.1 // indirect
153
- github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
154
- github.com/sirupsen/logrus v1.9.2 // indirect
151
+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
152
+ github.com/sirupsen/logrus v1.9.3 // indirect
155
153
github.com/soheilhy/cmux v0.1.5 // indirect
156
154
github.com/spf13/pflag v1.0.5 // indirect
157
155
github.com/stretchr/objx v0.5.2 // indirect
@@ -171,24 +169,25 @@ require (
171
169
go.etcd.io/etcd/pkg/v3 v3.5.12 // indirect
172
170
go.etcd.io/etcd/raft/v3 v3.5.12 // indirect
173
171
go.etcd.io/etcd/server/v3 v3.5.12 // indirect
172
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
174
173
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
175
- go.opentelemetry.io/otel v1.32 .0 // indirect
174
+ go.opentelemetry.io/otel v1.35 .0 // indirect
176
175
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
177
176
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
178
- go.opentelemetry.io/otel/metric v1.32 .0 // indirect
179
- go.opentelemetry.io/otel/sdk v1.21 .0 // indirect
180
- go.opentelemetry.io/otel/trace v1.32 .0 // indirect
177
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
178
+ go.opentelemetry.io/otel/sdk v1.35 .0 // indirect
179
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
181
180
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
182
181
go.uber.org/atomic v1.10.0 // indirect
183
182
go.uber.org/multierr v1.6.0 // indirect
184
183
go.uber.org/zap v1.23.0 // indirect
185
- golang.org/x/crypto v0.35 .0 // indirect
184
+ golang.org/x/crypto v0.36 .0 // indirect
186
185
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
187
186
golang.org/x/mod v0.17.0 // indirect
188
- golang.org/x/sync v0.11 .0 // indirect
189
- golang.org/x/sys v0.30 .0 // indirect
190
- golang.org/x/term v0.29 .0 // indirect
191
- golang.org/x/text v0.22 .0 // indirect
187
+ golang.org/x/sync v0.12 .0 // indirect
188
+ golang.org/x/sys v0.31 .0 // indirect
189
+ golang.org/x/term v0.30 .0 // indirect
190
+ golang.org/x/text v0.23 .0 // indirect
192
191
golang.org/x/time v0.3.0 // indirect
193
192
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
194
193
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
@@ -201,7 +200,7 @@ require (
201
200
modernc.org/libc v1.55.3 // indirect
202
201
modernc.org/mathutil v1.6.0 // indirect
203
202
modernc.org/memory v1.8.0 // indirect
204
- pgregory.net/rapid v1.1 .0 // indirect
203
+ pgregory.net/rapid v1.2 .0 // indirect
205
204
sigs.k8s.io/yaml v1.2.0 // indirect
206
205
)
207
206
0 commit comments