aboutsummaryrefslogtreecommitdiffhomepage
path: root/ldd/exec.go
diff options
context:
space:
mode:
Diffstat (limited to 'ldd/exec.go')
-rw-r--r--ldd/exec.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldd/exec.go b/ldd/exec.go
index 87b60ce3..0c049e70 100644
--- a/ldd/exec.go
+++ b/ldd/exec.go
@@ -6,8 +6,8 @@ import (
"os/exec"
"strings"
- "git.ophivana.moe/security/fortify/helper"
- "git.ophivana.moe/security/fortify/helper/bwrap"
+ "git.gensokyo.uk/security/fortify/helper"
+ "git.gensokyo.uk/security/fortify/helper/bwrap"
)
func Exec(p string) ([]*Entry, error) {