From dcd705ff4639c744c9b3aa29ba0c424f49f0ced1 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2ecc769..9de183c 100644 --- a/go.mod +++ b/go.mod @@ -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