From ac28f0c95e3a2e0ae6da8658677b1816270d25cb Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Wed, 22 Jul 2026 11:45:22 +0530 Subject: [PATCH] fix(ci): drop local replace; pin hawk-core-contracts v0.1.7, use go.work for local dev --- go.mod | 4 +--- go.sum | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index cb201c9..8418bef 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.7 github.com/google/uuid v1.6.0 github.com/tiktoken-go/tokenizer v0.8.0 github.com/zalando/go-keyring v0.2.8 @@ -13,8 +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 github.com/danieljoos/wincred v1.2.3 // indirect diff --git a/go.sum b/go.sum index 4443025..dbc26f4 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,5 @@ +github.com/GrayCodeAI/hawk-core-contracts v0.1.7 h1:dLU+TagRNmqWg3qOUsrBls6VD8GcBBYs7FcdHNUOU1Y= +github.com/GrayCodeAI/hawk-core-contracts v0.1.7/go.mod h1:BXbh68YrCf+s9HVqND5F8DAvl2MnE5NcOwZZZB56HGA= github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs= github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/danieljoos/wincred v1.2.3 h1:v7dZC2x32Ut3nEfRH+vhoZGvN72+dQ/snVXo/vMFLdQ=