dongfeng-pay/agent/go.mod

15 lines
338 B
Modula-2
Raw Permalink Normal View History

2021-04-27 15:33:49 +08:00
module agent
go 1.13
require github.com/beego/beego/v2 v2.0.2
2021-04-27 15:33:49 +08:00
require (
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
github.com/go-sql-driver/mysql v1.6.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
2021-04-27 15:33:49 +08:00
github.com/rs/xid v1.3.0
github.com/smartystreets/goconvey v1.6.4
github.com/tealeg/xlsx v1.0.5
)