We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc7959d + 1f1abb1 commit 8fc8848Copy full SHA for 8fc8848
modules/setting/setting_memcache.go
@@ -7,7 +7,7 @@
7
package setting
8
9
import (
10
- _ "github.com/macaron-contrib/cache/memcache"
+ _ "github.com/go-macaron/cache/memcache"
11
)
12
13
func init() {
modules/setting/setting_redis.go
@@ -7,8 +7,8 @@
- _ "github.com/macaron-contrib/cache/redis"
- _ "github.com/macaron-contrib/session/redis"
+ _ "github.com/go-macaron/cache/redis"
+ _ "github.com/go-macaron/session/redis"
14
0 commit comments