aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/seccomp/seccomp_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/seccomp/seccomp_test.go')
-rw-r--r--container/seccomp/seccomp_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/seccomp/seccomp_test.go b/container/seccomp/seccomp_test.go
index 2b59c9bc..a3dcad56 100644
--- a/container/seccomp/seccomp_test.go
+++ b/container/seccomp/seccomp_test.go
@@ -6,7 +6,7 @@ import (
"syscall"
"testing"
- "git.gensokyo.uk/security/hakurei/container/seccomp"
+ "hakurei.app/container/seccomp"
)
func TestLibraryError(t *testing.T) {