Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump golang.org/x/tools from 0.26.0 to 0.27.0 (#460)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.26.0 to 0.27.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/4d2b19f26de18fb5fcfe5fa93e63cc44a98f1fcf"><code>4d2b19f</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/636867761e007eb34c5cf070be078f1f52e42052"><code>6368677</code></a> gopls/internal/golang: strength reduce ComputeImportFixEdits</li> <li><a href="https://github.com/golang/tools/commit/777f15531169c97bcdedd3657ca88c4f6a3df154"><code>777f155</code></a> gopls/internal/golang: show package attributes on hover</li> <li><a href="https://github.com/golang/tools/commit/8a0e08fb12a5dfb9ce62a770c69b3890114dafc9"><code>8a0e08f</code></a> gopls/doc: add missing doc link</li> <li><a href="https://github.com/golang/tools/commit/61415bee33fa1d798499691290df4eaf9e438c03"><code>61415be</code></a> gopls/internal/cache: guard against malformed paths in port.matches</li> <li><a href="https://github.com/golang/tools/commit/9a89d3a9850fd26cb9aee85127007257ea7ed951"><code>9a89d3a</code></a> internal/analysisinternal: avoid sub-token spans in TypeErrorEndPos</li> <li><a href="https://github.com/golang/tools/commit/1115af6fe6cfbcc9467f11ea249f1f25f6fb551e"><code>1115af6</code></a> internal/expect: support named arguments f(a, b, c=d, e="f")</li> <li><a href="https://github.com/golang/tools/commit/0b9e4998c4183c8162199d19632f38120a165c1b"><code>0b9e499</code></a> go/{expect,packages/packagestest}: mention the tag+delete proposal</li> <li><a href="https://github.com/golang/tools/commit/efcd2bdbd90a444d84eb8096da49c9c248a43233"><code>efcd2bd</code></a> internal/packagestest: fork go/packages/packagestest</li> <li><a href="https://github.com/golang/tools/commit/0e9ed3dc7ad85c9b9bfc03b5c956ea1334221e48"><code>0e9ed3d</code></a> go/packages: do not mutate Config</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.26.0...v0.27.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.26.0&new-version=0.27.0)](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>
- Loading branch information