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