From c7560577acd3123e8869efa503bfdb840a56ae8f Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Mon, 13 Jul 2026 19:20:28 +0530 Subject: [PATCH] chore: bump hawk-core-contracts/hawk-mcpkit to v0.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same rationale as the companion inspect PR: hawk's own go.mod already requires hawk-core-contracts v0.1.4 and hawk-mcpkit v0.1.4, so these are the versions that actually ship in hawk's build regardless of what sight declares here. sight's own CI never exercised them. Verified both bumps are non-breaking for sight's usage (only imports types/review from hawk-core-contracts and Server/New/StrArg/JSONResult from hawk-mcpkit — none of which changed between these versions). --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index ffee8ba..9e09999 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/GrayCodeAI/sight go 1.26.5 require ( - github.com/GrayCodeAI/hawk-core-contracts v0.1.2 - github.com/GrayCodeAI/hawk-mcpkit v0.1.0 + github.com/GrayCodeAI/hawk-core-contracts v0.1.4 + github.com/GrayCodeAI/hawk-mcpkit v0.1.4 github.com/mark3labs/mcp-go v0.49.0 golang.org/x/tools v0.45.0 ) diff --git a/go.sum b/go.sum index 79a320b..675e45c 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ -github.com/GrayCodeAI/hawk-core-contracts v0.1.2 h1:2N6mc6fwIx1zKAi9nD6GoVF6EQ+b3flSrjM+Biioyxo= -github.com/GrayCodeAI/hawk-core-contracts v0.1.2/go.mod h1:J+I2YYTS3hDwf01bmo1ejbMzOTdYxGn9rZa8CME0pRM= -github.com/GrayCodeAI/hawk-mcpkit v0.1.0 h1:CXJ7V80eHgrDJ3fytE0Nx60RM5VgKe2YF+c3KcjD+ws= -github.com/GrayCodeAI/hawk-mcpkit v0.1.0/go.mod h1:xQpwS9OZCC8qlvEwFXXOYOWQRbYL/OFSI6/5VGvd0hQ= +github.com/GrayCodeAI/hawk-core-contracts v0.1.4 h1:HRcuxvl5RMgqmF0Lt1YwHY84nGcUwXculXtnrE/8nLI= +github.com/GrayCodeAI/hawk-core-contracts v0.1.4/go.mod h1:BXbh68YrCf+s9HVqND5F8DAvl2MnE5NcOwZZZB56HGA= +github.com/GrayCodeAI/hawk-mcpkit v0.1.4 h1:tlhZXKDbI679I7c1feeY/pzErFwndD+R2CQf9sqHAVE= +github.com/GrayCodeAI/hawk-mcpkit v0.1.4/go.mod h1:C32HPDRqiDETbVbMIbOTvguek6KImpLCffJjet7sqck= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=