use new Redis client
This commit is contained in:
parent
f0ca16d78f
commit
d5c6b53571
4 changed files with 5 additions and 5 deletions
|
@ -77,10 +77,10 @@ func checkVersion() {
|
|||
checkers := []VerChecker{
|
||||
{"github.com/Unknwon/macaron", macaron.Version, "0.4.9"},
|
||||
{"github.com/macaron-contrib/binding", binding.Version, "0.0.4"},
|
||||
{"github.com/macaron-contrib/cache", cache.Version, "0.0.2"},
|
||||
{"github.com/macaron-contrib/cache", cache.Version, "0.0.3"},
|
||||
{"github.com/macaron-contrib/csrf", csrf.Version, "0.0.1"},
|
||||
{"github.com/macaron-contrib/i18n", i18n.Version, "0.0.5"},
|
||||
{"github.com/macaron-contrib/session", session.Version, "0.1.1"},
|
||||
{"github.com/macaron-contrib/session", session.Version, "0.1.2"},
|
||||
{"gopkg.in/ini.v1", ini.Version, "1.0.1"},
|
||||
}
|
||||
for _, c := range checkers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue