aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/seccomp/hash_amd64_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-10-21 20:54:03 +0900
committerOphestra <cat@gensokyo.uk>2025-10-21 20:54:03 +0900
commite94acc424c5746eb6cf903ed97b4e71223fda50f (patch)
treec55f4b467ed11149006a799421936845bf64de99 /container/seccomp/hash_amd64_test.go
parentb1a4d801be033b41c559e9642ee05e2f0ec43d5b (diff)
container/comp: rename from bits
This package will also hold syscall lookup tables for seccomp. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/seccomp/hash_amd64_test.go')
-rw-r--r--container/seccomp/hash_amd64_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/seccomp/hash_amd64_test.go b/container/seccomp/hash_amd64_test.go
index 5a5e5439..eb3e6092 100644
--- a/container/seccomp/hash_amd64_test.go
+++ b/container/seccomp/hash_amd64_test.go
@@ -1,7 +1,7 @@
package seccomp_test
import (
- . "hakurei.app/container/bits"
+ . "hakurei.app/container/comp"
. "hakurei.app/container/seccomp"
)