diff options
Diffstat (limited to 'helper/container.go')
| -rw-r--r-- | helper/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/container.go b/helper/container.go index 4eb57c3b..33ab1e3a 100644 --- a/helper/container.go +++ b/helper/container.go @@ -9,7 +9,7 @@ import ( "sync" "git.gensokyo.uk/security/fortify/helper/proc" - "git.gensokyo.uk/security/fortify/internal/sandbox" + "git.gensokyo.uk/security/fortify/sandbox" ) // New initialises a Helper instance with wt as the null-terminated argument writer. |
