mirror of
https://github.com/beego/bee.git
synced 2025-06-14 23:50:39 +00:00
fix: Fix github.com/go-delve/delve import error and add go mod
This commit is contained in:
13
go.mod
Normal file
13
go.mod
Normal 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.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
|
||||
)
|
Reference in New Issue
Block a user