Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/sergi/go-diff v1.4.0
github.com/spf13/cobra v1.10.2
github.com/stacklok/go-microvm v0.0.26
github.com/stacklok/toolhive v0.13.0
github.com/stacklok/toolhive v0.13.1
github.com/stacklok/toolhive-core v0.0.12
github.com/stretchr/testify v1.11.1
go.uber.org/zap v1.27.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,8 @@ github.com/stacklok/toolhive v0.12.5 h1:aeowKor50w+ISxXWEZSe+WzyR+J/cH4RnGvIwQqp
github.com/stacklok/toolhive v0.12.5/go.mod h1:bLepWuZmK6RuNDicKujRwrGyVWKqoA25IWEBgQC8COY=
github.com/stacklok/toolhive v0.13.0 h1:HFfACgLP5GoGRN7ZLHmbABpApcRIpdiTRgWt14mVdJM=
github.com/stacklok/toolhive v0.13.0/go.mod h1:D5ivJsQFFfyVXtwV2WCmi4qi0ItMw4m6LkXN8VTWrj8=
github.com/stacklok/toolhive v0.13.1 h1:L4Xs4yUbsUp15BQcbvJk/Z+LewfKH9j0hYeJs9zAVsE=
github.com/stacklok/toolhive v0.13.1/go.mod h1:mtGolKBvh5IP7p0rnjqMk9isHahfVCFkgUzsuyOTNHc=
github.com/stacklok/toolhive-core v0.0.12 h1:jKrgbXSXTkLkLMrcv3u/ozGeFhM0vd0jamVnQX9trEw=
github.com/stacklok/toolhive-core v0.0.12/go.mod h1:lfOrVDcQ74LlOsMgRn80QfriFDfy9c6BsYKu+uYsRVk=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down