diff options
author | Unknwon <u@gogs.io> | 2016-07-12 07:07:57 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-12 07:07:57 +0800 |
commit | a752f0905551a0d8fd6edb893f748cb9490a28dc (patch) | |
tree | 2a29a99725fe1b7ee3471e087e1dd89e1a51b0f6 /cmd | |
parent | 846bf2ca9fcb4cd8cc85cc189e9f153c04080e5d (diff) | |
download | gitea-a752f0905551a0d8fd6edb893f748cb9490a28dc.tar.gz gitea-a752f0905551a0d8fd6edb893f748cb9490a28dc.zip |
#2709 validate username attribute fetched from LDAP
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/web.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web.go b/cmd/web.go index 24e99f6a35..8465f1e4ff 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -79,7 +79,7 @@ func checkVersion() { // Check dependency version. checkers := []VerChecker{ {"github.com/go-xorm/xorm", func() string { return xorm.Version }, "0.5.5.0711"}, - {"github.com/go-macaron/binding", binding.Version, "0.2.1"}, + {"github.com/go-macaron/binding", binding.Version, "0.3.2"}, {"github.com/go-macaron/cache", cache.Version, "0.1.2"}, {"github.com/go-macaron/csrf", csrf.Version, "0.1.0"}, {"github.com/go-macaron/i18n", i18n.Version, "0.3.0"}, |