aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/info
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/info
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/info')
-rw-r--r--internal/info/path.go2
-rw-r--r--internal/info/path_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/info/path.go b/internal/info/path.go
index 9f96734a..5406f56b 100644
--- a/internal/info/path.go
+++ b/internal/info/path.go
@@ -3,7 +3,7 @@ package info
import (
"log"
- "hakurei.app/container/check"
+ "hakurei.app/check"
)
// Absolute paths to the Hakurei installation.
diff --git a/internal/info/path_test.go b/internal/info/path_test.go
index 3137ee6a..754c634a 100644
--- a/internal/info/path_test.go
+++ b/internal/info/path_test.go
@@ -4,7 +4,7 @@ import (
"reflect"
"testing"
- "hakurei.app/container/check"
+ "hakurei.app/check"
)
func TestMustCheckPath(t *testing.T) {