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 /helper/container_test.go | |
| parent | 1b5ecd9eaf3289d164d8ed1bce6013e0e4ef8e86 (diff) | |
treewide: migrate to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'helper/container_test.go')
| -rw-r--r-- | helper/container_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helper/container_test.go b/helper/container_test.go index 574b24b2..a65e87f4 100644 --- a/helper/container_test.go +++ b/helper/container_test.go @@ -7,10 +7,10 @@ import ( "os/exec" "testing" - "git.gensokyo.uk/security/hakurei/container" - "git.gensokyo.uk/security/hakurei/helper" - "git.gensokyo.uk/security/hakurei/internal" - "git.gensokyo.uk/security/hakurei/internal/hlog" + "hakurei.app/container" + "hakurei.app/helper" + "hakurei.app/internal" + "hakurei.app/internal/hlog" ) func TestContainer(t *testing.T) { |
