diff options
author | Unknwon <u@gogs.io> | 2017-02-15 18:34:02 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-15 18:34:02 -0500 |
commit | b9560ec9cbb05fddaa7ca0e2aee162a5ccdd0d01 (patch) | |
tree | 78ccbfe3046ff1b5795c1ac4cae68f84995a8ddc /cmd | |
parent | 189924cabf70a0a43b6c2d462d93b671aacdf2b8 (diff) |
vendor: update git-module (#4128)
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/web.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |