aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cache/cache_twoqueue.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cache/cache_twoqueue.go')
-rw-r--r--modules/cache/cache_twoqueue.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cache/cache_twoqueue.go b/modules/cache/cache_twoqueue.go
index 1eda2debc4..c8db686e57 100644
--- a/modules/cache/cache_twoqueue.go
+++ b/modules/cache/cache_twoqueue.go
@@ -10,7 +10,7 @@ import (
"code.gitea.io/gitea/modules/json"
- mc "gitea.com/go-chi/cache" //nolint:depguard
+ mc "gitea.com/go-chi/cache" //nolint:depguard // we wrap this package here
lru "github.com/hashicorp/golang-lru/v2"
)