1
0
forked from rosa/hakurei

fhs: move from container

This package is not container-specific.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-17 15:56:36 +09:00
parent b852402f67
commit 722989c682
47 changed files with 45 additions and 45 deletions

View File

@@ -14,7 +14,7 @@ import (
"testing"
"time"
"hakurei.app/container/fhs"
"hakurei.app/fhs"
"hakurei.app/internal/lockedfile/internal/filelock"
"hakurei.app/internal/lockedfile/internal/testexec"
)

View File

@@ -15,7 +15,7 @@ import (
"testing"
"time"
"hakurei.app/container/fhs"
"hakurei.app/fhs"
"hakurei.app/internal/lockedfile"
"hakurei.app/internal/lockedfile/internal/testexec"
)