|
@@ -9,11 +9,14 @@ require (
|
|
|
github.com/gin-gonic/gin v1.8.1
|
|
|
github.com/go-pay/gopay v1.5.97
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
|
+ github.com/goccy/go-json v0.9.11
|
|
|
github.com/jinzhu/gorm v1.9.16
|
|
|
github.com/olivere/elastic/v7 v7.0.4
|
|
|
github.com/qiniu/go-sdk/v7 v7.11.1
|
|
|
+ github.com/robfig/cron v1.2.0
|
|
|
github.com/shopspring/decimal v1.2.0
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
+ github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
|
github.com/unrolled/secure v1.10.0
|
|
|
gopkg.in/sohlich/elogrus.v7 v7.0.0
|
|
|
)
|
|
@@ -23,7 +26,6 @@ require (
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
|
github.com/go-playground/validator/v10 v10.11.1 // indirect
|
|
|
- github.com/goccy/go-json v0.9.11 // indirect
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
@@ -35,11 +37,9 @@ require (
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
- github.com/robfig/cron v1.2.0 // indirect
|
|
|
- github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
|
|
github.com/smartystreets/goconvey v1.7.2 // indirect
|
|
|
+ github.com/stretchr/testify v1.8.1 // indirect
|
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
|
|
- github.com/wechatpay-apiv3/wechatpay-go v0.2.18 // indirect
|
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
|
golang.org/x/net v0.10.0 // indirect
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|