Skip to content

Commit 7af762c

Browse files
fix(deps): update module github.com/stacklok/toolhive to v0.2.9
1 parent 14cb4e8 commit 7af762c

File tree

2 files changed

+46
-57
lines changed

2 files changed

+46
-57
lines changed

go.mod

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.25.0
66

77
require (
88
github.com/spf13/cobra v1.9.1
9-
github.com/stacklok/toolhive v0.2.7
9+
github.com/stacklok/toolhive v0.2.9
1010
gopkg.in/yaml.v3 v3.0.1
1111
)
1212

@@ -46,7 +46,6 @@ require (
4646
github.com/go-openapi/jsonpointer v0.21.1 // indirect
4747
github.com/go-openapi/jsonreference v0.21.0 // indirect
4848
github.com/go-openapi/swag v0.23.1 // indirect
49-
github.com/go-stack/stack v1.8.1 // indirect
5049
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
5150
github.com/gobwas/glob v0.2.3 // indirect
5251
github.com/goccy/go-json v0.10.3 // indirect
@@ -62,8 +61,6 @@ require (
6261
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
6362
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
6463
github.com/ianlancetaylor/demangle v0.0.0-20250417193237-f615e6bd150b // indirect
65-
github.com/inconshreveable/log15 v3.0.0-testing.5+incompatible // indirect
66-
github.com/inconshreveable/log15/v3 v3.0.0-testing.5 // indirect
6764
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6865
github.com/invopop/jsonschema v0.13.0 // indirect
6966
github.com/josharian/intern v1.0.0 // indirect
@@ -72,15 +69,13 @@ require (
7269
github.com/klauspost/compress v1.18.0 // indirect
7370
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
7471
github.com/lestrrat-go/httpcc v1.0.1 // indirect
75-
github.com/lestrrat-go/httprc/v3 v3.0.0 // indirect
72+
github.com/lestrrat-go/httprc/v3 v3.0.1 // indirect
7673
github.com/lestrrat-go/jwx/v3 v3.0.10 // indirect
7774
github.com/lestrrat-go/option v1.0.1 // indirect
7875
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
7976
github.com/lmittmann/tint v1.1.2 // indirect
8077
github.com/mailru/easyjson v0.9.0 // indirect
81-
github.com/mark3labs/mcp-go v0.37.0 // indirect
82-
github.com/mattn/go-colorable v0.1.14 // indirect
83-
github.com/mattn/go-isatty v0.0.20 // indirect
78+
github.com/mark3labs/mcp-go v0.38.0 // indirect
8479
github.com/mitchellh/go-homedir v1.1.0 // indirect
8580
github.com/moby/docker-image-spec v1.3.1 // indirect
8681
github.com/moby/spdystream v0.5.0 // indirect
@@ -98,6 +93,7 @@ require (
9893
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f // indirect
9994
github.com/prometheus/procfs v0.17.0 // indirect
10095
github.com/sagikazarmark/locafero v0.7.0 // indirect
96+
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
10197
github.com/segmentio/asm v1.2.0 // indirect
10298
github.com/sirupsen/logrus v1.9.3 // indirect
10399
github.com/sourcegraph/conc v0.3.0 // indirect
@@ -132,16 +128,16 @@ require (
132128
go.uber.org/multierr v1.11.0 // indirect
133129
go.yaml.in/yaml/v2 v2.4.2 // indirect
134130
golang.ngrok.com/muxado/v2 v2.0.1 // indirect
135-
golang.ngrok.com/ngrok/v2 v2.0.0 // indirect
131+
golang.ngrok.com/ngrok/v2 v2.1.0 // indirect
136132
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
137133
golang.org/x/exp/event v0.0.0-20250718183923-645b1fa84792 // indirect
138-
golang.org/x/exp/jsonrpc2 v0.0.0-20250811191247-51f88131bc50 // indirect
139-
golang.org/x/net v0.42.0 // indirect
134+
golang.org/x/exp/jsonrpc2 v0.0.0-20250819193227-8b4c13bb791b // indirect
135+
golang.org/x/net v0.43.0 // indirect
140136
golang.org/x/oauth2 v0.30.0 // indirect
141137
golang.org/x/sync v0.16.0 // indirect
142138
golang.org/x/sys v0.35.0 // indirect
143139
golang.org/x/term v0.34.0 // indirect
144-
golang.org/x/text v0.27.0 // indirect
140+
golang.org/x/text v0.28.0 // indirect
145141
golang.org/x/time v0.12.0 // indirect
146142
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
147143
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
@@ -150,12 +146,12 @@ require (
150146
google.golang.org/protobuf v1.36.6 // indirect
151147
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
152148
gopkg.in/inf.v0 v0.9.1 // indirect
153-
k8s.io/api v0.33.3 // indirect
154-
k8s.io/apimachinery v0.33.3 // indirect
155-
k8s.io/client-go v0.33.3 // indirect
149+
k8s.io/api v0.33.4 // indirect
150+
k8s.io/apimachinery v0.33.4 // indirect
151+
k8s.io/client-go v0.33.4 // indirect
156152
k8s.io/klog/v2 v2.130.1 // indirect
157153
k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
158-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
154+
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
159155
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
160156
sigs.k8s.io/randfill v1.0.0 // indirect
161157
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect

0 commit comments

Comments
 (0)