1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-07 19:17:21 +00:00

Remove settting dependency on modules/session (#7237)

* remove settting dependency on modules/session

* fix fmt

* fix tests

* fix lint
This commit is contained in:
Lunny Xiao
2019-07-17 09:04:37 +08:00
committed by GitHub
parent 2771619acf
commit ce087c58ef
4 changed files with 6 additions and 10 deletions

View File

@ -9,6 +9,9 @@ import (
"time"
"code.gitea.io/gitea/modules/log"
_ "github.com/go-macaron/cache/memcache" // memcache plugin for cache
_ "github.com/go-macaron/cache/redis"
)
// Cache represents cache settings