Fix missing memcache import (#31105) (#31109)

Backport #31105 by wxiaoguang

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
pull/31116/head
Giteabot 6 months ago committed by GitHub
parent 7f706bd171
commit b0981f6509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      modules/cache/cache.go

@ -8,6 +8,8 @@ import (
"time"
"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

Loading…
Cancel
Save