diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-03 03:30:39 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-03 03:30:39 +0900 |
| commit | d2f9a9b83b1c43304081493eb2305309be1dd504 (patch) | |
| tree | 1862e9415d705eff509afb3bdc8e574b78068ce6 /ldd | |
| parent | 1b5ecd9eaf3289d164d8ed1bce6013e0e4ef8e86 (diff) | |
treewide: migrate to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'ldd')
| -rw-r--r-- | ldd/exec.go | 4 | ||||
| -rw-r--r-- | ldd/ldd_test.go | 2 |
2 files changed, 3 insertions, 3 deletions
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) { |
