mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-17 11:55:30 +01:00
30 lines
1.0 KiB
Modula-2
30 lines
1.0 KiB
Modula-2
module github.com/bumi/lndhub.go
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/go-playground/validator/v10 v10.10.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/labstack/echo/v4 v4.6.1
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
)
|
|
|
|
require (
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/lib/pq v1.1.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
|
golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
|
|
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|