chore: use workspace-resolved versions, drop replace directives

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 <virgil@lethean.io>
This commit is contained in:
Snider 2026-02-22 19:49:36 +00:00
parent 950b67d25d
commit 926fb268f6

10
go.mod
View file

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