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/executor/executor.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/executor/executor.go') diff --git a/internal/executor/executor.go b/internal/executor/executor.go index c6c5124..c8130cc 100644 --- a/internal/executor/executor.go +++ b/internal/executor/executor.go @@ -7,8 +7,8 @@ import ( "sync" "time" - "github.com/claudomator/claudomator/internal/storage" - "github.com/claudomator/claudomator/internal/task" + "github.com/thepeterstone/claudomator/internal/storage" + "github.com/thepeterstone/claudomator/internal/task" "github.com/google/uuid" ) -- cgit v1.2.3