diff --git a/CLAUDE.md b/CLAUDE.md index af5f958..7500ba9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -43,4 +43,4 @@ Zero runtime dependencies. `testify` is test-only. - **Commit messages**: conventional commits (`feat`, `fix`, `docs`, `chore`, etc.) - **Dependencies**: no new runtime dependencies without justification; use `RotationWriterFactory` injection point for log rotation - Requires **Go 1.26+** (uses `iter.Seq`) -- Module path: `forge.lthn.ai/core/go-log` +- Module path: `dappco.re/go/core/log` diff --git a/go.mod b/go.mod index bf25951..401cf79 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module forge.lthn.ai/core/go-log +module dappco.re/go/core/log go 1.26.0