Update module path to dappco.re/go/core/session, dependency to dappco.re/go/core/log v0.1.0, all Go import paths, and documentation references. Remove duplicate test functions found during migration. Co-Authored-By: Virgil <virgil@lethean.io>
16 lines
495 B
Markdown
16 lines
495 B
Markdown
# TODO
|
|
|
|
## Task
|
|
Update go.mod require lines from forge.lthn.ai to dappco.re paths. Update versions: core v0.5.0, log v0.1.0, io v0.2.0. Update all .go import paths. Run go mod tidy and go build ./...
|
|
|
|
> **Status:** Complete. All module paths migrated to `dappco.re/go/core/...`.
|
|
|
|
## Checklist
|
|
- [x] Read and understand the codebase
|
|
- [x] Implement the required changes
|
|
- [x] Run build: `go build ./...`
|
|
- [x] Run tests: `go test ./...`
|
|
- [ ] Commit with conventional commit message
|
|
|
|
## Context
|
|
|