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 ebce05d6a4
commit dcdc2b9732

2
go.mod
View file

@ -3,7 +3,7 @@ module forge.lthn.ai/core/go-rag
go 1.25.5
require (
forge.lthn.ai/core/go v0.0.0-20260221191103-d091fa62023f
forge.lthn.ai/core/go main
github.com/ollama/ollama v0.16.1
github.com/qdrant/go-client v1.16.2
github.com/spf13/cobra v1.10.2