summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-01-06 13:34:34 +0800
committerUnknwon <u@gogs.io>2016-01-06 13:34:34 +0800
commitcc22c8a1aea3aa3f7e515dc02640a214213b242a (patch)
tree1043230906b9053553ee62b18f1b716ede5bdadc /cmd
parent2481fe2f567c99bdeba4c2fd5defe41fe788c8b8 (diff)
downloadgitea-cc22c8a1aea3aa3f7e515dc02640a214213b242a.tar.gz
gitea-cc22c8a1aea3aa3f7e515dc02640a214213b242a.zip
update dep lib version requirement
Diffstat (limited to 'cmd')
-rw-r--r--cmd/web.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/web.go b/cmd/web.go
index ff881434f6..3edeb8d8a5 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -30,6 +30,7 @@ import (
"gopkg.in/macaron.v1"
"github.com/gogits/git-module"
+ "github.com/gogits/go-gogs-client"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/auth"
@@ -89,6 +90,7 @@ func checkVersion() {
{"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/go-gogs-client", gogs.Version, "0.7.2"},
}
for _, c := range checkers {
if !version.Compare(c.Version(), c.Expected, ">=") {