dongfeng-pay/shop/go.mod

14 lines
301 B
Modula-2
Raw Normal View History

2021-04-27 15:33:49 +08:00
module shop
go 1.13
require github.com/beego/beego/v2 v2.0.1
require (
github.com/astaxie/beego v1.12.3
github.com/rs/xid v1.3.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/smartystreets/goconvey v1.6.4
github.com/widuu/gojson v0.0.0-20170212122013-7da9d2cd949b
)