mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-10 08:25:57 +01:00
68 lines
2.8 KiB
Modula-2
68 lines
2.8 KiB
Modula-2
module github.com/bumi/lndhub.go
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/getsentry/sentry-go v0.12.0
|
|
github.com/go-playground/validator/v10 v10.10.0
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/labstack/echo/v4 v4.6.1
|
|
github.com/labstack/gommon v0.3.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/uptrace/bun v1.0.21
|
|
github.com/uptrace/bun/dialect/pgdialect v1.0.21
|
|
github.com/uptrace/bun/dialect/sqlitedialect v1.0.21
|
|
github.com/uptrace/bun/driver/pgdriver v1.0.21
|
|
github.com/uptrace/bun/driver/sqliteshim v1.0.21
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
|
|
)
|
|
|
|
require (
|
|
github.com/cretz/bine v0.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/lightningnetwork/lnd v0.0.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.11 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.10 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // 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.1 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/net v0.0.0-20220114011407-0dd24b26b47d // indirect
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
|
|
golang.org/x/tools v0.1.8 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/genproto v0.0.0-20220114231437-d2e6a121cae0 // indirect
|
|
google.golang.org/grpc v1.43.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/macaroon.v2 v2.1.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
lukechampine.com/uint128 v1.1.1 // indirect
|
|
mellium.im/sasl v0.2.1 // indirect
|
|
modernc.org/cc/v3 v3.35.22 // indirect
|
|
modernc.org/ccgo/v3 v3.14.0 // indirect
|
|
modernc.org/libc v1.13.2 // indirect
|
|
modernc.org/mathutil v1.4.1 // indirect
|
|
modernc.org/memory v1.0.5 // indirect
|
|
modernc.org/opt v0.1.1 // indirect
|
|
modernc.org/sqlite v1.14.3 // indirect
|
|
modernc.org/strutil v1.1.1 // indirect
|
|
modernc.org/token v1.0.0 // indirect
|
|
)
|