Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/vfs/zip/lru_cache.go')
-rw-r--r--internal/vfs/zip/lru_cache.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/vfs/zip/lru_cache.go b/internal/vfs/zip/lru_cache.go
index d33c81e2..29aa26e0 100644
--- a/internal/vfs/zip/lru_cache.go
+++ b/internal/vfs/zip/lru_cache.go
@@ -4,6 +4,7 @@ import (
"time"
"github.com/karlseguin/ccache/v2"
+
"gitlab.com/gitlab-org/gitlab-pages/metrics"
)