aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/planterette/main.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-07-03 03:30:39 +0900
committerOphestra <cat@gensokyo.uk>2025-07-03 03:30:39 +0900
commitd2f9a9b83b1c43304081493eb2305309be1dd504 (patch)
tree1862e9415d705eff509afb3bdc8e574b78068ce6 /cmd/planterette/main.go
parent1b5ecd9eaf3289d164d8ed1bce6013e0e4ef8e86 (diff)
treewide: migrate to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/planterette/main.go')
-rw-r--r--cmd/planterette/main.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/planterette/main.go b/cmd/planterette/main.go
index a9f45d82..75983a4b 100644
--- a/cmd/planterette/main.go
+++ b/cmd/planterette/main.go
@@ -10,10 +10,10 @@ import (
"path"
"syscall"
- "git.gensokyo.uk/security/hakurei/command"
- "git.gensokyo.uk/security/hakurei/hst"
- "git.gensokyo.uk/security/hakurei/internal"
- "git.gensokyo.uk/security/hakurei/internal/hlog"
+ "hakurei.app/command"
+ "hakurei.app/hst"
+ "hakurei.app/internal"
+ "hakurei.app/internal/hlog"
)
const shellPath = "/run/current-system/sw/bin/bash"