mirror of
https://github.com/makayabou/asg-server.git
synced 2026-05-02 17:43:36 +02:00
43 lines
1.7 KiB
Modula-2
43 lines
1.7 KiB
Modula-2
module bitbucket.org/capcom6/smsgatewaybackend
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
bitbucket.org/soft-c/gomicrobase v1.1.2-0.20221004142125-98b1dad322bc
|
|
github.com/joho/godotenv v1.4.0
|
|
)
|
|
|
|
require (
|
|
bitbucket.org/soft-c/gohelpers v1.0.2 // indirect
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
|
github.com/ansrivas/fiberprometheus/v2 v2.4.1 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-playground/validator/v10 v10.11.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
|
github.com/gofiber/adaptor/v2 v2.1.27 // indirect
|
|
github.com/gofiber/fiber/v2 v2.38.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/klauspost/compress v1.15.11 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
|
|
github.com/prometheus/client_golang v1.13.0 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.40.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
|
|
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gorm.io/driver/mysql v1.3.6 // indirect
|
|
gorm.io/gorm v1.23.8 // indirect
|
|
)
|