aboutsummaryrefslogtreecommitdiffhomepage
path: root/container/vfs
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-07-03 03:30:39 +0900
committerOphestra <cat@gensokyo.uk>2025-07-03 03:30:39 +0900
commitd2f9a9b83b1c43304081493eb2305309be1dd504 (patch)
tree1862e9415d705eff509afb3bdc8e574b78068ce6 /container/vfs
parent1b5ecd9eaf3289d164d8ed1bce6013e0e4ef8e86 (diff)
treewide: migrate to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'container/vfs')
-rw-r--r--container/vfs/mangle_test.go2
-rw-r--r--container/vfs/mountinfo_test.go2
-rw-r--r--container/vfs/unfold_test.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/container/vfs/mangle_test.go b/container/vfs/mangle_test.go
index d9444a84..2cc65be0 100644
--- a/container/vfs/mangle_test.go
+++ b/container/vfs/mangle_test.go
@@ -3,7 +3,7 @@ package vfs_test
import (
"testing"
- "git.gensokyo.uk/security/hakurei/container/vfs"
+ "hakurei.app/container/vfs"
)
func TestUnmangle(t *testing.T) {
diff --git a/container/vfs/mountinfo_test.go b/container/vfs/mountinfo_test.go
index cec7dcde..fa75b3c9 100644
--- a/container/vfs/mountinfo_test.go
+++ b/container/vfs/mountinfo_test.go
@@ -12,7 +12,7 @@ import (
"syscall"
"testing"
- "git.gensokyo.uk/security/hakurei/container/vfs"
+ "hakurei.app/container/vfs"
)
func TestMountInfo(t *testing.T) {
diff --git a/container/vfs/unfold_test.go b/container/vfs/unfold_test.go
index c464e0fe..cd6ace18 100644
--- a/container/vfs/unfold_test.go
+++ b/container/vfs/unfold_test.go
@@ -8,7 +8,7 @@ import (
"syscall"
"testing"
- "git.gensokyo.uk/security/hakurei/container/vfs"
+ "hakurei.app/container/vfs"
)
func TestUnfold(t *testing.T) {