From 35fd0da27aab775772e11834e6f701f555b28642 Mon Sep 17 00:00:00 2001 From: Lakshman Patel Date: Mon, 13 Jul 2026 19:19:01 +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 hawk's own go.mod already requires hawk-core-contracts v0.1.4 and hawk-mcpkit v0.1.4, so Go's minimal version selection resolves these newer versions into hawk's build regardless of what inspect declares here — meaning inspect's own CI (which only checks go.mod tidiness against its pinned versions) was never actually exercising the versions that ship. Verified both version bumps are non-breaking (diffed the full changesets between v0.1.2->v0.1.4 and v0.1.0->v0.1.4; neither touched a symbol inspect imports). Bumps the declared pin to match what's actually resolved, closing the gap between "safe by luck" and "safe by check." --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index aea482d..0955918 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/GrayCodeAI/inspect 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/net v0.55.0 golang.org/x/time v0.15.0 diff --git a/go.sum b/go.sum index 87ad9a3..da39a21 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=