1
0
Fork 0
forked from forgejo/forgejo

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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