diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-08 13:03:45 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-08 13:03:45 +0900 |
| commit | e14923ae530dda0601c204fe17ac1956f54a45b0 (patch) | |
| tree | 1578bbc4c08d9afc94c4b009cd2bf64260574f05 /helper/bwrap | |
| parent | 7aff3ead3afaa7461e0054fbef23fb571b4add0a (diff) | |
helper/proc: move package out of internal
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'helper/bwrap')
| -rw-r--r-- | helper/bwrap/arg.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/bwrap/arg.go b/helper/bwrap/arg.go index d419ba50..d69c597c 100644 --- a/helper/bwrap/arg.go +++ b/helper/bwrap/arg.go @@ -6,7 +6,7 @@ import ( "slices" "strconv" - "git.gensokyo.uk/security/fortify/internal/proc" + "git.gensokyo.uk/security/fortify/helper/proc" ) type Builder interface { |
