From 4fd2d6cd745288b6bcadd2e59659bc6e97ffe062 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:43:24 +0000 Subject: [PATCH] fix(deps): update module github.com/stacklok/toolhive to v0.6.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1d535c20..966948bd 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/google/go-cmp v0.7.0 github.com/modelcontextprotocol/registry v1.3.7 github.com/spf13/cobra v1.10.1 - github.com/stacklok/toolhive v0.5.1 + github.com/stacklok/toolhive v0.6.2 github.com/stretchr/testify v1.11.1 github.com/xeipuuv/gojsonschema v1.2.0 gopkg.in/yaml.v3 v3.0.1