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

@@ -2,8 +2,8 @@
package hst
import (
"git.gensokyo.uk/security/hakurei/system"
"git.gensokyo.uk/security/hakurei/system/dbus"
"hakurei.app/system"
"hakurei.app/system/dbus"
)
const Tmp = "/.hakurei"

View File

@@ -1,7 +1,7 @@
package hst
import (
"git.gensokyo.uk/security/hakurei/container/seccomp"
"hakurei.app/container/seccomp"
)
type (

View File

@@ -1,9 +1,9 @@
package hst
import (
"git.gensokyo.uk/security/hakurei/container/seccomp"
"git.gensokyo.uk/security/hakurei/system"
"git.gensokyo.uk/security/hakurei/system/dbus"
"hakurei.app/container/seccomp"
"hakurei.app/system"
"hakurei.app/system/dbus"
)
// Template returns a fully populated instance of Config.

View File

@@ -4,7 +4,7 @@ import (
"encoding/json"
"testing"
"git.gensokyo.uk/security/hakurei/hst"
"hakurei.app/hst"
)
func TestTemplate(t *testing.T) {