aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/dispatcher_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/dispatcher_test.go')
-rw-r--r--container/dispatcher_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/dispatcher_test.go b/container/dispatcher_test.go
index fe0c4dbc..ee2c3f19 100644
--- a/container/dispatcher_test.go
+++ b/container/dispatcher_test.go
@@ -18,7 +18,7 @@ import (
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
- "hakurei.app/container/stub"
+ "hakurei.app/internal/stub"
"hakurei.app/message"
)