Skip to content

Commit eecb80c

Browse files
authored
Merge pull request #37 from stacklok/renovate/github.com-stacklok-toolhive-0.x
fix(deps): update module github.com/stacklok/toolhive to v0.2.9
2 parents e2cbe11 + 039a596 commit eecb80c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.5
44

55
require (
66
github.com/spf13/cobra v1.9.1
7-
github.com/stacklok/toolhive v0.2.8
7+
github.com/stacklok/toolhive v0.2.9
88
github.com/stretchr/testify v1.10.0
99
gopkg.in/yaml.v3 v3.0.1
1010
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,8 +1239,8 @@ github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
12391239
github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
12401240
github.com/spiffe/go-spiffe/v2 v2.5.0 h1:N2I01KCUkv1FAjZXJMwh95KK1ZIQLYbPfhaxw8WS0hE=
12411241
github.com/spiffe/go-spiffe/v2 v2.5.0/go.mod h1:P+NxobPc6wXhVtINNtFjNWGBTreew1GBUCwT2wPmb7g=
1242-
github.com/stacklok/toolhive v0.2.8 h1:TmCPBxmL5DGIFODK0FtaBSj+u1jzX3Mjnx93Rq1qTGY=
1243-
github.com/stacklok/toolhive v0.2.8/go.mod h1:jksXg/tTghqOx/qwmsRqTMbIpJGSuqrtk1SRJQLIYW8=
1242+
github.com/stacklok/toolhive v0.2.9 h1:g0frnjCgTRjm4YNDkUF012smCA+ZAnYluXdCx/eCGaw=
1243+
github.com/stacklok/toolhive v0.2.9/go.mod h1:lkhzWrwMbPzZOxEEZMHltXOrv4uIKNm7O/CUjF0AO9o=
12441244
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
12451245
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
12461246
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=

0 commit comments

Comments
 (0)