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=