1
0
mirror of https://github.com/beego/bee.git synced 2025-06-14 23:50:39 +00:00

fix: Fix github.com/go-delve/delve upgrade error

This commit is contained in:
Waleed Gadelkareem
2020-06-19 20:02:57 +02:00
parent 280d71a799
commit f5cc7abe8d
3 changed files with 62 additions and 66 deletions

6
go.mod
View File

@ -5,9 +5,9 @@ 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/gadelkareem/delve v1.4.2-0.20200619175259-dcd01330766f
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
github.com/lib/pq v1.7.0
gopkg.in/yaml.v2 v2.3.0
)