Skip to content

Commit 275fc47

Browse files
authored
Merge pull request #52 from stacklok/renovate/github.com-stacklok-toolhive-0.x
fix(deps): update module github.com/stacklok/toolhive to v0.2.11
2 parents 19adf9e + de7c371 commit 275fc47

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
@@ -5,7 +5,7 @@ go 1.24.5
55
require (
66
github.com/google/go-cmp v0.7.0
77
github.com/spf13/cobra v1.9.1
8-
github.com/stacklok/toolhive v0.2.10
8+
github.com/stacklok/toolhive v0.2.11
99
github.com/stretchr/testify v1.10.0
1010
gopkg.in/yaml.v3 v3.0.1
1111
)

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.10 h1:6/V+ndqHmAbhVB2RtbT3lCiEjI9qYQczAV37ZzV0gT4=
1243-
github.com/stacklok/toolhive v0.2.10/go.mod h1:vcnSYmWxH6OIZogbHePXNjVku8Yhgj5hiLzIe25tZow=
1242+
github.com/stacklok/toolhive v0.2.11 h1:vxDxfQeLjutkEsXDtOYUhPtIfaeRiul5utFAfFP2/Xg=
1243+
github.com/stacklok/toolhive v0.2.11/go.mod h1:FoM17Lf2LohZoFtECCUOCsPeG2vUdM8EKtGrwIlWrsA=
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)