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

replace github.com/gadelkareem/delve with github.com/go-delve/delve

This commit is contained in:
Ming Deng
2020-11-10 22:37:20 +08:00
parent 36e532fa4b
commit 0080f54a08
3 changed files with 9 additions and 7 deletions

2
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/flosch/pongo2 v0.0.0-20200529170236-5abacdfa4915
github.com/fsnotify/fsnotify v1.4.9
github.com/gadelkareem/delve v1.4.2-0.20200619175259-dcd01330766f
github.com/go-delve/delve v1.5.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/websocket v1.4.2
github.com/lib/pq v1.7.0