diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-02-08 21:38:48 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-02-08 21:38:48 -1000 |
| commit | 46ba3f5d560c88405ee93e68995740fd1207e663 (patch) | |
| tree | 8e14b420d55e6366d67d67748f0d36146b5e7eae /internal/cli/root.go | |
| parent | 2e2b2187b957e9af78797a67ec5c6874615fae02 (diff) | |
Rename Go module to github.com/thepeterstone/claudomator
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/cli/root.go')
| -rw-r--r-- | internal/cli/root.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cli/root.go b/internal/cli/root.go index 2800a76..56e9aaa 100644 --- a/internal/cli/root.go +++ b/internal/cli/root.go @@ -1,7 +1,7 @@ package cli import ( - "github.com/claudomator/claudomator/internal/config" + "github.com/thepeterstone/claudomator/internal/config" "github.com/spf13/cobra" ) |
