17 lines
408 B
Modula-2
17 lines
408 B
Modula-2
module merchant
|
|
|
|
go 1.13
|
|
|
|
require github.com/beego/beego/v2 v2.0.1
|
|
|
|
require (
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
|
github.com/go-redis/redis v6.14.2+incompatible
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/xid v1.3.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/tealeg/xlsx v1.0.5
|
|
github.com/xlzd/gotp v0.1.0
|
|
)
|