1
0
mirror of https://github.com/go-gitea/gitea synced 2025-01-10 05:25:57 +01:00

Fix missing memcache import ()

Fix 
This commit is contained in:
wxiaoguang 2024-05-27 21:43:32 +08:00 committed by GitHub
parent c0880e7695
commit 20c40259f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,8 @@ import (
"time" "time"
"code.gitea.io/gitea/modules/setting" "code.gitea.io/gitea/modules/setting"
_ "gitea.com/go-chi/cache/memcache" //nolint:depguard // memcache plugin for cache, it is required for config "ADAPTER=memcache"
) )
var defaultCache StringCache var defaultCache StringCache