From c9a632cec064d6ac628588f9a5cd78dda7dcafca Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Wed, 22 Jul 2026 10:13:35 +0530 Subject: [PATCH] fix(ci): drop local replace directive; pin hawk-core-contracts v0.1.6, use go.work for local dev --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index cb201c9..14c85a6 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/GrayCodeAI/eyrie go 1.26.5 require ( - github.com/GrayCodeAI/hawk-core-contracts v0.0.0 + github.com/GrayCodeAI/hawk-core-contracts v0.1.6 github.com/google/uuid v1.6.0 github.com/tiktoken-go/tokenizer v0.8.0 github.com/zalando/go-keyring v0.2.8 @@ -13,7 +13,6 @@ require ( modernc.org/sqlite v1.51.0 ) -replace github.com/GrayCodeAI/hawk-core-contracts => ../hawk-core-contracts require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect