module hongze/fms_api go 1.15 require ( github.com/aliyun/alibaba-cloud-sdk-go v1.61.1754 github.com/aliyun/aliyun-oss-go-sdk v2.2.5+incompatible github.com/emersion/go-imap v1.2.1 github.com/emersion/go-message v0.15.0 github.com/fsnotify/fsnotify v1.5.1 github.com/gin-gonic/gin v1.7.4 github.com/go-playground/locales v0.14.0 github.com/go-playground/universal-translator v0.18.0 github.com/go-playground/validator/v10 v10.9.0 github.com/go-redis/redis/v8 v8.11.4 github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 github.com/jonboulle/clockwork v0.2.2 // indirect github.com/json-iterator/go v1.1.12 // indirect github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible github.com/lestrrat-go/strftime v1.0.5 // indirect github.com/mattn/go-isatty v0.0.14 // indirect github.com/olivere/elastic/v7 v7.0.31 github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 github.com/rdlucklib/rdluck_tools v1.0.3 github.com/shopspring/decimal v1.2.0 github.com/spf13/viper v1.9.0 github.com/swaggo/gin-swagger v1.3.3 github.com/swaggo/swag v1.7.4 github.com/tealeg/xlsx v1.0.5 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect golang.org/x/image v0.0.0-20190802002840-cff245a6509b gorm.io/driver/mysql v1.1.3 gorm.io/gorm v1.22.2 )