treewide: migrate to hakurei.app

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-07-03 03:30:39 +09:00
parent 1b5ecd9eaf
commit d2f9a9b83b
89 changed files with 205 additions and 205 deletions

View File

@@ -14,7 +14,7 @@ import (
. "syscall"
"time"
"git.gensokyo.uk/security/hakurei/container/seccomp"
"hakurei.app/container/seccomp"
)
type (

View File

@@ -12,13 +12,13 @@ import (
"testing"
"time"
"git.gensokyo.uk/security/hakurei/container"
"git.gensokyo.uk/security/hakurei/container/seccomp"
"git.gensokyo.uk/security/hakurei/container/vfs"
"git.gensokyo.uk/security/hakurei/hst"
"git.gensokyo.uk/security/hakurei/internal"
"git.gensokyo.uk/security/hakurei/internal/hlog"
"git.gensokyo.uk/security/hakurei/ldd"
"hakurei.app/container"
"hakurei.app/container/seccomp"
"hakurei.app/container/vfs"
"hakurei.app/hst"
"hakurei.app/internal"
"hakurei.app/internal/hlog"
"hakurei.app/ldd"
)
const (

View File

@@ -4,7 +4,7 @@ import (
"os"
"testing"
"git.gensokyo.uk/security/hakurei/container"
"hakurei.app/container"
)
func TestExecutable(t *testing.T) {

View File

@@ -13,7 +13,7 @@ import (
. "syscall"
"time"
"git.gensokyo.uk/security/hakurei/container/seccomp"
"hakurei.app/container/seccomp"
)
const (

View File

@@ -7,7 +7,7 @@ import (
"path/filepath"
. "syscall"
"git.gensokyo.uk/security/hakurei/container/vfs"
"hakurei.app/container/vfs"
)
func (p *procPaths) bindMount(source, target string, flags uintptr, eq bool) error {

View File

@@ -10,7 +10,7 @@ import (
"strings"
"syscall"
"git.gensokyo.uk/security/hakurei/container/vfs"
"hakurei.app/container/vfs"
)
const (

View File

@@ -8,7 +8,7 @@ import (
"syscall"
"testing"
. "git.gensokyo.uk/security/hakurei/container/seccomp"
. "hakurei.app/container/seccomp"
)
func TestExport(t *testing.T) {

View File

@@ -5,7 +5,7 @@ import (
"errors"
"syscall"
"git.gensokyo.uk/security/hakurei/helper/proc"
"hakurei.app/helper/proc"
)
const (

View File

@@ -6,7 +6,7 @@ import (
"syscall"
"testing"
"git.gensokyo.uk/security/hakurei/container/seccomp"
"hakurei.app/container/seccomp"
)
func TestLibraryError(t *testing.T) {

View File

@@ -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) {

View File

@@ -12,7 +12,7 @@ import (
"syscall"
"testing"
"git.gensokyo.uk/security/hakurei/container/vfs"
"hakurei.app/container/vfs"
)
func TestMountInfo(t *testing.T) {

View File

@@ -8,7 +8,7 @@ import (
"syscall"
"testing"
"git.gensokyo.uk/security/hakurei/container/vfs"
"hakurei.app/container/vfs"
)
func TestUnfold(t *testing.T) {