Commit 6958425
authored
chore(deps): bump golang.org/x/tools from 0.32.0 to 0.33.0 (#499)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.32.0
to 0.33.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/tools/commit/64b63a6f6aeed9d09ddeb61e31b8e3ecb925f6ff"><code>64b63a6</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/tools/commit/7701413e8cbb7d09b75c3e96dcfc23e05cf4c199"><code>7701413</code></a>
internal/mcp: move jsonschema out of mcp/internal</li>
<li><a
href="https://github.com/golang/tools/commit/125cd119e1c88b64a76c416c4c9d24983b491bf6"><code>125cd11</code></a>
jsonschema: pre-compile regexps</li>
<li><a
href="https://github.com/golang/tools/commit/2f1855032061b882e2584ba9534d3d294bb88488"><code>2f18550</code></a>
jsonschema: better errors unmarshaling ints</li>
<li><a
href="https://github.com/golang/tools/commit/635622b8d7adfa5b93a40d8554af4836025efb90"><code>635622b</code></a>
jsonschema: using hashing for uniqueItems</li>
<li><a
href="https://github.com/golang/tools/commit/0f6a53f117b8301d7df42c33a03ad120da7469f3"><code>0f6a53f</code></a>
mcp: remove ServerConnection</li>
<li><a
href="https://github.com/golang/tools/commit/ca54d5908e1314c991d297bb31cd3e2ad9445c85"><code>ca54d59</code></a>
jsonschema: represent integer keywords as ints</li>
<li><a
href="https://github.com/golang/tools/commit/c75f7e8c3155d18474d59a91b2c99d29325d75d1"><code>c75f7e8</code></a>
jsonschema: validate object keywords</li>
<li><a
href="https://github.com/golang/tools/commit/efd15d847c477923faddc112714c8f410452c685"><code>efd15d8</code></a>
internal/mcp: clean up handling of content</li>
<li><a
href="https://github.com/golang/tools/commit/80e0fd81238f7cf7eb9b049d1d483b24acfb6622"><code>80e0fd8</code></a>
internal/mcp: support prompts</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/tools/compare/v0.32.0...v0.33.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent d9a6f2c commit 6958425
File tree
11 files changed
+524
-29
lines changed- vendor
- golang.org/x
- crypto/ssh
- sys
- cpu
- windows
11 files changed
+524
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | | - | |
| 255 | + | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
| 316 | + | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
366 | | - | |
| 365 | + | |
| 366 | + | |
367 | 367 | | |
368 | | - | |
369 | | - | |
| 368 | + | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
377 | | - | |
| 376 | + | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
422 | | - | |
| 421 | + | |
| 422 | + | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments