From 3f3faf3c9c0885ee5a3f29f427cbc501f1ec88b1 Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 14 Mar 2026 10:10:32 +0000 Subject: [PATCH] refactor(api): update import path from go-api to core/api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Part of the polyglot merge — forge.lthn.ai/core/go-api is now forge.lthn.ai/core/api. Co-Authored-By: Virgil --- docs/index.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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