summaryrefslogtreecommitdiffstats
path: root/cmd/web.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-07-12 06:20:09 +0800
committerUnknwon <u@gogs.io>2016-07-12 06:20:09 +0800
commitde10387f41c02aef2d97ca5f247a422f18e6fb38 (patch)
treeceb3ec72d1b69f57a0eb4acf52d25664030089fc /cmd/web.go
parent1faaaeb3d9af6e2ddc01363da61faf890165c662 (diff)
downloadgitea-de10387f41c02aef2d97ca5f247a422f18e6fb38.tar.gz
gitea-de10387f41c02aef2d97ca5f247a422f18e6fb38.zip
#2586 bump git-module requirement
Diffstat (limited to 'cmd/web.go')
-rw-r--r--cmd/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web.go b/cmd/web.go
index 3b50580477..24e99f6a35 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -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.1"},
+ {"github.com/gogits/git-module", git.Version, "0.3.2"},
{"github.com/gogits/go-gogs-client", gogs.Version, "0.7.4"},
}
for _, c := range checkers {