12345678910111213141516171819202122232425 |
- module hongze/hongze_yb_en_api
- go 1.15
- require (
- github.com/fsnotify/fsnotify v1.6.0
- github.com/gin-gonic/gin v1.8.1
- github.com/go-playground/locales v0.14.0
- github.com/go-playground/universal-translator v0.18.0
- github.com/go-playground/validator/v10 v10.11.1
- github.com/go-redis/redis/v8 v8.11.5
- github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
- github.com/jonboulle/clockwork v0.3.0 // indirect
- github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
- github.com/lestrrat-go/strftime v1.0.6 // indirect
- github.com/olivere/elastic/v7 v7.0.32
- github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
- github.com/rdlucklib/rdluck_tools v1.0.3
- github.com/spf13/viper v1.14.0
- github.com/swaggo/swag v1.8.8
- golang.org/x/image v0.2.0
- gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
- gorm.io/driver/mysql v1.4.4
- gorm.io/gorm v1.24.2
- )
|