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/cli/run.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/cli/run.go') diff --git a/internal/cli/run.go b/internal/cli/run.go index e74b247..c666406 100644 --- a/internal/cli/run.go +++ b/internal/cli/run.go @@ -8,9 +8,9 @@ import ( "os/signal" "syscall" - "github.com/claudomator/claudomator/internal/executor" - "github.com/claudomator/claudomator/internal/storage" - "github.com/claudomator/claudomator/internal/task" + "github.com/thepeterstone/claudomator/internal/executor" + "github.com/thepeterstone/claudomator/internal/storage" + "github.com/thepeterstone/claudomator/internal/task" "github.com/spf13/cobra" ) -- cgit v1.2.3