mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Let loop static deposit create a fresh receive address and optionally fund it through lnd SendCoins. Validate funding arguments before address creation and expose the nested request through the client RPC. Regenerate the RPC artifacts, CLI documentation, and replay fixtures for the new command behavior.
238 lines
12 KiB
Modula-2
238 lines
12 KiB
Modula-2
module github.com/lightninglabs/loop
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.25.1-0.20260310163610-1c55c7c18179
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.6
|
|
github.com/btcsuite/btcd/btcutil v1.1.6
|
|
github.com/btcsuite/btcd/btcutil/psbt v1.1.10
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
|
|
github.com/btcsuite/btclog/v2 v2.0.1-0.20250728225537-6090e87c6c5b
|
|
github.com/btcsuite/btcwallet v0.16.18
|
|
github.com/btcsuite/btcwallet/wtxmgr v1.5.6
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/golang-migrate/migrate/v4 v4.17.0
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
|
|
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438
|
|
github.com/jackc/pgx/v5 v5.9.2
|
|
github.com/jessevdk/go-flags v1.6.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/lightninglabs/aperture v0.4.0
|
|
github.com/lightninglabs/lndclient v0.21.0-2
|
|
github.com/lightninglabs/loop/looprpc v1.0.7
|
|
github.com/lightninglabs/loop/swapserverrpc v1.0.14
|
|
github.com/lightninglabs/taproot-assets v0.8.0
|
|
github.com/lightninglabs/taproot-assets/taprpc v1.1.0
|
|
github.com/lightningnetwork/lnd v0.21.0-beta
|
|
github.com/lightningnetwork/lnd/cert v1.2.2
|
|
github.com/lightningnetwork/lnd/clock v1.1.1
|
|
github.com/lightningnetwork/lnd/queue v1.2.0
|
|
github.com/lightningnetwork/lnd/ticker v1.1.1
|
|
github.com/lightningnetwork/lnd/tlv v1.3.2
|
|
github.com/lightningnetwork/lnd/tor v1.1.6
|
|
github.com/ory/dockertest/v3 v3.10.0
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/urfave/cli-docs/v3 v3.1.1-0.20251020101624-bec07369b4f6
|
|
github.com/urfave/cli/v3 v3.4.1
|
|
go.etcd.io/bbolt v1.4.3
|
|
golang.org/x/sync v0.20.0
|
|
google.golang.org/grpc v1.82.1
|
|
google.golang.org/protobuf v1.36.11
|
|
gopkg.in/macaroon-bakery.v2 v2.3.0
|
|
gopkg.in/macaroon.v2 v2.1.0
|
|
modernc.org/sqlite v1.34.5
|
|
)
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.1 // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
|
|
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
|
github.com/NebulousLabs/fastrand v0.0.0-20181203155948-6fb6489aac4e // indirect
|
|
github.com/NebulousLabs/go-upnp v0.0.0-20180202185039-29b680b06c82 // indirect
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
|
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 // indirect
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
|
github.com/aead/siphash v1.0.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/btcsuite/btcd/v2transport v1.0.1 // indirect
|
|
github.com/btcsuite/btclog v1.0.0 // indirect
|
|
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.5 // indirect
|
|
github.com/btcsuite/btcwallet/wallet/txrules v1.2.2 // indirect
|
|
github.com/btcsuite/btcwallet/wallet/txsizes v1.2.5 // indirect
|
|
github.com/btcsuite/btcwallet/walletdb v1.5.1 // indirect
|
|
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
|
|
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 // indirect
|
|
github.com/btcsuite/winsvc v1.0.0 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/containerd/continuity v0.3.0 // indirect
|
|
github.com/containerd/errdefs v1.0.0 // indirect
|
|
github.com/containerd/errdefs/pkg v0.3.0 // indirect
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
|
|
github.com/decred/dcrd/lru v1.1.2 // indirect
|
|
github.com/distribution/reference v0.6.0 // indirect
|
|
github.com/docker/cli v29.4.1+incompatible // indirect
|
|
github.com/docker/go-connections v0.7.0 // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-macaroon-bakery/macaroonpb v1.0.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/jackpal/gateway v1.0.5 // indirect
|
|
github.com/jackpal/go-nat-pmp v0.0.0-20170405195558-28a68d0c24ad // indirect
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
github.com/jrick/logrotate v1.1.2 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kkdai/bstream v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
|
|
github.com/lightninglabs/neutrino v0.17.1 // indirect
|
|
github.com/lightninglabs/neutrino/cache v1.1.3 // indirect
|
|
github.com/lightningnetwork/lightning-onion v1.3.0 // indirect
|
|
github.com/lightningnetwork/lnd/actor v0.0.6 // indirect
|
|
github.com/lightningnetwork/lnd/fn/v2 v2.0.9 // indirect
|
|
github.com/lightningnetwork/lnd/healthcheck v1.2.6 // indirect
|
|
github.com/lightningnetwork/lnd/kvdb v1.5.1 // indirect
|
|
github.com/lightningnetwork/lnd/sqldb v1.0.13 // indirect
|
|
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
github.com/miekg/dns v1.1.50 // indirect
|
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
|
github.com/moby/moby/api v1.54.2 // indirect
|
|
github.com/moby/moby/client v0.4.1 // indirect
|
|
github.com/moby/sys/user v0.3.0 // indirect
|
|
github.com/moby/term v0.5.2 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.1.1 // indirect
|
|
github.com/opencontainers/runc v1.3.6 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rogpeppe/fastuuid v1.2.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/soheilhy/cmux v0.1.5 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
|
|
github.com/tv42/zbase32 v0.0.0-20160707012821-501572607d02 // indirect
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
|
|
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
|
|
go.etcd.io/etcd/api/v3 v3.5.12 // indirect
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.12 // indirect
|
|
go.etcd.io/etcd/client/v2 v2.305.12 // indirect
|
|
go.etcd.io/etcd/client/v3 v3.5.12 // indirect
|
|
go.etcd.io/etcd/pkg/v3 v3.5.12 // indirect
|
|
go.etcd.io/etcd/raft/v3 v3.5.12 // indirect
|
|
go.etcd.io/etcd/server/v3 v3.5.12 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
|
|
go.opentelemetry.io/otel v1.43.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.43.0 // indirect
|
|
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.43.0 // indirect
|
|
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.24.0 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/crypto v0.52.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 // indirect
|
|
golang.org/x/mod v0.35.0 // indirect
|
|
golang.org/x/net v0.55.0 // indirect
|
|
golang.org/x/sys v0.45.0 // indirect
|
|
golang.org/x/term v0.43.0
|
|
golang.org/x/text v0.37.0 // indirect
|
|
golang.org/x/time v0.11.0 // indirect
|
|
golang.org/x/tools v0.44.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478
|
|
gopkg.in/errgo.v1 v1.0.1 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
modernc.org/libc v1.55.3 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.8.0 // indirect
|
|
pgregory.net/rapid v1.2.0 // indirect
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|
|
|
|
// We want to format raw bytes as hex instead of base64. The forked version
|
|
// allows us to specify that as an option.
|
|
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display
|
|
|
|
// We are using a fork of the migration library with custom functionality that
|
|
// did not yet make it into the upstream repository.
|
|
replace github.com/golang-migrate/migrate/v4 => github.com/lightninglabs/migrate/v4 v4.18.2-9023d66a-fork-pr-2.0.20251211093704-71c1eef09789
|
|
|
|
replace lukechampine.com/uint128 => github.com/lukechampine/uint128 v1.2.0
|
|
|
|
replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
|
|
|
|
replace github.com/lightninglabs/loop/looprpc => ./looprpc
|
|
|
|
// Avoid fetching gonum vanity domains. The domain is unstable and causes
|
|
// "go mod check" failures in CI.
|
|
replace gonum.org/v1/gonum => github.com/gonum/gonum v0.11.0
|
|
|
|
replace gonum.org/v1/plot => github.com/gonum/plot v0.10.1
|
|
|
|
// the replaced domain disappeared and package moved to new location. Worth
|
|
// checking later if the domain reappears and replace can be removed.
|
|
replace dario.cat/mergo => github.com/darccio/mergo v1.0.1
|
|
|
|
// The go.augendre.info vanity import endpoints are currently unavailable,
|
|
// but these tags still declare the original module paths.
|
|
replace go.augendre.info/arangolint => github.com/Crocmagnon/arangolint v0.4.0
|
|
|
|
replace go.augendre.info/fatcontext => github.com/Crocmagnon/fatcontext v0.9.0
|
|
|
|
go 1.25.12
|
|
|
|
// This sqldb revision contains lnd's pgx v5 migration, which removes the
|
|
// vulnerable legacy pgx v4/pgproto3 dependency chain. Remove this replacement
|
|
// once the required lnd version includes an sqldb release with that migration.
|
|
replace github.com/lightningnetwork/lnd/sqldb v1.0.13 => github.com/lightningnetwork/lnd/sqldb v1.0.13-0.20260514041430-e9b422f78581
|