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

Fix go-delve/delve lib

This commit is contained in:
Waleed Gadelkareem
2020-04-18 20:23:25 +02:00
parent 7e70ef7339
commit 6cf0b46497
3 changed files with 121 additions and 5 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.3.0
gopkg.in/yaml.v2 v2.2.8
)