mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-12-13 12:39:58 +08:00
由gopath形式改为module
This commit is contained in:
13
merchant/go.mod
Normal file
13
merchant/go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
module merchant
|
||||
|
||||
go 1.13
|
||||
|
||||
require github.com/beego/beego/v2 v2.0.1
|
||||
|
||||
require (
|
||||
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/rs/xid v1.3.0
|
||||
github.com/smartystreets/goconvey v1.6.4
|
||||
github.com/tealeg/xlsx v1.0.5
|
||||
)
|
||||
Reference in New Issue
Block a user