1
0
mirror of https://github.com/beego/bee.git synced 2025-07-01 17:20:17 +00:00

支持go mod

This commit is contained in:
qiantao
2020-05-24 12:58:19 +08:00
parent fbfa51046a
commit 8360965cc7
412 changed files with 22 additions and 172728 deletions

15
go.mod Normal file
View File

@ -0,0 +1,15 @@
module github.com/beego/bee
go 1.13
require (
github.com/astaxie/beego v1.12.1
github.com/fsnotify/fsnotify v1.4.9
github.com/go-delve/delve v1.3.2
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.3.0
gopkg.in/yaml.v2 v2.2.8
)
replace github.com/astaxie/beego v1.12.1 => /Users/qiantao/work/beego