diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-12-20 00:20:02 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-12-20 00:20:02 +0900 |
| commit | df6fc298f608eb106229efc742f0ef8ce9f78e8b (patch) | |
| tree | 1f0ca426495f526aedf7f15ba5a495221be54f81 /internal/app/app_pd_test.go | |
| parent | eae3034260b3abbb8da1deeddfef135b36eeb390 (diff) | |
migrate to git.gensokyo.uk/security/fortify
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'internal/app/app_pd_test.go')
| -rw-r--r-- | internal/app/app_pd_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/internal/app/app_pd_test.go b/internal/app/app_pd_test.go index af4b5056..2d20ed0d 100644 --- a/internal/app/app_pd_test.go +++ b/internal/app/app_pd_test.go @@ -1,11 +1,11 @@ package app_test import ( - "git.ophivana.moe/security/fortify/acl" - "git.ophivana.moe/security/fortify/dbus" - "git.ophivana.moe/security/fortify/fst" - "git.ophivana.moe/security/fortify/helper/bwrap" - "git.ophivana.moe/security/fortify/internal/system" + "git.gensokyo.uk/security/fortify/acl" + "git.gensokyo.uk/security/fortify/dbus" + "git.gensokyo.uk/security/fortify/fst" + "git.gensokyo.uk/security/fortify/helper/bwrap" + "git.gensokyo.uk/security/fortify/internal/system" ) var testCasesPd = []sealTestCase{ |
