From e2283dc07615a64bffd9e5cf72e69ceda1407f22 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 0d92d81..fd24a92 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module forge.lthn.ai/core/go-crypt go 1.25.5 require ( - forge.lthn.ai/core/go v0.0.0-20260221181337-58ca902320b6 - forge.lthn.ai/core/go-store v0.1.1-0.20260220151120-0284110ccadf + forge.lthn.ai/core/go main + forge.lthn.ai/core/go-store main github.com/ProtonMail/go-crypto v1.3.0 github.com/spf13/cobra v1.10.2 github.com/stretchr/testify v1.11.1