1
0
mirror of https://github.com/beego/bee.git synced 2025-07-15 20:02:17 +00:00
This commit is contained in:
Jeremy-boo
2020-05-22 16:58:04 +08:00
parent 6a86284cec
commit 820d1327b4
413 changed files with 139 additions and 172724 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module github.com/beego/bee
go 1.14
require (
github.com/astaxie/beego v1.12.1
github.com/fsnotify/fsnotify v1.4.9
github.com/go-delve/delve v1.4.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.5.2
gopkg.in/yaml.v2 v2.3.0
)