chore: migrate to dappco.re vanity import path

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude 2026-03-21 23:43:13 +00:00
parent 8429faacdc
commit 99f85070d9
No known key found for this signature in database
GPG key ID: AF404715446AEB41
2 changed files with 2 additions and 2 deletions

View file

@ -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`

2
go.mod
View file

@ -1,4 +1,4 @@
module forge.lthn.ai/core/go-log
module dappco.re/go/core/log
go 1.26.0