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 138927baa5
commit dcd705ff46

2
go.mod
View file

@ -2,7 +2,7 @@ module forge.lthn.ai/core/go
go 1.25.5
require forge.lthn.ai/core/go-crypt v0.0.0-20260221190941-9585da8e6649
require forge.lthn.ai/core/go-crypt main
require (
github.com/Snider/Borg v0.2.0