forked from go/golangs_learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
148 B
10 lines
148 B
4 years ago
|
module go_to_beego
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/astaxie/beego v1.12.3
|
||
|
github.com/beego/beego/v2 v2.0.1
|
||
|
github.com/go-sql-driver/mysql v1.5.0
|
||
|
)
|