refactor!: rename module to github.com/theirongolddev/cburn

Change module path from 'cburn' to 'github.com/theirongolddev/cburn'
to enable standard Go remote installation:

  go install github.com/theirongolddev/cburn@latest

This is a BREAKING CHANGE for any external code importing this module
(though as a CLI tool, this is unlikely to affect anyone).

All internal imports updated to use the new module path.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
teernisse
2026-02-23 10:09:13 -05:00
parent 16cc4d4737
commit 083e7d40ce
29 changed files with 64 additions and 62 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module cburn
module github.com/theirongolddev/cburn
go 1.24.2