summaryrefslogtreecommitdiff
path: root/internal/cli/run.go
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-02-08 21:38:48 -1000
committerPeter Stone <thepeterstone@gmail.com>2026-02-08 21:38:48 -1000
commit46ba3f5d560c88405ee93e68995740fd1207e663 (patch)
tree8e14b420d55e6366d67d67748f0d36146b5e7eae /internal/cli/run.go
parent2e2b2187b957e9af78797a67ec5c6874615fae02 (diff)
Rename Go module to github.com/thepeterstone/claudomator
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/cli/run.go')
-rw-r--r--internal/cli/run.go6
1 files changed, 3 insertions, 3 deletions
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"
)