@@ -6,7 +6,7 @@ toolchain go1.25.0
6
6
7
7
require (
8
8
github.com/spf13/cobra v1.9.1
9
- github.com/stacklok/toolhive v0.2.7
9
+ github.com/stacklok/toolhive v0.2.9
10
10
gopkg.in/yaml.v3 v3.0.1
11
11
)
12
12
@@ -46,7 +46,6 @@ require (
46
46
github.com/go-openapi/jsonpointer v0.21.1 // indirect
47
47
github.com/go-openapi/jsonreference v0.21.0 // indirect
48
48
github.com/go-openapi/swag v0.23.1 // indirect
49
- github.com/go-stack/stack v1.8.1 // indirect
50
49
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
51
50
github.com/gobwas/glob v0.2.3 // indirect
52
51
github.com/goccy/go-json v0.10.3 // indirect
@@ -62,8 +61,6 @@ require (
62
61
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
63
62
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
64
63
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
67
64
github.com/inconshreveable/mousetrap v1.1.0 // indirect
68
65
github.com/invopop/jsonschema v0.13.0 // indirect
69
66
github.com/josharian/intern v1.0.0 // indirect
@@ -72,15 +69,13 @@ require (
72
69
github.com/klauspost/compress v1.18.0 // indirect
73
70
github.com/lestrrat-go/blackmagic v1.0.4 // indirect
74
71
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
76
73
github.com/lestrrat-go/jwx/v3 v3.0.10 // indirect
77
74
github.com/lestrrat-go/option v1.0.1 // indirect
78
75
github.com/lestrrat-go/option/v2 v2.0.0 // indirect
79
76
github.com/lmittmann/tint v1.1.2 // indirect
80
77
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
84
79
github.com/mitchellh/go-homedir v1.1.0 // indirect
85
80
github.com/moby/docker-image-spec v1.3.1 // indirect
86
81
github.com/moby/spdystream v0.5.0 // indirect
@@ -98,6 +93,7 @@ require (
98
93
github.com/prometheus/otlptranslator v0.0.0-20250717125610-8549f4ab4f8f // indirect
99
94
github.com/prometheus/procfs v0.17.0 // indirect
100
95
github.com/sagikazarmark/locafero v0.7.0 // indirect
96
+ github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
101
97
github.com/segmentio/asm v1.2.0 // indirect
102
98
github.com/sirupsen/logrus v1.9.3 // indirect
103
99
github.com/sourcegraph/conc v0.3.0 // indirect
@@ -132,16 +128,16 @@ require (
132
128
go.uber.org/multierr v1.11.0 // indirect
133
129
go.yaml.in/yaml/v2 v2.4.2 // indirect
134
130
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
136
132
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
137
133
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
140
136
golang.org/x/oauth2 v0.30.0 // indirect
141
137
golang.org/x/sync v0.16.0 // indirect
142
138
golang.org/x/sys v0.35.0 // indirect
143
139
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
145
141
golang.org/x/time v0.12.0 // indirect
146
142
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
147
143
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
@@ -150,12 +146,12 @@ require (
150
146
google.golang.org/protobuf v1.36.6 // indirect
151
147
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
152
148
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
156
152
k8s.io/klog/v2 v2.130.1 // indirect
157
153
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
159
155
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
160
156
sigs.k8s.io/randfill v1.0.0 // indirect
161
157
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
0 commit comments