diff options
Diffstat (limited to 'ldd/exec.go')
| -rw-r--r-- | ldd/exec.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldd/exec.go b/ldd/exec.go index 92b10549..87b60ce3 100644 --- a/ldd/exec.go +++ b/ldd/exec.go @@ -6,8 +6,8 @@ import ( "os/exec" "strings" - "git.ophivana.moe/cat/fortify/helper" - "git.ophivana.moe/cat/fortify/helper/bwrap" + "git.ophivana.moe/security/fortify/helper" + "git.ophivana.moe/security/fortify/helper/bwrap" ) func Exec(p string) ([]*Entry, error) { |
