mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-28 04:47:31 +08:00
Fix import path
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
package setting
|
||||
|
||||
import (
|
||||
_ "github.com/macaron-contrib/cache/memcache"
|
||||
_ "github.com/go-macaron/cache/memcache"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user