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/storage/db_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/storage/db_test.go') diff --git a/internal/storage/db_test.go b/internal/storage/db_test.go index 78cb1e1..db6c8ad 100644 --- a/internal/storage/db_test.go +++ b/internal/storage/db_test.go @@ -6,7 +6,7 @@ import ( "testing" "time" - "github.com/claudomator/claudomator/internal/task" + "github.com/thepeterstone/claudomator/internal/task" ) func testDB(t *testing.T) *DB { -- cgit v1.2.3