From 46ba3f5d560c88405ee93e68995740fd1207e663 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 8 Feb 2026 21:38:48 -1000 Subject: Rename Go module to github.com/thepeterstone/claudomator Co-Authored-By: Claude Opus 4.6 --- internal/reporter/reporter.go | 2 +- internal/reporter/reporter_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/reporter') diff --git a/internal/reporter/reporter.go b/internal/reporter/reporter.go index 4ba66e0..2f4f7dc 100644 --- a/internal/reporter/reporter.go +++ b/internal/reporter/reporter.go @@ -7,7 +7,7 @@ import ( "text/tabwriter" "time" - "github.com/claudomator/claudomator/internal/storage" + "github.com/thepeterstone/claudomator/internal/storage" ) // Reporter generates reports from execution data. diff --git a/internal/reporter/reporter_test.go b/internal/reporter/reporter_test.go index 1ddce23..60f7d66 100644 --- a/internal/reporter/reporter_test.go +++ b/internal/reporter/reporter_test.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "github.com/claudomator/claudomator/internal/storage" + "github.com/thepeterstone/claudomator/internal/storage" ) func sampleExecutions() []*storage.Execution { -- cgit v1.2.3