aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/container_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'container/container_test.go')
-rw-r--r--container/container_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/container_test.go b/container/container_test.go
index 65a620e6..a5ca11a9 100644
--- a/container/container_test.go
+++ b/container/container_test.go
@@ -24,11 +24,11 @@ import (
"hakurei.app/container/fhs"
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
- "hakurei.app/container/vfs"
"hakurei.app/ext"
"hakurei.app/hst"
"hakurei.app/ldd"
"hakurei.app/message"
+ "hakurei.app/vfs"
)
// Note: this package requires cgo, which is unavailable in the Go playground.