refactor(api): update import path from go-api to core/api
Some checks failed
Security Scan / security (push) Successful in 11s
Test / test (push) Failing after 2m0s

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:
Snider 2026-03-14 10:10:32 +00:00
parent 9e06e3e1b1
commit 3f3faf3c9c
2 changed files with 2 additions and 2 deletions

View file

@ -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
View file

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