aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/container.go')
-rw-r--r--container/container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/container.go b/container/container.go
index 8666e760..30b77c8d 100644
--- a/container/container.go
+++ b/container/container.go
@@ -17,10 +17,10 @@ import (
"time"
"hakurei.app/check"
- "hakurei.app/container/fhs"
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
"hakurei.app/ext"
+ "hakurei.app/fhs"
"hakurei.app/message"
)