summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-14 19:42:38 -0500
committerUnknwon <u@gogs.io>2016-02-14 19:42:38 -0500
commit9adfe453d506fa7ea18b2df3871f72b5c4dc9b7c (patch)
treebe2dc269603c5a360199c676b44c7f74a708b55c /cmd
parent29cd8ac270603ff3a5d02134e7c46ae5006844bd (diff)
downloadgitea-9adfe453d506fa7ea18b2df3871f72b5c4dc9b7c.tar.gz
gitea-9adfe453d506fa7ea18b2df3871f72b5c4dc9b7c.zip
#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.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/web.go2
1 files changed, 1 insertions, 1 deletions
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"},