aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/env
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/env
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/env')
-rw-r--r--internal/env/env.go2
-rw-r--r--internal/env/env_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/env/env.go b/internal/env/env.go
index cdacb203..45fd5fcb 100644
--- a/internal/env/env.go
+++ b/internal/env/env.go
@@ -6,7 +6,7 @@ import (
"os"
"strconv"
- "hakurei.app/container/check"
+ "hakurei.app/check"
"hakurei.app/hst"
)
diff --git a/internal/env/env_test.go b/internal/env/env_test.go
index b3fc3987..8758ca31 100644
--- a/internal/env/env_test.go
+++ b/internal/env/env_test.go
@@ -5,8 +5,8 @@ import (
"reflect"
"testing"
+ "hakurei.app/check"
"hakurei.app/container"
- "hakurei.app/container/check"
"hakurei.app/container/fhs"
"hakurei.app/container/stub"
"hakurei.app/hst"