aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome/outcome.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/outcome/outcome.go')
-rw-r--r--internal/outcome/outcome.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/outcome/outcome.go b/internal/outcome/outcome.go
index b137d4f3..48f85a4b 100644
--- a/internal/outcome/outcome.go
+++ b/internal/outcome/outcome.go
@@ -9,9 +9,9 @@ import (
"hakurei.app/container"
"hakurei.app/container/check"
"hakurei.app/hst"
+ "hakurei.app/internal/acl"
"hakurei.app/internal/env"
"hakurei.app/internal/system"
- "hakurei.app/internal/system/acl"
"hakurei.app/message"
)