Skip to content

Commit 1f1abb1

Browse files
author
Soputtra San
committed
Fix import path
1 parent fc7959d commit 1f1abb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/setting/setting_memcache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
package setting
88

99
import (
10-
_ "github.com/macaron-contrib/cache/memcache"
10+
_ "github.com/go-macaron/cache/memcache"
1111
)
1212

1313
func init() {

modules/setting/setting_redis.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
package setting
88

99
import (
10-
_ "github.com/macaron-contrib/cache/redis"
11-
_ "github.com/macaron-contrib/session/redis"
10+
_ "github.com/go-macaron/cache/redis"
11+
_ "github.com/go-macaron/session/redis"
1212
)
1313

1414
func init() {

0 commit comments

Comments
 (0)