aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cache/string_cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cache/string_cache.go')
-rw-r--r--modules/cache/string_cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cache/string_cache.go b/modules/cache/string_cache.go
index 4f659616f5..3562b7a926 100644
--- a/modules/cache/string_cache.go
+++ b/modules/cache/string_cache.go
@@ -11,7 +11,7 @@ import (
"code.gitea.io/gitea/modules/setting"
"code.gitea.io/gitea/modules/util"
- chi_cache "gitea.com/go-chi/cache" //nolint:depguard
+ chi_cache "gitea.com/go-chi/cache" //nolint:depguard // we wrap this package here
)
type GetJSONError struct {