change module path from git.eeqj.de/sneak/neoirc to sneak.berlin/go/neoirc
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-04-01 03:55:45 -07:00
committed by user
parent 02279b2654
commit a515e1505a
65 changed files with 138 additions and 138 deletions
+1 -1
View File
@@ -5,8 +5,8 @@ import (
"log/slog"
"os"
"git.eeqj.de/sneak/neoirc/internal/globals"
"go.uber.org/fx"
"sneak.berlin/go/neoirc/internal/globals"
)
// Params defines the dependencies for creating a Logger.