summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-07 11:33:04 -0500
committerUnknwon <u@gogs.io>2015-12-07 11:33:04 -0500
commit4e0c697aaf29ce6911b9e6ade36c50f619363adc (patch)
tree3de6de0d6e520ab5724e38d26aecd50b72734dea /cmd
parent3ffbb54337036f34dc62d20a78b109b2ac9790a5 (diff)
downloadgitea-4e0c697aaf29ce6911b9e6ade36c50f619363adc.tar.gz
gitea-4e0c697aaf29ce6911b9e6ade36c50f619363adc.zip
force new INI version
Diffstat (limited to 'cmd')
-rw-r--r--cmd/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web.go b/cmd/web.go
index 2ed31e1fab..e1e3c7a970 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -85,7 +85,7 @@ func checkVersion() {
{"github.com/go-macaron/i18n", i18n.Version, "0.2.0"},
{"github.com/go-macaron/session", session.Version, "0.1.6"},
{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
- {"gopkg.in/ini.v1", ini.Version, "1.3.4"},
+ {"gopkg.in/ini.v1", ini.Version, "1.8.1"},
}
for _, c := range checkers {
if !version.Compare(c.Version(), c.Expected, ">=") {