aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/helper
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-17 15:35:58 +0900
committerOphestra <cat@gensokyo.uk>2026-03-17 15:39:03 +0900
commit6d015a949e27f20c86409c7d78053f0b0493f165 (patch)
tree4d2bc1e9596fa30ea03e4c0cc575e6a7a969249d /internal/helper
parente9a72490db44426605debd3cc756a7924931d706 (diff)
check: move from container
This package is not container specific, and widely used across the project. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/helper')
-rw-r--r--internal/helper/container.go2
-rw-r--r--internal/helper/container_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/helper/container.go b/internal/helper/container.go
index 56a51954..7f088187 100644
--- a/internal/helper/container.go
+++ b/internal/helper/container.go
@@ -9,8 +9,8 @@ import (
"slices"
"sync"
+ "hakurei.app/check"
"hakurei.app/container"
- "hakurei.app/container/check"
"hakurei.app/internal/helper/proc"
"hakurei.app/message"
)
diff --git a/internal/helper/container_test.go b/internal/helper/container_test.go
index f55da75c..300d17f4 100644
--- a/internal/helper/container_test.go
+++ b/internal/helper/container_test.go
@@ -6,8 +6,8 @@ import (
"os"
"testing"
+ "hakurei.app/check"
"hakurei.app/container"
- "hakurei.app/container/check"
"hakurei.app/container/fhs"
"hakurei.app/internal/helper"
)