aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/seccomp/hash_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/seccomp/hash_test.go')
-rw-r--r--container/seccomp/hash_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/container/seccomp/hash_test.go b/container/seccomp/hash_test.go
index 5c995582..90bfe638 100644
--- a/container/seccomp/hash_test.go
+++ b/container/seccomp/hash_test.go
@@ -4,14 +4,14 @@ import (
"crypto/sha512"
"encoding/hex"
- "hakurei.app/container/bits"
+ "hakurei.app/container/comp"
"hakurei.app/container/seccomp"
)
type (
bpfPreset = struct {
seccomp.ExportFlag
- bits.FilterPreset
+ comp.FilterPreset
}
bpfLookup map[bpfPreset][sha512.Size]byte
)