go.mod 733 B

12345678910111213141516171819202122
  1. module hongze/hongze_google_api
  2. go 1.15
  3. require (
  4. cloud.google.com/go/translate v1.4.0
  5. github.com/fsnotify/fsnotify v1.6.0
  6. github.com/gin-gonic/gin v1.8.2
  7. github.com/go-playground/locales v0.14.0
  8. github.com/go-playground/universal-translator v0.18.0
  9. github.com/go-playground/validator/v10 v10.11.1
  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/op/go-logging v0.0.0-20160315200505-970db520ece7
  15. github.com/spf13/viper v1.14.0
  16. github.com/swaggo/swag v1.8.9
  17. golang.org/x/image v0.3.0
  18. golang.org/x/text v0.6.0
  19. gorm.io/gorm v1.24.3
  20. )