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
199 B
10 lines
199 B
module bee_learn
|
|
|
|
go 1.14
|
|
|
|
require github.com/astaxie/beego v1.12.1
|
|
|
|
require (
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4
|
|
)
|
|
|