From bac583f89edd1360150143ff51f7264c01aa69ec Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 17 Mar 2026 16:09:14 +0900 Subject: internal/stub: move from container This package solves a very specific stubbing use case, in a less than elegant manner. Signed-off-by: Ophestra --- cmd/hakurei/json_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/hakurei/json_test.go b/cmd/hakurei/json_test.go index 13e7e9f3..c6649567 100644 --- a/cmd/hakurei/json_test.go +++ b/cmd/hakurei/json_test.go @@ -5,7 +5,7 @@ import ( "strings" "testing" - "hakurei.app/container/stub" + "hakurei.app/internal/stub" ) func TestDecodeJSON(t *testing.T) { -- cgit v1.3.1