diff options
author | Unknwon <u@gogs.io> | 2016-01-11 15:01:38 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-01-11 15:01:38 +0800 |
commit | db719abff2d645672b686ea69c94683f49340761 (patch) | |
tree | 6f98770cea53ef00121a4ab175aa07d79bf7f1eb /cmd | |
parent | 91bab801aad337f2353cd4a46c896dfff6714cdf (diff) |
stop compile bindata for TRANSLATORS
- update required version of git-module for #2373
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/web.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ func checkVersion() { {"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"}, {"gopkg.in/ini.v1", ini.Version, "1.8.4"}, {"gopkg.in/macaron.v1", macaron.Version, "0.8.0"}, - {"github.com/gogits/git-shell", git.Version, "0.2.1"}, + {"github.com/gogits/git-module", git.Version, "0.2.3"}, {"github.com/gogits/go-gogs-client", gogs.Version, "0.7.2"}, } for _, c := range checkers { |