Rename module to github.com/chimerical-llc/raven

Update go.mod and internal import paths for public release.
This commit is contained in:
dwrz
2026-01-05 01:29:32 +00:00
parent 30e68fd3ee
commit 6b7a30c4ad
11 changed files with 33 additions and 33 deletions

View File

@@ -4,7 +4,7 @@ import (
"log/slog"
"testing"
"raven/internal/filter"
"github.com/chimerical-llc/raven/internal/filter"
)
func TestConfigAddress(t *testing.T) {