dongfeng-pay/go.mod

16 lines
446 B
Modula-2
Raw Normal View History

2021-02-07 15:04:58 +08:00
module dongfeng-pay
go 1.13
require (
github.com/astaxie/beego v1.12.3
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
github.com/go-sql-driver/mysql v1.5.0
github.com/go-stomp/stomp v2.1.2+incompatible
github.com/rs/xid v1.2.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/smartystreets/goconvey v1.6.4
github.com/tealeg/xlsx v1.0.5
github.com/widuu/gojson v0.0.0-20170212122013-7da9d2cd949b
)