aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst
diff options
context:
space:
mode:
Diffstat (limited to 'hst')
-rw-r--r--hst/config.go2
-rw-r--r--hst/template.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/hst/config.go b/hst/config.go
index 1c3390bf..48ce2301 100644
--- a/hst/config.go
+++ b/hst/config.go
@@ -2,8 +2,8 @@
package hst
import (
- "git.gensokyo.uk/security/hakurei/dbus"
"git.gensokyo.uk/security/hakurei/system"
+ "git.gensokyo.uk/security/hakurei/system/dbus"
)
const Tmp = "/.hakurei"
diff --git a/hst/template.go b/hst/template.go
index 4c0930ec..60cbfa7b 100644
--- a/hst/template.go
+++ b/hst/template.go
@@ -1,9 +1,9 @@
package hst
import (
- "git.gensokyo.uk/security/hakurei/dbus"
"git.gensokyo.uk/security/hakurei/seccomp"
"git.gensokyo.uk/security/hakurei/system"
+ "git.gensokyo.uk/security/hakurei/system/dbus"
)
// Template returns a fully populated instance of Config.