mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-12-25 19:42:25 +08:00
11 lines
155 B
Modula-2
11 lines
155 B
Modula-2
module service
|
|
|
|
go 1.13
|
|
|
|
require github.com/beego/beego/v2 v2.0.1
|
|
|
|
require (
|
|
github.com/astaxie/beego v1.12.3
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
)
|