From 87b5c30ef6d5b7b8a10d6a5a8610054c403923e6 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 9 Oct 2025 05:04:08 +0900 Subject: message: relocate from container This package is quite useful. This change allows it to be imported without importing container. Signed-off-by: Ophestra --- cmd/hpkg/proc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/hpkg/proc.go') diff --git a/cmd/hpkg/proc.go b/cmd/hpkg/proc.go index 1bbf5b49..70889106 100644 --- a/cmd/hpkg/proc.go +++ b/cmd/hpkg/proc.go @@ -9,14 +9,14 @@ import ( "os" "os/exec" - "hakurei.app/container" "hakurei.app/hst" "hakurei.app/internal" + "hakurei.app/message" ) var hakureiPath = internal.MustHakureiPath() -func mustRunApp(ctx context.Context, msg container.Msg, config *hst.Config, beforeFail func()) { +func mustRunApp(ctx context.Context, msg message.Msg, config *hst.Config, beforeFail func()) { var ( cmd *exec.Cmd st io.WriteCloser -- cgit v1.3.1