diff --git a/docs/index.md b/docs/index.md index caa7b26..48e320e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 | diff --git a/go.mod b/go.mod index 4f2326b..7129b47 100644 --- a/go.mod +++ b/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