|
|
@@ -5,19 +5,18 @@ go 1.15
|
|
|
require (
|
|
|
dashoo.cn/base_common v0.0.0
|
|
|
dashoo.cn/mms_api_weixin v0.0.0
|
|
|
- github.com/beego/i18n v0.0.0
|
|
|
- github.com/tealeg/xlsx v0.0.0
|
|
|
- github.com/signintech/gopdf v0.0.0
|
|
|
github.com/Unknwon/goconfig v0.0.0 // indirect
|
|
|
+ //github.com/astaxie/beego v1.12.3
|
|
|
github.com/astaxie/beego v1.12.3
|
|
|
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
|
|
|
- github.com/beego/i18n v0.0.0-20161101132742-e9308947f407
|
|
|
+ github.com/beego/i18n v0.0.0
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
github.com/go-xorm/xorm v0.7.9
|
|
|
github.com/nsqio/go-nsq v1.0.8
|
|
|
github.com/signintech/gopdf v0.9.15
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
|
-
|
|
|
+ github.com/tealeg/xlsx v0.0.0
|
|
|
+
|
|
|
)
|
|
|
|
|
|
replace dashoo.cn/base_common => ../../../../../base_dashoo_common/src/dashoo.cn
|
|
|
@@ -25,6 +24,11 @@ replace dashoo.cn/base_common => ../../../../../base_dashoo_common/src/dashoo.cn
|
|
|
replace dashoo.cn/mms_api_weixin => ../mms_api_weixin
|
|
|
|
|
|
replace github.com/Unknwon/goconfig => ../github.com/Unknwon/goconfig
|
|
|
+
|
|
|
replace github.com/beego/i18n => ../github.com/beego/i18n
|
|
|
+
|
|
|
replace github.com/tealeg/xlsx => ../github.com/tealeg/xlsx
|
|
|
-replace github.com/signintech/gopdf => ../github.com/signintech/gopdf
|
|
|
+
|
|
|
+replace github.com/signintech/gopdf => ../github.com/signintech/gopdf
|
|
|
+
|
|
|
+replace github.com/astaxie/beego => ../github.com/astaxie/beego
|