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/pipe.go | |
| parent | 7aff3ead3afaa7461e0054fbef23fb571b4add0a (diff) | |
helper/proc: move package out of internal
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'helper/pipe.go')
| -rw-r--r-- | helper/pipe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/pipe.go b/helper/pipe.go index c87d4f64..f17b74fb 100644 --- a/helper/pipe.go +++ b/helper/pipe.go @@ -6,7 +6,7 @@ import ( "os" "os/exec" - "git.gensokyo.uk/security/fortify/internal/proc" + "git.gensokyo.uk/security/fortify/helper/proc" ) type pipes struct { |
