mirror of
https://github.com/kwinH/fastApi.git
synced 2025-12-24 13:07:58 +08:00
33 lines
1.1 KiB
Modula-2
33 lines
1.1 KiB
Modula-2
module fastApi
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/fvbock/endless v0.0.0-20170109170031-447134032cb6
|
|
github.com/gin-contrib/cors v1.3.1
|
|
github.com/gin-gonic/gin v1.8.1
|
|
github.com/go-openapi/spec v0.20.7 // indirect
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
|
github.com/go-playground/locales v0.14.0
|
|
github.com/go-playground/universal-translator v0.18.0
|
|
github.com/go-playground/validator/v10 v10.10.0
|
|
github.com/go-redis/redis v6.15.9+incompatible
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
|
github.com/google/uuid v1.1.2
|
|
github.com/nsqio/go-nsq v1.1.0
|
|
github.com/onsi/gomega v1.12.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/spf13/cobra v1.5.0
|
|
github.com/spf13/viper v1.12.0
|
|
github.com/swaggo/files v0.0.0-20220728132757-551d4a08d97a
|
|
github.com/swaggo/gin-swagger v1.5.3
|
|
github.com/swaggo/swag v1.8.5
|
|
go.uber.org/zap v1.19.1
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
|
|
golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect
|
|
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
gorm.io/driver/mysql v1.1.0
|
|
gorm.io/gorm v1.21.10
|
|
)
|