From 65af1684e3f12c1920f91c96474f19dbd0b147fc Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sun, 20 Oct 2024 19:50:13 +0900 Subject: migrate to git.ophivana.moe/security/fortify Signed-off-by: Ophestra Umiker --- helper/args_test.go | 2 +- helper/bwrap.go | 2 +- helper/bwrap_test.go | 4 ++-- helper/direct_test.go | 2 +- helper/helper_test.go | 2 +- helper/stub.go | 2 +- helper/stub_test.go | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'helper') 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) { -- cgit v1.3.1