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:
parent
8429faacdc
commit
99f85070d9
2 changed files with 2 additions and 2 deletions
|
|
@ -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
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module forge.lthn.ai/core/go-log
|
||||
module dappco.re/go/core/log
|
||||
|
||||
go 1.26.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue