aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-20 13:39:46 -0500
committerUnknwon <u@gogs.io>2017-02-20 13:39:46 -0500
commit0bef74d499e28e96505498577e4aa1c3e00ef1e8 (patch)
tree11a30c86c66013796754cd07e576d6a5387d99df /cmd
parent2322de653c4b5b4a1be19b54a64b6d20b308bdac (diff)
vendor: update github.com/go-macaron/toolbox (#2857)
Support HEAD requests of '/healthcheck' for service monitoring.
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 2b087d40..92fbe2a7 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -92,7 +92,7 @@ func checkVersion() {
{"github.com/go-macaron/csrf", csrf.Version, "0.1.0"},
{"github.com/go-macaron/i18n", i18n.Version, "0.3.0"},
{"github.com/go-macaron/session", session.Version, "0.1.6"},
- {"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
+ {"github.com/go-macaron/toolbox", toolbox.Version, "0.1.3"},
{"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.12"},