aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'internal/pkg')
-rw-r--r--internal/pkg/exec_test.go2
-rw-r--r--internal/pkg/pkg_test.go2
-rw-r--r--internal/pkg/tar_test.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/internal/pkg/exec_test.go b/internal/pkg/exec_test.go
index 5b0fa765..baf9b8de 100644
--- a/internal/pkg/exec_test.go
+++ b/internal/pkg/exec_test.go
@@ -14,9 +14,9 @@ import (
"unique"
"hakurei.app/check"
- "hakurei.app/container/stub"
"hakurei.app/hst"
"hakurei.app/internal/pkg"
+ "hakurei.app/internal/stub"
)
// testtoolBin is the container test tool binary made available to the
diff --git a/internal/pkg/pkg_test.go b/internal/pkg/pkg_test.go
index 3c68dbcc..6b5d5fc4 100644
--- a/internal/pkg/pkg_test.go
+++ b/internal/pkg/pkg_test.go
@@ -23,9 +23,9 @@ import (
"hakurei.app/check"
"hakurei.app/container"
- "hakurei.app/container/stub"
"hakurei.app/fhs"
"hakurei.app/internal/pkg"
+ "hakurei.app/internal/stub"
"hakurei.app/message"
)
diff --git a/internal/pkg/tar_test.go b/internal/pkg/tar_test.go
index 09e1e4db..c604dc78 100644
--- a/internal/pkg/tar_test.go
+++ b/internal/pkg/tar_test.go
@@ -13,8 +13,8 @@ import (
"testing/fstest"
"hakurei.app/check"
- "hakurei.app/container/stub"
"hakurei.app/internal/pkg"
+ "hakurei.app/internal/stub"
)
func TestTar(t *testing.T) {