Update deps

This commit is contained in:
Unknwon 2014-09-01 00:12:37 +08:00
parent 676bd764fa
commit 36661f53e6
4 changed files with 5 additions and 3 deletions

View file

@ -7,7 +7,7 @@
package setting
import (
_ "github.com/gogits/cache/memcache"
_ "github.com/macaron-contrib/cache/memcache"
)
func init() {

View file

@ -7,8 +7,8 @@
package setting
import (
_ "github.com/gogits/cache/redis"
_ "github.com/gogits/session/redis"
_ "github.com/macaron-contrib/cache/redis"
_ "github.com/macaron-contrib/session/redis"
)
func init() {