fix(deps): update module golang.org/x/tools to v0.46.0 (go.mod)#2404
fix(deps): update module golang.org/x/tools to v0.46.0 (go.mod)#2404renovate[bot] wants to merge 1 commit into
Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Greptile SummaryThis PR updates the Go module dependency graph for
Confidence Score: 4/5This is close, but the root module metadata should be tidied before merging.
|
| Filename | Overview |
|---|---|
| go.mod | Updates root x/tools-related dependencies but leaves the direct x/text requirement behind the refreshed submodule graph. |
| examples/go.mod | Refreshes indirect golang.org/x dependencies for the examples module. |
| internal/test/go.mod | Refreshes indirect golang.org/x dependencies for the internal test module. |
Reviews (1): Last reviewed commit: "fix(deps): update module golang.org/x/to..." | Re-trigger Greptile
| golang.org/x/mod v0.37.0 | ||
| golang.org/x/text v0.37.0 | ||
| golang.org/x/tools v0.45.0 | ||
| golang.org/x/tools v0.46.0 |
There was a problem hiding this comment.
Update text dependency The root module still directly requires
golang.org/x/text v0.37.0, while the updated dependency graph in examples and internal/test now selects v0.38.0. Since root code imports golang.org/x/text/cases and golang.org/x/text/language, running tidy or tests in the root module can rewrite go.mod and go.sum, leaving this PR with inconsistent module metadata.
| golang.org/x/mod v0.37.0 | |
| golang.org/x/text v0.37.0 | |
| golang.org/x/tools v0.45.0 | |
| golang.org/x/tools v0.46.0 | |
| golang.org/x/mod v0.37.0 | |
| golang.org/x/text v0.38.0 | |
| golang.org/x/tools v0.46.0 |
This PR contains the following updates:
v0.45.0→v0.46.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.