From b5630f6883c874d458d9ae3c666cfb7ae5e3121d Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 12 Nov 2025 23:03:22 +0900 Subject: test: move package sandbox internal This should never be used outside vm tests. Signed-off-by: Ophestra --- test/sandbox/tool/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sandbox/tool/main.go') diff --git a/test/sandbox/tool/main.go b/test/sandbox/tool/main.go index ef3325de..889142d4 100644 --- a/test/sandbox/tool/main.go +++ b/test/sandbox/tool/main.go @@ -12,7 +12,7 @@ import ( "strings" "syscall" - "hakurei.app/test/sandbox" + "hakurei.app/test/internal/sandbox" ) var ( -- cgit v1.3.1