From 926fb268f676d9c9911d9512f537c2f66ae8ef3d Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 22 Feb 2026 19:49:36 +0000 Subject: [PATCH] chore: use workspace-resolved versions, drop replace directives MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forge module versions now use main branch resolution via ~/Code/go.work workspace. Removes local replace directives — the central go.work handles all cross-repo resolution during development. Co-Authored-By: Virgil --- go.mod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 9a50ff8..832771a 100644 --- a/go.mod +++ b/go.mod @@ -3,11 +3,11 @@ module forge.lthn.ai/core/go-ml go 1.25.5 require ( - forge.lthn.ai/core/go v0.0.0-20260221191103-d091fa62023f - forge.lthn.ai/core/go-api v0.0.0-20260221015744-0d3479839dc5 - forge.lthn.ai/core/go-i18n v0.0.0-20260220151120-0d8463c8845a - forge.lthn.ai/core/go-inference v0.0.0-20260220151119-1576f744d105 - forge.lthn.ai/core/go-mlx v0.0.0-20260221191404-2292557fd65f + forge.lthn.ai/core/go main + forge.lthn.ai/core/go-api main + forge.lthn.ai/core/go-i18n main + forge.lthn.ai/core/go-inference main + forge.lthn.ai/core/go-mlx main github.com/gin-gonic/gin v1.11.0 github.com/marcboeker/go-duckdb v1.8.5 github.com/parquet-go/parquet-go v0.27.0