2021-04-27 15:33:49 +08:00
|
|
|
module legend
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require github.com/beego/beego/v2 v2.0.1
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2021-05-17 22:15:59 +08:00
|
|
|
github.com/rs/xid v1.3.0
|
2021-04-27 15:33:49 +08:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
|
|
)
|