diff --git a/go.mod b/go.mod index 6fdafee..097dee2 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.1 - github.com/stacklok/toolhive v0.6.7 + github.com/stacklok/toolhive v0.6.11 gopkg.in/yaml.v3 v3.0.1 )