diff options
author | Unknwon <u@gogs.io> | 2017-02-20 13:39:46 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-20 13:39:46 -0500 |
commit | 0bef74d499e28e96505498577e4aa1c3e00ef1e8 (patch) | |
tree | 11a30c86c66013796754cd07e576d6a5387d99df /cmd | |
parent | 2322de653c4b5b4a1be19b54a64b6d20b308bdac (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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |