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.27.0 to 0.28.0 (#519)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.27.0 to 0.28.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/44670c7f61274a590108667938d4e33d8d9bdd4a"><code>44670c7</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/7eebab3f1a9ce5d339ef66426a9bf4cf55bd5842"><code>7eebab3</code></a> gopls/internal/golang: support extract variable at top level</li> <li><a href="https://github.com/golang/tools/commit/e33469676fb452337fef005f66b8d1a03d8c2d6c"><code>e334696</code></a> gopls/internal/golang: ignore effects for change signature refactoring</li> <li><a href="https://github.com/golang/tools/commit/39017333097c18f58aa50f00bcd4ce01983ea305"><code>3901733</code></a> internal/refactor/inline: substitute groups of dependent arguments</li> <li><a href="https://github.com/golang/tools/commit/61b24083cf03354aeb61c16dceca74b0ff1541dc"><code>61b2408</code></a> gopls/internal/golang: add "Extract constant" counterpart</li> <li><a href="https://github.com/golang/tools/commit/c01eead283255427789b42324198119c7d9e2e00"><code>c01eead</code></a> internal/gcimporter: require binary export data header</li> <li><a href="https://github.com/golang/tools/commit/9a041363f32ff667dcdd74248070db07106dfd78"><code>9a04136</code></a> gopls/internal/golang/stubmethods: refine crash into bug report</li> <li><a href="https://github.com/golang/tools/commit/01e0b05c8c2f8916bff6a6f811243030cb9c503c"><code>01e0b05</code></a> internal/refactor/inline: fix condition for splice assignment strategy</li> <li><a href="https://github.com/golang/tools/commit/557f5407c34720d98ea170e820e29a10437ac6dc"><code>557f540</code></a> gopls/internal/golang: don't offer to move variadic parameters</li> <li><a href="https://github.com/golang/tools/commit/399ee16d230298966a4053eeac99617c38066fbb"><code>399ee16</code></a> internal/gcimporter: update FindExportData to return a non-negative size</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.27.0...v0.28.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.27.0&new-version=0.28.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