|
@@ -23,14 +23,12 @@ require (
|
|
|
github.com/rdlucklib/rdluck_tools v1.0.3
|
|
|
github.com/shopspring/decimal v1.3.1
|
|
|
github.com/silenceper/wechat/v2 v2.1.4
|
|
|
- github.com/sirupsen/logrus v1.9.3
|
|
|
github.com/tealeg/xlsx v1.0.5
|
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.655
|
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ses v1.0.655
|
|
|
github.com/xuri/excelize/v2 v2.7.1
|
|
|
github.com/yidane/formula v0.0.0-20210902154546-0782e1736717
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
|
- gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
|
)
|
|
|
|
|
|
require (
|
|
@@ -85,6 +83,7 @@ require (
|
|
|
github.com/richardlehane/msoleps v1.0.3 // indirect
|
|
|
github.com/rs/xid v1.5.0 // indirect
|
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
|
|
|
+ github.com/sirupsen/logrus v1.9.3 // indirect
|
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
|
github.com/tidwall/gjson v1.14.1 // indirect
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|