forked from forgejo/forgejo
Fix import path
This commit is contained in:
parent
fc7959d3bc
commit
1f1abb17e2
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
package setting
|
||||
|
||||
import (
|
||||
_ "github.com/macaron-contrib/cache/memcache"
|
||||
_ "github.com/go-macaron/cache/memcache"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue