From df6fc298f608eb106229efc742f0ef8ce9f78e8b Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Fri, 20 Dec 2024 00:20:02 +0900 Subject: migrate to git.gensokyo.uk/security/fortify Signed-off-by: Ophestra Umiker --- helper/args_test.go | 2 +- helper/bwrap.go | 4 ++-- helper/bwrap_test.go | 4 ++-- helper/direct_test.go | 2 +- helper/helper_test.go | 2 +- helper/pipe.go | 2 +- helper/stub.go | 4 ++-- helper/stub_test.go | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) (limited to 'helper') diff --git a/helper/args_test.go b/helper/args_test.go index 0495e075..a23b315f 100644 --- a/helper/args_test.go +++ b/helper/args_test.go @@ -6,7 +6,7 @@ import ( "strings" "testing" - "git.ophivana.moe/security/fortify/helper" + "git.gensokyo.uk/security/fortify/helper" ) func Test_argsFD_String(t *testing.T) { diff --git a/helper/bwrap.go b/helper/bwrap.go index 5b674b49..ec5c8ca5 100644 --- a/helper/bwrap.go +++ b/helper/bwrap.go @@ -8,8 +8,8 @@ import ( "strconv" "sync" - "git.ophivana.moe/security/fortify/helper/bwrap" - "git.ophivana.moe/security/fortify/internal/proc" + "git.gensokyo.uk/security/fortify/helper/bwrap" + "git.gensokyo.uk/security/fortify/internal/proc" ) // BubblewrapName is the file name or path to bubblewrap. diff --git a/helper/bwrap_test.go b/helper/bwrap_test.go index 7ef40286..f8274651 100644 --- a/helper/bwrap_test.go +++ b/helper/bwrap_test.go @@ -7,8 +7,8 @@ import ( "strings" "testing" - "git.ophivana.moe/security/fortify/helper" - "git.ophivana.moe/security/fortify/helper/bwrap" + "git.gensokyo.uk/security/fortify/helper" + "git.gensokyo.uk/security/fortify/helper/bwrap" ) func TestBwrap(t *testing.T) { diff --git a/helper/direct_test.go b/helper/direct_test.go index 578bb509..18323572 100644 --- a/helper/direct_test.go +++ b/helper/direct_test.go @@ -5,7 +5,7 @@ import ( "os" "testing" - "git.ophivana.moe/security/fortify/helper" + "git.gensokyo.uk/security/fortify/helper" ) func TestDirect(t *testing.T) { diff --git a/helper/helper_test.go b/helper/helper_test.go index bbedd1c9..92a8c55c 100644 --- a/helper/helper_test.go +++ b/helper/helper_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "git.ophivana.moe/security/fortify/helper" + "git.gensokyo.uk/security/fortify/helper" ) var ( diff --git a/helper/pipe.go b/helper/pipe.go index 2a55305a..c87d4f64 100644 --- a/helper/pipe.go +++ b/helper/pipe.go @@ -6,7 +6,7 @@ import ( "os" "os/exec" - "git.ophivana.moe/security/fortify/internal/proc" + "git.gensokyo.uk/security/fortify/internal/proc" ) type pipes struct { diff --git a/helper/stub.go b/helper/stub.go index 5b45896f..8ffd3a05 100644 --- a/helper/stub.go +++ b/helper/stub.go @@ -10,8 +10,8 @@ import ( "syscall" "testing" - "git.ophivana.moe/security/fortify/helper/bwrap" - "git.ophivana.moe/security/fortify/internal/fmsg" + "git.gensokyo.uk/security/fortify/helper/bwrap" + "git.gensokyo.uk/security/fortify/internal/fmsg" ) // 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 30d05e50..7720c0ea 100644 --- a/helper/stub_test.go +++ b/helper/stub_test.go @@ -3,7 +3,7 @@ package helper_test import ( "testing" - "git.ophivana.moe/security/fortify/helper" + "git.gensokyo.uk/security/fortify/helper" ) func TestHelperChildStub(t *testing.T) { -- cgit v1.3.1