dongfeng-pay/merchant/go.mod
dependabot[bot] 5e7b0f004e
Bump github.com/beego/beego/v2 from 2.0.1 to 2.0.2 in /merchant
Bumps [github.com/beego/beego/v2](https://github.com/beego/beego) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/beego/beego/releases)
- [Changelog](https://github.com/beego/beego/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/beego/beego/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: github.com/beego/beego/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 01:38:09 +00:00

15 lines
341 B
Modula-2

module merchant
go 1.13
require github.com/beego/beego/v2 v2.0.2
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
github.com/rs/xid v1.3.0
github.com/smartystreets/goconvey v1.6.4
github.com/tealeg/xlsx v1.0.5
)