From 24618ab9a1524e8b8986a9bf67667288e642fcf1 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 17 Mar 2025 02:55:36 +0900 Subject: sandbox: move out of internal Signed-off-by: Ophestra --- helper/container_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper/container_test.go') diff --git a/helper/container_test.go b/helper/container_test.go index cb145bf8..886cbf47 100644 --- a/helper/container_test.go +++ b/helper/container_test.go @@ -10,7 +10,7 @@ import ( "git.gensokyo.uk/security/fortify/helper" "git.gensokyo.uk/security/fortify/internal" "git.gensokyo.uk/security/fortify/internal/fmsg" - "git.gensokyo.uk/security/fortify/internal/sandbox" + "git.gensokyo.uk/security/fortify/sandbox" ) func TestContainer(t *testing.T) { -- cgit v1.3.1