refactor(api): update import path from go-api to core/api
Part of the polyglot merge — forge.lthn.ai/core/go-api is now forge.lthn.ai/core/api. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
9e06e3e1b1
commit
3f3faf3c9c
2 changed files with 2 additions and 2 deletions
|
|
@ -113,7 +113,7 @@ Tests follow the `_Good`, `_Bad`, `_Ugly` suffix convention:
|
|||
| Module | Role |
|
||||
|--------|------|
|
||||
| `forge.lthn.ai/core/cli` | CLI framework (cobra-based command registration) |
|
||||
| `forge.lthn.ai/core/go-api` | API server framework |
|
||||
| `forge.lthn.ai/core/api` | API server framework |
|
||||
| `forge.lthn.ai/core/go-i18n` | Internationalisation strings |
|
||||
| `forge.lthn.ai/core/go-inference` | Shared inference interfaces |
|
||||
| `forge.lthn.ai/core/go-io` | Filesystem abstraction |
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -4,7 +4,7 @@ go 1.26.0
|
|||
|
||||
require (
|
||||
forge.lthn.ai/core/cli v0.1.0
|
||||
forge.lthn.ai/core/go-api v0.1.0
|
||||
forge.lthn.ai/core/api v0.1.0
|
||||
forge.lthn.ai/core/go-i18n v0.0.3
|
||||
forge.lthn.ai/core/go-inference v0.1.0
|
||||
forge.lthn.ai/core/go-io v0.0.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue