From b435665e0838532e1ceebe455e41c992af2081d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 21:35:57 +0000 Subject: [PATCH] fix(deps): update module github.com/stacklok/toolhive to v0.6.15 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 20a3ccb..39aad39 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.25.3 require ( github.com/sigstore/sigstore-go v1.1.3 github.com/spf13/cobra v1.10.2 - github.com/stacklok/toolhive v0.6.7 + github.com/stacklok/toolhive v0.6.15 gopkg.in/yaml.v3 v3.0.1 )