From 9adfe453d506fa7ea18b2df3871f72b5c4dc9b7c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 14 Feb 2016 19:42:38 -0500 Subject: #2569 delete repo local copy when transfer Remote repository path is renamed but does not delete outdated local copy which still has old repository path as remote. --- cmd/web.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/web.go b/cmd/web.go index 279703baaf..f5137e25e1 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -81,7 +81,7 @@ func checkVersion() { // Check dependency version. checkers := []VerChecker{ {"github.com/go-xorm/xorm", func() string { return xorm.Version }, "0.4.4.1029"}, - {"github.com/go-macaron/binding", binding.Version, "0.1.0"}, + {"github.com/go-macaron/binding", binding.Version, "0.2.1"}, {"github.com/go-macaron/cache", cache.Version, "0.1.2"}, {"github.com/go-macaron/csrf", csrf.Version, "0.0.3"}, {"github.com/go-macaron/i18n", i18n.Version, "0.2.0"}, -- cgit v1.2.3