summaryrefslogtreecommitdiff
path: root/lib/containers/lru.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/containers/lru.go')
-rw-r--r--lib/containers/lru.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/containers/lru.go b/lib/containers/lru.go
index 80f5ff5..8b8eb0e 100644
--- a/lib/containers/lru.go
+++ b/lib/containers/lru.go
@@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: GPL-2.0-or-later
-package util
+package containers
import (
"sync"