#518 update git-module require version

This commit is contained in:
Unknwon 2016-06-30 02:21:23 +08:00
parent 6f7276278d
commit 7938506e07
5 changed files with 5 additions and 5 deletions

View file

@ -87,7 +87,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, "1.1.2"},
{"github.com/gogits/git-module", git.Version, "0.3.0"},
{"github.com/gogits/git-module", git.Version, "0.3.1"},
{"github.com/gogits/go-gogs-client", gogs.Version, "0.7.4"},
}
for _, c := range checkers {