From 99f85070d9566495a5fa8d1f1b930e3b165eb67e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 21 Mar 2026 23:43:13 +0000 Subject: [PATCH] chore: migrate to dappco.re vanity import path Co-Authored-By: Claude Opus 4.6 (1M context) --- CLAUDE.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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