aboutsummaryrefslogtreecommitdiff
path: root/internal/config/enum_test.go
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-17 12:54:06 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-17 12:54:06 +0200
commit1884d56b0d399e9cdb80016a9c166b0120989933 (patch)
treed5ca16e23970791ea6b014a0d48541b444fdfd8b /internal/config/enum_test.go
parentca35dfc540bb86ebe193dd186ac6bb5276a93c2e (diff)
downloadkrino-1884d56b0d399e9cdb80016a9c166b0120989933.tar.gz
krino-1884d56b0d399e9cdb80016a9c166b0120989933.zip
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.
Diffstat (limited to 'internal/config/enum_test.go')
-rw-r--r--internal/config/enum_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/enum_test.go b/internal/config/enum_test.go
index 06f5640..d73396f 100644
--- a/internal/config/enum_test.go
+++ b/internal/config/enum_test.go
@@ -6,7 +6,7 @@ import (
"strings"
"testing"
- "krino/internal/enumtest"
+ "git.labunix.xyz/krino/internal/enumtest"
)
// TestEverySettingValuePrintsAsItselfInAConfig: PrintRule writes settings