From 1884d56b0d399e9cdb80016a9c166b0120989933 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 17 Sep 2026 12:54:06 +0200 Subject: the module path is git.labunix.xyz/krino So that go install can find it. cgit serves no go-import meta tag, so nginx answers a ?go-get=1 request for /NAME with one pointing at https://git.labunix.xyz/NAME.git; the alternative was carrying a .git suffix through every import line forever. One sed over the imports, both go.mod files, and the dependency gate's whitelist. Nothing else depends on the path. go install works from the next tag, the first release whose go.mod carries it. --- internal/engine/enum_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/engine/enum_test.go') diff --git a/internal/engine/enum_test.go b/internal/engine/enum_test.go index 416da2a..728b4a2 100644 --- a/internal/engine/enum_test.go +++ b/internal/engine/enum_test.go @@ -5,8 +5,8 @@ package engine import ( "testing" - "krino/internal/enumtest" - "krino/internal/plan" + "git.labunix.xyz/krino/internal/enumtest" + "git.labunix.xyz/krino/internal/plan" ) // TestEveryKindHasALogAction: every plan.Kind is written to the log under -- cgit v1.3