mirror of
https://github.com/getAlby/lndhub.go.git
synced 2025-12-30 11:05:38 +01:00
217 lines
10 KiB
Modula-2
217 lines
10 KiB
Modula-2
module github.com/getAlby/lndhub.go
|
|
|
|
go 1.20
|
|
|
|
// +heroku goVersion go1.17
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.23.5-0.20230125025938-be056b0a0b2f
|
|
github.com/getsentry/sentry-go v0.17.0
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/golang/mock v1.6.0
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/labstack/echo/v4 v4.10.0
|
|
github.com/labstack/gommon v0.4.0
|
|
github.com/lightningnetwork/lnd v0.16.0-beta
|
|
github.com/rabbitmq/amqp091-go v1.6.1
|
|
github.com/rs/zerolog v1.28.0
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/uptrace/bun v1.1.10
|
|
github.com/uptrace/bun/dialect/pgdialect v1.1.10
|
|
github.com/uptrace/bun/driver/pgdriver v1.1.10
|
|
github.com/uptrace/bun/extra/bundebug v1.1.10
|
|
github.com/wagslane/go-password-validator v0.3.0
|
|
github.com/ziflex/lecho/v3 v3.3.0
|
|
golang.org/x/crypto v0.5.0
|
|
google.golang.org/grpc v1.52.0
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.47.0
|
|
gopkg.in/macaroon.v2 v2.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/DataDog/datadog-agent/pkg/obfuscate v0.0.0-20211129110424-6491aa3bf583 // indirect
|
|
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.42.0-rc.1 // indirect
|
|
github.com/DataDog/datadog-go v4.8.2+incompatible // indirect
|
|
github.com/DataDog/datadog-go/v5 v5.0.2 // indirect
|
|
github.com/DataDog/go-tuf v0.3.0--fix-localmeta-fork // indirect
|
|
github.com/DataDog/sketches-go v1.2.1 // indirect
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
|
github.com/aead/siphash v1.0.1 // indirect
|
|
github.com/benbjohnson/clock v1.3.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
|
|
github.com/btcsuite/btcd/btcutil/psbt v1.1.6 // indirect
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
|
|
github.com/btcsuite/btcwallet v0.16.7 // indirect
|
|
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.3 // indirect
|
|
github.com/btcsuite/btcwallet/wallet/txrules v1.2.0 // indirect
|
|
github.com/btcsuite/btcwallet/wallet/txsizes v1.2.3 // indirect
|
|
github.com/btcsuite/btcwallet/walletdb v1.4.0 // indirect
|
|
github.com/btcsuite/btcwallet/wtxmgr v1.5.0 // 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.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
|
|
github.com/decred/dcrd/lru v1.1.1 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/fergusstrange/embedded-postgres v1.19.0 // indirect
|
|
github.com/go-errors/errors v1.4.2 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-macaroon-bakery/macaroonpb v1.0.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/gofrs/uuid v4.2.0+incompatible // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/btree v1.1.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.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/grpc-ecosystem/grpc-gateway/v2 v2.15.0 // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgconn v1.13.0 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.3.1 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgtype v1.13.0 // indirect
|
|
github.com/jackc/pgx/v4 v4.17.2 // indirect
|
|
github.com/jessevdk/go-flags v1.5.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jonboulle/clockwork v0.3.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/jrick/logrotate v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/kkdai/bstream v1.0.0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/lib/pq v1.10.7 // indirect
|
|
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
|
|
github.com/lightninglabs/neutrino v0.15.0 // indirect
|
|
github.com/lightninglabs/neutrino/cache v1.1.1 // indirect
|
|
github.com/lightningnetwork/lightning-onion v1.2.1-0.20221202012345-ca23184850a1 // indirect
|
|
github.com/lightningnetwork/lnd/clock v1.1.0 // indirect
|
|
github.com/lightningnetwork/lnd/healthcheck v1.2.2 // indirect
|
|
github.com/lightningnetwork/lnd/kvdb v1.4.1 // indirect
|
|
github.com/lightningnetwork/lnd/queue v1.1.0 // indirect
|
|
github.com/lightningnetwork/lnd/ticker v1.1.0 // indirect
|
|
github.com/lightningnetwork/lnd/tlv v1.1.0 // indirect
|
|
github.com/lightningnetwork/lnd/tor v1.1.0 // indirect
|
|
github.com/ltcsuite/ltcd v0.22.1-beta // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/miekg/dns v1.1.50 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // 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.39.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
github.com/rogpeppe/fastuuid v1.2.0 // indirect
|
|
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
github.com/soheilhy/cmux v0.1.5 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/objx v0.5.0 // indirect
|
|
github.com/swaggo/files v1.0.0 // indirect
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
|
|
github.com/tinylib/msgp v1.1.6 // indirect
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 // indirect
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 // indirect
|
|
go.etcd.io/bbolt v1.3.6 // indirect
|
|
go.etcd.io/etcd/api/v3 v3.5.7 // indirect
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
|
|
go.etcd.io/etcd/client/v2 v2.305.7 // indirect
|
|
go.etcd.io/etcd/client/v3 v3.5.7 // indirect
|
|
go.etcd.io/etcd/pkg/v3 v3.5.7 // indirect
|
|
go.etcd.io/etcd/raft/v3 v3.5.7 // indirect
|
|
go.etcd.io/etcd/server/v3 v3.5.7 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.37.0 // indirect
|
|
go.opentelemetry.io/otel v1.11.2 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.2 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.2 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.2 // indirect
|
|
go.opentelemetry.io/otel/metric v0.34.0 // indirect
|
|
go.opentelemetry.io/otel/sdk v1.11.2 // indirect
|
|
go.opentelemetry.io/otel/trace v1.11.2 // indirect
|
|
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
|
|
go.uber.org/atomic v1.10.0 // indirect
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
go.uber.org/zap v1.24.0 // indirect
|
|
go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
|
|
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
|
|
golang.org/x/exp v0.0.0-20221111094246-ab4555d3164f // indirect
|
|
golang.org/x/mod v0.7.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/term v0.4.0 // indirect
|
|
golang.org/x/text v0.6.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/errgo.v1 v1.0.1 // indirect
|
|
gopkg.in/macaroon-bakery.v2 v2.3.0 // 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
|
|
inet.af/netaddr v0.0.0-20220617031823-097006376321 // indirect
|
|
lukechampine.com/uint128 v1.2.0 // indirect
|
|
mellium.im/sasl v0.3.1 // indirect
|
|
modernc.org/cc/v3 v3.40.0 // indirect
|
|
modernc.org/ccgo/v3 v3.16.13 // indirect
|
|
modernc.org/libc v1.22.2 // indirect
|
|
modernc.org/mathutil v1.5.0 // indirect
|
|
modernc.org/memory v1.4.0 // indirect
|
|
modernc.org/opt v0.1.3 // indirect
|
|
modernc.org/sqlite v1.20.3 // indirect
|
|
modernc.org/strutil v1.1.3 // indirect
|
|
modernc.org/token v1.0.1 // indirect
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/SporkHubr/echo-http-cache v0.0.0-20200706100054-1d7ae9f38029
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.2
|
|
github.com/go-openapi/spec v0.20.8 // indirect
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/labstack/echo-contrib v0.13.1
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/swaggo/echo-swagger v1.3.5
|
|
github.com/swaggo/swag v1.8.9
|
|
golang.org/x/net v0.5.0 // indirect
|
|
golang.org/x/time v0.3.0
|
|
golang.org/x/tools v0.5.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230113154510-dbe35b8444a5 // indirect
|
|
)
|