aboutsummaryrefslogtreecommitdiffhomepage
path: root/ldd
diff options
context:
space:
mode:
authorOphestra Umiker <cat@ophivana.moe>2024-10-20 19:50:13 +0900
committerOphestra Umiker <cat@ophivana.moe>2024-10-20 19:50:13 +0900
commit65af1684e3f12c1920f91c96474f19dbd0b147fc (patch)
tree0e721a066726e009daa71eb2cbcf3ccf5adb546c /ldd
parentcdda33555cf5967221523b90ede1f4eda2a82ce3 (diff)
migrate to git.ophivana.moe/security/fortify
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'ldd')
-rw-r--r--ldd/exec.go4
-rw-r--r--ldd/ldd_test.go2
2 files changed, 3 insertions, 3 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) {
diff --git a/ldd/ldd_test.go b/ldd/ldd_test.go
index ec8a5d0c..088d708e 100644
--- a/ldd/ldd_test.go
+++ b/ldd/ldd_test.go
@@ -6,7 +6,7 @@ import (
"strings"
"testing"
- "git.ophivana.moe/cat/fortify/ldd"
+ "git.ophivana.moe/security/fortify/ldd"
)
func TestParseError(t *testing.T) {