forked from security/hakurei
treewide: migrate to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package hst
|
||||
|
||||
import (
|
||||
"git.gensokyo.uk/security/hakurei/container/seccomp"
|
||||
"hakurei.app/container/seccomp"
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"encoding/json"
|
||||
"testing"
|
||||
|
||||
"git.gensokyo.uk/security/hakurei/hst"
|
||||
"hakurei.app/hst"
|
||||
)
|
||||
|
||||
func TestTemplate(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user