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

Use prev ver of delve

This commit is contained in:
Waleed Gadelkareem
2020-04-18 22:08:20 +02:00
parent 5726840459
commit 30bf8f68c3
2 changed files with 7 additions and 1 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ 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-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