11module github.com/lightninglabs/loop
22
33require (
4- github.com/btcsuite/btcd v0.24.3 -0.20250318170759-4f4ea81776d6
5- github.com/btcsuite/btcd/btcec/v2 v2.3.4
6- github.com/btcsuite/btcd/btcutil v1.1.5
4+ github.com/btcsuite/btcd v0.25.1 -0.20260310163610-1c55c7c18179
5+ github.com/btcsuite/btcd/btcec/v2 v2.3.6
6+ github.com/btcsuite/btcd/btcutil v1.1.6
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.17
10+ github.com/btcsuite/btcwallet v0.16.18
1111 github.com/btcsuite/btcwallet/wtxmgr v1.5.6
1212 github.com/davecgh/go-spew v1.1.1
13- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0
13+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4 .0
1414 github.com/fortytw2/leaktest v1.3.0
1515 github.com/golang-migrate/migrate/v4 v4.17.0
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
1919 github.com/jackc/pgx/v5 v5.9.2
20- github.com/jessevdk/go-flags v1.4.0
20+ github.com/jessevdk/go-flags v1.6.1
2121 github.com/lib/pq v1.10.9
22- github.com/lightninglabs/aperture v0.3.13-beta
23- github.com/lightninglabs/lndclient v0.20 .0-8
22+ github.com/lightninglabs/aperture v0.4.0
23+ github.com/lightninglabs/lndclient v0.21 .0-1
2424 github.com/lightninglabs/loop/looprpc v1.0.7
2525 github.com/lightninglabs/loop/swapserverrpc v1.0.14
26- github.com/lightninglabs/taproot-assets v0.7 .0
27- github.com/lightninglabs/taproot-assets/taprpc v1.0.11
28- github.com/lightningnetwork/lnd v0.20.1 -beta
26+ github.com/lightninglabs/taproot-assets v0.8 .0
27+ github.com/lightninglabs/taproot-assets/taprpc v1.1.0
28+ github.com/lightningnetwork/lnd v0.21.0 -beta
2929 github.com/lightningnetwork/lnd/cert v1.2.2
3030 github.com/lightningnetwork/lnd/clock v1.1.1
31- github.com/lightningnetwork/lnd/queue v1.1.1
31+ github.com/lightningnetwork/lnd/queue v1.2.0
3232 github.com/lightningnetwork/lnd/ticker v1.1.1
3333 github.com/lightningnetwork/lnd/tlv v1.3.2
3434 github.com/lightningnetwork/lnd/tor v1.1.6
@@ -38,7 +38,7 @@ require (
3838 github.com/urfave/cli/v3 v3.4.1
3939 go.etcd.io/bbolt v1.4.3
4040 golang.org/x/sync v0.19.0
41- google.golang.org/grpc v1.79.3
41+ google.golang.org/grpc v1.80.0
4242 google.golang.org/protobuf v1.36.11
4343 gopkg.in/macaroon-bakery.v2 v2.3.0
4444 gopkg.in/macaroon.v2 v2.1.0
@@ -57,9 +57,9 @@ require (
5757 github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 // indirect
5858 github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
5959 github.com/aead/siphash v1.0.1 // indirect
60- github.com/andybalholm/brotli v1.0.4 // indirect
6160 github.com/beorn7/perks v1.0.1 // indirect
62- github.com/btcsuite/btclog v0.0.0-20241003133417-09c4e92e319c // indirect
61+ github.com/btcsuite/btcd/v2transport v1.0.1 // indirect
62+ github.com/btcsuite/btclog v1.0.0 // indirect
6363 github.com/btcsuite/btcwallet/wallet/txauthor v1.3.5 // indirect
6464 github.com/btcsuite/btcwallet/wallet/txrules v1.2.2 // indirect
6565 github.com/btcsuite/btcwallet/wallet/txsizes v1.2.5 // indirect
@@ -76,12 +76,12 @@ require (
7676 github.com/coreos/go-semver v0.3.0 // indirect
7777 github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
7878 github.com/coreos/go-systemd/v22 v22.5.0 // indirect
79- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
80- github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
79+ github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
80+ github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
8181 github.com/decred/dcrd/lru v1.1.2 // indirect
8282 github.com/distribution/reference v0.6.0 // indirect
83- github.com/docker/cli v29.2.0 +incompatible // indirect
84- github.com/docker/go-connections v0.6 .0 // indirect
83+ github.com/docker/cli v29.4.1 +incompatible // indirect
84+ github.com/docker/go-connections v0.7 .0 // indirect
8585 github.com/docker/go-units v0.5.0 // indirect
8686 github.com/dustin/go-humanize v1.0.1 // indirect
8787 github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -113,11 +113,9 @@ require (
113113 github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
114114 github.com/jackc/pgtype v1.14.4 // indirect
115115 github.com/jackc/pgx/v4 v4.18.3 // indirect
116- github.com/jackc/puddle v1.3.0 // indirect
117116 github.com/jackc/puddle/v2 v2.2.2 // indirect
118117 github.com/jackpal/gateway v1.0.5 // indirect
119118 github.com/jackpal/go-nat-pmp v0.0.0-20170405195558-28a68d0c24ad // indirect
120- github.com/jedib0t/go-pretty/v6 v6.2.7 // indirect
121119 github.com/jonboulle/clockwork v0.2.2 // indirect
122120 github.com/jrick/logrotate v1.1.2 // indirect
123121 github.com/json-iterator/go v1.1.12 // indirect
@@ -127,22 +125,22 @@ require (
127125 github.com/libdns/libdns v0.2.1 // indirect
128126 github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
129127 github.com/lightninglabs/lightning-node-connect/hashmailrpc v1.0.4-0.20250610182311-2f1d46ef18b7 // indirect
130- github.com/lightninglabs/neutrino v0.16.1 // indirect
131- github.com/lightninglabs/neutrino/cache v1.1.2 // indirect
132- github.com/lightningnetwork/lightning-onion v1.2.1-0.20240815225420-8b40adf04ab9 // indirect
128+ github.com/lightninglabs/neutrino v0.17.1 // indirect
129+ github.com/lightninglabs/neutrino/cache v1.1.3 // indirect
130+ github.com/lightningnetwork/lightning-onion v1.3.0 // indirect
131+ github.com/lightningnetwork/lnd/actor v0.0.6 // indirect
133132 github.com/lightningnetwork/lnd/fn/v2 v2.0.9 // indirect
134133 github.com/lightningnetwork/lnd/healthcheck v1.2.6 // indirect
135134 github.com/lightningnetwork/lnd/kvdb v1.4.16 // indirect
136- github.com/lightningnetwork/lnd/sqldb v1.0.12-0.20260113193010-8565d12e40b1 // indirect
135+ github.com/lightningnetwork/lnd/sqldb v1.0.13 // indirect
137136 github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 // indirect
138137 github.com/mattn/go-isatty v0.0.20 // indirect
139- github.com/mattn/go-runewidth v0.0.13 // indirect
140138 github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
141139 github.com/mholt/acmez v1.0.4 // indirect
142140 github.com/miekg/dns v1.1.50 // indirect
143141 github.com/moby/docker-image-spec v1.3.1 // indirect
144- github.com/moby/moby/api v1.53.0 // indirect
145- github.com/moby/moby/client v0.2.2 // indirect
142+ github.com/moby/moby/api v1.54.2 // indirect
143+ github.com/moby/moby/client v0.4.1 // indirect
146144 github.com/moby/sys/user v0.3.0 // indirect
147145 github.com/moby/term v0.5.2 // indirect
148146 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -157,17 +155,15 @@ require (
157155 github.com/prometheus/common v0.37.0 // indirect
158156 github.com/prometheus/procfs v0.8.0 // indirect
159157 github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
160- github.com/rivo/uniseg v0.2.0 // indirect
161158 github.com/rogpeppe/fastuuid v1.2.0 // indirect
162159 github.com/russross/blackfriday/v2 v2.1.0 // indirect
163160 github.com/sirupsen/logrus v1.9.3 // indirect
164161 github.com/soheilhy/cmux v0.1.5 // indirect
165- github.com/spf13/pflag v1.0.6 // indirect
162+ github.com/spf13/pflag v1.0.9 // indirect
166163 github.com/stretchr/objx v0.5.2 // indirect
167164 github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
168165 github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
169166 github.com/tv42/zbase32 v0.0.0-20160707012821-501572607d02 // indirect
170- github.com/urfave/cli v1.22.14 // indirect
171167 github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
172168 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
173169 github.com/xeipuuv/gojsonschema v1.2.0 // indirect
@@ -195,18 +191,18 @@ require (
195191 go.uber.org/multierr v1.6.0 // indirect
196192 go.uber.org/zap v1.24.0 // indirect
197193 go.yaml.in/yaml/v3 v3.0.4 // indirect
198- golang.org/x/crypto v0.46 .0 // indirect
199- golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
200- golang.org/x/mod v0.30 .0 // indirect
201- golang.org/x/net v0.48 .0 // indirect
194+ golang.org/x/crypto v0.47 .0 // indirect
195+ golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 // indirect
196+ golang.org/x/mod v0.31 .0 // indirect
197+ golang.org/x/net v0.49 .0 // indirect
202198 golang.org/x/sys v0.42.0 // indirect
203- golang.org/x/term v0.38 .0 // indirect
204- golang.org/x/text v0.32 .0 // indirect
199+ golang.org/x/term v0.41 .0 // indirect
200+ golang.org/x/text v0.33 .0 // indirect
205201 golang.org/x/time v0.11.0 // indirect
206- golang.org/x/tools v0.39 .0 // indirect
202+ golang.org/x/tools v0.40 .0 // indirect
207203 google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
208- google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
209- google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217
204+ google.golang.org/genproto/googleapis/api v0.0.0-20260120221211-b8f7ae30c516 // indirect
205+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516
210206 gopkg.in/errgo.v1 v1.0.1 // indirect
211207 gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
212208 gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -224,7 +220,7 @@ replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-d
224220
225221// We are using a fork of the migration library with custom functionality that
226222// did not yet make it into the upstream repository.
227- replace github.com/golang-migrate/migrate/v4 => github.com/lightninglabs/migrate/v4 v4.18.2-9023d66a-fork-pr-2
223+ replace github.com/golang-migrate/migrate/v4 => github.com/lightninglabs/migrate/v4 v4.18.2-9023d66a-fork-pr-2.0.20251211093704-71c1eef09789
228224
229225replace lukechampine.com/uint128 => github.com/lukechampine/uint128 v1.2.0
230226
@@ -242,4 +238,4 @@ replace gonum.org/v1/plot => github.com/gonum/plot v0.10.1
242238// checking later if the domain reappears and replace can be removed.
243239replace dario.cat/mergo => github.com/darccio/mergo v1.0.1
244240
245- go 1.25.5
241+ go 1.25.10
0 commit comments