aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/helper
diff options
context:
space:
mode:
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"
)