change module path from git.eeqj.de/sneak/neoirc to sneak.berlin/go/neoirc
All checks were successful
check / check (push) Successful in 1m11s

Update go.mod module directive, all Go import paths, and JSON schema
$id URIs to use the new sneak.berlin/go/neoirc module path.
This commit is contained in:
clawbot
2026-03-31 20:07:55 -07:00
committed by user
parent 02279b2654
commit a515e1505a
65 changed files with 138 additions and 138 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://git.eeqj.de/sneak/neoirc/schema/numerics/004.json",
"$id": "https://sneak.berlin/go/neoirc/schema/numerics/004.json",
"title": "004 RPL_MYINFO",
"description": "Server info (name, version, available modes). RFC 2812 \u00a75.1.",
"$ref": "../message.json",