mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-14 22:49:21 +08:00
6a4d04643e
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>
13 lines
267 B
Modula-2
13 lines
267 B
Modula-2
module shop
|
|
|
|
go 1.13
|
|
|
|
require github.com/beego/beego/v2 v2.0.2
|
|
|
|
require (
|
|
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
|
|
)
|