From d2f9a9b83b1c43304081493eb2305309be1dd504 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 3 Jul 2025 03:30:39 +0900 Subject: treewide: migrate to hakurei.app Signed-off-by: Ophestra --- ldd/exec.go | 4 ++-- ldd/ldd_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ldd') diff --git a/ldd/exec.go b/ldd/exec.go index 2fa2ec41..2544050e 100644 --- a/ldd/exec.go +++ b/ldd/exec.go @@ -8,8 +8,8 @@ import ( "os/exec" "time" - "git.gensokyo.uk/security/hakurei/container" - "git.gensokyo.uk/security/hakurei/container/seccomp" + "hakurei.app/container" + "hakurei.app/container/seccomp" ) const lddTimeout = 2 * time.Second diff --git a/ldd/ldd_test.go b/ldd/ldd_test.go index 35615fa5..707154ac 100644 --- a/ldd/ldd_test.go +++ b/ldd/ldd_test.go @@ -5,7 +5,7 @@ import ( "reflect" "testing" - "git.gensokyo.uk/security/hakurei/ldd" + "hakurei.app/ldd" ) func TestParseError(t *testing.T) { -- cgit v1.3.1