diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-20 19:50:13 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-20 19:50:13 +0900 |
| commit | 65af1684e3f12c1920f91c96474f19dbd0b147fc (patch) | |
| tree | 0e721a066726e009daa71eb2cbcf3ccf5adb546c /helper | |
| parent | cdda33555cf5967221523b90ede1f4eda2a82ce3 (diff) | |
migrate to git.ophivana.moe/security/fortify
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'helper')
| -rw-r--r-- | helper/args_test.go | 2 | ||||
| -rw-r--r-- | helper/bwrap.go | 2 | ||||
| -rw-r--r-- | helper/bwrap_test.go | 4 | ||||
| -rw-r--r-- | helper/direct_test.go | 2 | ||||
| -rw-r--r-- | helper/helper_test.go | 2 | ||||
| -rw-r--r-- | helper/stub.go | 2 | ||||
| -rw-r--r-- | helper/stub_test.go | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/helper/args_test.go b/helper/args_test.go index e8383c78..0495e075 100644 --- a/helper/args_test.go +++ b/helper/args_test.go @@ -6,7 +6,7 @@ import ( "strings" "testing" - "git.ophivana.moe/cat/fortify/helper" + "git.ophivana.moe/security/fortify/helper" ) func Test_argsFD_String(t *testing.T) { diff --git a/helper/bwrap.go b/helper/bwrap.go index 60a62edf..d5255564 100644 --- a/helper/bwrap.go +++ b/helper/bwrap.go @@ -7,7 +7,7 @@ import ( "strconv" "sync" - "git.ophivana.moe/cat/fortify/helper/bwrap" + "git.ophivana.moe/security/fortify/helper/bwrap" ) // BubblewrapName is the file name or path to bubblewrap. diff --git a/helper/bwrap_test.go b/helper/bwrap_test.go index 8fd2d4be..7ef40286 100644 --- a/helper/bwrap_test.go +++ b/helper/bwrap_test.go @@ -7,8 +7,8 @@ import ( "strings" "testing" - "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 TestBwrap(t *testing.T) { diff --git a/helper/direct_test.go b/helper/direct_test.go index d2b764c2..578bb509 100644 --- a/helper/direct_test.go +++ b/helper/direct_test.go @@ -5,7 +5,7 @@ import ( "os" "testing" - "git.ophivana.moe/cat/fortify/helper" + "git.ophivana.moe/security/fortify/helper" ) func TestDirect(t *testing.T) { diff --git a/helper/helper_test.go b/helper/helper_test.go index da1dae90..bbedd1c9 100644 --- a/helper/helper_test.go +++ b/helper/helper_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "git.ophivana.moe/cat/fortify/helper" + "git.ophivana.moe/security/fortify/helper" ) var ( diff --git a/helper/stub.go b/helper/stub.go index f9ff3681..c0be010b 100644 --- a/helper/stub.go +++ b/helper/stub.go @@ -10,7 +10,7 @@ import ( "syscall" "testing" - "git.ophivana.moe/cat/fortify/helper/bwrap" + "git.ophivana.moe/security/fortify/helper/bwrap" ) // InternalChildStub is an internal function but exported because it is cross-package; diff --git a/helper/stub_test.go b/helper/stub_test.go index 5838c108..30d05e50 100644 --- a/helper/stub_test.go +++ b/helper/stub_test.go @@ -3,7 +3,7 @@ package helper_test import ( "testing" - "git.ophivana.moe/cat/fortify/helper" + "git.ophivana.moe/security/fortify/helper" ) func TestHelperChildStub(t *testing.T) { |
