mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-11 04:59:21 +08:00
11 lines
159 B
Modula-2
11 lines
159 B
Modula-2
|
module legend
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require github.com/beego/beego/v2 v2.0.1
|
||
|
|
||
|
require (
|
||
|
github.com/go-sql-driver/mysql v1.5.0
|
||
|
github.com/smartystreets/goconvey v1.6.4
|
||
|
)
|