From e9a72490db44426605debd3cc756a7924931d706 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 17 Mar 2026 15:16:46 +0900 Subject: vfs: move from container This package is not container-specific. Signed-off-by: Ophestra --- container/container_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container/container_test.go') 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. -- cgit v1.3.1