Bump golang.org/x/tools from 0.1.9 to 0.1.10 #41

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/golang.org/x/tools-0.1.10 into v3 2022-03-19 15:17:39 +03:00
dependabot[bot] commented 2022-03-16 18:14:51 +03:00 (Migrated from github.com)

Bumps golang.org/x/tools from 0.1.9 to 0.1.10.

Commits
  • 6799a7a internal/lsp/source: canonicalize objects in reference/rename requests
  • 54a569a internal/imports: use first quote when matching import path
  • 40370f8 go/internal/gcimporter: add a test case for issue 51219
  • 24806f2 go/analysis: add tests check for calling *F methods in fuzz func
  • dff7c5f go/internal/gcimporter: guard against infinite recursion with recursive
  • 49d48a0 go/analysis/passes/composite: allow InternalFuzzTarget
  • 198cae3 go/ssa: split pkg() into different cases for *Package and *types.Package
  • ee31f70 internal/lsp: add completion for use directives
  • 622cf7b internal/lsp/cache: copy workFile when invalidating workspace
  • e7a12a3 go/ssa: add type substitution
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.9 to 0.1.10. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/6799a7ae926804d94311fff9145861c22f77ba3a"><code>6799a7a</code></a> internal/lsp/source: canonicalize objects in reference/rename requests</li> <li><a href="https://github.com/golang/tools/commit/54a569a9dbb22fd7c48990830ee839b878abc55d"><code>54a569a</code></a> internal/imports: use first quote when matching import path</li> <li><a href="https://github.com/golang/tools/commit/40370f8a2a08dcc0d379e4ff22364a094043c97b"><code>40370f8</code></a> go/internal/gcimporter: add a test case for issue 51219</li> <li><a href="https://github.com/golang/tools/commit/24806f2a30c7b8c75986030e30ea91c4c1e51ce9"><code>24806f2</code></a> go/analysis: add tests check for calling *F methods in fuzz func</li> <li><a href="https://github.com/golang/tools/commit/dff7c5f22f30a24c5eb0df028cdbac05a79a5441"><code>dff7c5f</code></a> go/internal/gcimporter: guard against infinite recursion with recursive</li> <li><a href="https://github.com/golang/tools/commit/49d48a0b4c6359517e62484df4714bf353c45816"><code>49d48a0</code></a> go/analysis/passes/composite: allow InternalFuzzTarget</li> <li><a href="https://github.com/golang/tools/commit/198cae37294c48f180c54b9f66617d821e185fdc"><code>198cae3</code></a> go/ssa: split pkg() into different cases for *Package and *types.Package</li> <li><a href="https://github.com/golang/tools/commit/ee31f70645d2fe300d55cac3840f42329adf6597"><code>ee31f70</code></a> internal/lsp: add completion for use directives</li> <li><a href="https://github.com/golang/tools/commit/622cf7b3386c687d58046ab8ed33fa6e70260dc6"><code>622cf7b</code></a> internal/lsp/cache: copy workFile when invalidating workspace</li> <li><a href="https://github.com/golang/tools/commit/e7a12a333d2b16e25c0dc350f3959c422f3e5ecc"><code>e7a12a3</code></a> go/ssa: add type substitution</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.1.9...v0.1.10">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.1.9&new-version=0.1.10)](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 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>
vtolstov commented 2022-03-19 12:11:02 +03:00 (Migrated from github.com)

@dependabot recreate

@dependabot recreate
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/protoc-gen-go-micro#41
No description provided.