go.mod 871 B

12345678910111213141516171819202122232425
  1. module hongze/hongze_yb_en_api
  2. go 1.15
  3. require (
  4. github.com/fsnotify/fsnotify v1.6.0
  5. github.com/gin-gonic/gin v1.8.1
  6. github.com/go-playground/locales v0.14.0
  7. github.com/go-playground/universal-translator v0.18.0
  8. github.com/go-playground/validator/v10 v10.11.1
  9. github.com/go-redis/redis/v8 v8.11.5
  10. github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
  11. github.com/jonboulle/clockwork v0.3.0 // indirect
  12. github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
  13. github.com/lestrrat-go/strftime v1.0.6 // indirect
  14. github.com/olivere/elastic/v7 v7.0.32
  15. github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
  16. github.com/rdlucklib/rdluck_tools v1.0.3
  17. github.com/spf13/viper v1.14.0
  18. github.com/swaggo/swag v1.8.8
  19. golang.org/x/image v0.2.0
  20. gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
  21. gorm.io/driver/mysql v1.4.4
  22. gorm.io/gorm v1.24.2
  23. )