mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-14 22:49:21 +08:00
15 lines
327 B
Modula-2
15 lines
327 B
Modula-2
module gateway
|
|
|
|
go 1.13
|
|
|
|
require github.com/beego/beego/v2 v2.0.1
|
|
|
|
require (
|
|
github.com/astaxie/beego v1.12.3
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/go-stomp/stomp v2.1.4+incompatible
|
|
github.com/rs/xid v1.3.0
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
github.com/widuu/gojson v0.0.0-20170212122013-7da9d2cd949b
|
|
)
|