vendor: update git-module (#4128)

This commit is contained in:
Unknwon
2017-02-15 18:34:02 -05:00
parent 189924cabf
commit b9560ec9cb
4 changed files with 9 additions and 7 deletions

View File

@@ -95,7 +95,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.7"},
{"github.com/gogits/git-module", git.Version, "0.4.7"},
{"github.com/gogits/git-module", git.Version, "0.4.8"},
{"github.com/gogits/go-gogs-client", gogs.Version, "0.12.1"},
}
for _, c := range checkers {