1
0
forked from rosa/hakurei

fhs: move from container

This package is not container-specific.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-17 15:56:36 +09:00
parent b852402f67
commit 722989c682
47 changed files with 45 additions and 45 deletions

View File

@@ -9,7 +9,7 @@ import (
"strconv"
"sync"
"hakurei.app/container/fhs"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/message"
)

View File

@@ -14,7 +14,7 @@ import (
"hakurei.app/check"
"hakurei.app/container"
"hakurei.app/container/fhs"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/info"
"hakurei.app/internal/store"

View File

@@ -17,9 +17,9 @@ import (
"hakurei.app/check"
"hakurei.app/container"
"hakurei.app/container/fhs"
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/acl"
"hakurei.app/internal/dbus"

View File

@@ -15,10 +15,10 @@ import (
"hakurei.app/check"
"hakurei.app/container"
"hakurei.app/container/fhs"
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
"hakurei.app/ext"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/pipewire"
"hakurei.app/message"

View File

@@ -10,11 +10,11 @@ import (
"testing"
"hakurei.app/container"
"hakurei.app/container/fhs"
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
"hakurei.app/container/stub"
"hakurei.app/ext"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/env"
)

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"syscall"
"hakurei.app/container/fhs"
"hakurei.app/fhs"
"hakurei.app/internal/validate"
)

View File

@@ -12,9 +12,9 @@ import (
"hakurei.app/check"
"hakurei.app/container"
"hakurei.app/container/fhs"
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/acl"
"hakurei.app/internal/dbus"

View File

@@ -9,10 +9,10 @@ import (
"hakurei.app/check"
"hakurei.app/container"
"hakurei.app/container/fhs"
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
"hakurei.app/container/stub"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/acl"
"hakurei.app/internal/dbus"

View File

@@ -3,7 +3,7 @@ package outcome
import (
"encoding/gob"
"hakurei.app/container/fhs"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/acl"
"hakurei.app/internal/dbus"

View File

@@ -4,8 +4,8 @@ import (
"encoding/gob"
"hakurei.app/check"
"hakurei.app/container/fhs"
"hakurei.app/container/std"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/acl"
"hakurei.app/internal/system"

View File

@@ -4,9 +4,9 @@ import (
"testing"
"hakurei.app/container"
"hakurei.app/container/fhs"
"hakurei.app/container/std"
"hakurei.app/container/stub"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/acl"
"hakurei.app/internal/system"

View File

@@ -4,8 +4,8 @@ import (
"encoding/gob"
"hakurei.app/check"
"hakurei.app/container/fhs"
"hakurei.app/container/std"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/acl"
"hakurei.app/internal/system"

View File

@@ -4,9 +4,9 @@ import (
"testing"
"hakurei.app/container"
"hakurei.app/container/fhs"
"hakurei.app/container/std"
"hakurei.app/container/stub"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/acl"
"hakurei.app/internal/system"

View File

@@ -9,7 +9,7 @@ import (
"strings"
"hakurei.app/check"
"hakurei.app/container/fhs"
"hakurei.app/fhs"
"hakurei.app/hst"
"hakurei.app/internal/acl"
)