12345678910111213141516171819202122 |
- module hongze/hongze_google_api
- go 1.15
- require (
- cloud.google.com/go/translate v1.4.0
- github.com/fsnotify/fsnotify v1.6.0
- github.com/gin-gonic/gin v1.8.2
- 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/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/op/go-logging v0.0.0-20160315200505-970db520ece7
- github.com/spf13/viper v1.14.0
- github.com/swaggo/swag v1.8.9
- golang.org/x/image v0.3.0
- golang.org/x/text v0.6.0
- gorm.io/gorm v1.24.3
- )
|