aboutsummaryrefslogtreecommitdiffhomepage
path: root/command
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 /command
parent1b5ecd9eaf3289d164d8ed1bce6013e0e4ef8e86 (diff)
treewide: migrate to hakurei.app
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'command')
-rw-r--r--command/builder_test.go2
-rw-r--r--command/parse_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/command/builder_test.go b/command/builder_test.go
index f7a7a8f4..95231841 100644
--- a/command/builder_test.go
+++ b/command/builder_test.go
@@ -3,7 +3,7 @@ package command_test
import (
"testing"
- "git.gensokyo.uk/security/hakurei/command"
+ "hakurei.app/command"
)
func TestBuild(t *testing.T) {
diff --git a/command/parse_test.go b/command/parse_test.go
index b9150a3d..ce013f20 100644
--- a/command/parse_test.go
+++ b/command/parse_test.go
@@ -10,7 +10,7 @@ import (
"strings"
"testing"
- "git.gensokyo.uk/security/hakurei/command"
+ "hakurei.app/command"
)
func TestParse(t *testing.T) {