|
@@ -10,10 +10,11 @@ require (
|
|
github.com/go-playground/validator/v10 v10.10.0
|
|
github.com/go-playground/validator/v10 v10.10.0
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
|
|
+ github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/jonboulle/clockwork v0.3.0 // indirect
|
|
github.com/jonboulle/clockwork v0.3.0 // indirect
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/lestrrat-go/strftime v1.0.6 // indirect
|
|
github.com/lestrrat-go/strftime v1.0.6 // indirect
|
|
- github.com/olivere/elastic/v7 v7.0.32
|
|
|
|
|
|
+ github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
github.com/rdlucklib/rdluck_tools v1.0.3
|
|
github.com/rdlucklib/rdluck_tools v1.0.3
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
@@ -21,6 +22,5 @@ require (
|
|
github.com/swaggo/swag v1.8.6
|
|
github.com/swaggo/swag v1.8.6
|
|
github.com/xuri/excelize/v2 v2.6.1
|
|
github.com/xuri/excelize/v2 v2.6.1
|
|
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
|
|
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
|
|
- gorm.io/driver/mysql v1.3.6
|
|
|
|
gorm.io/gorm v1.23.10
|
|
gorm.io/gorm v1.23.10
|
|
)
|
|
)
|