Skip to content

Commit f01b1ea

Browse files
fix(deps): update module mvdan.cc/gofumpt to v0.8.0 (#12851)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mvdan.cc/gofumpt](https://redirect.github.com/mvdan/gofumpt) | `v0.7.0` -> `v0.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/mvdan.cc%2fgofumpt/v0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/mvdan.cc%2fgofumpt/v0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/mvdan.cc%2fgofumpt/v0.7.0/v0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/mvdan.cc%2fgofumpt/v0.7.0/v0.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mvdan/gofumpt (mvdan.cc/gofumpt)</summary> ### [`v0.8.0`](https://redirect.github.com/mvdan/gofumpt/blob/HEAD/CHANGELOG.md#v080---2025-04-13) [Compare Source](https://redirect.github.com/mvdan/gofumpt/compare/v0.7.0...v0.8.0) This release is based on Go 1.24's gofmt, and requires Go 1.23 or later. The following changes are included: - Fail with `-d` if formatting any file resulted in a diff - [#&#8203;114](https://redirect.github.com/mvdan/gofumpt/issues/114) - Do not panic when a `go.mod` file is missing a `go` directive - [#&#8203;317](https://redirect.github.com/mvdan/gofumpt/issues/317) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pablo Baeyens <[email protected]>
1 parent f0ab7c3 commit f01b1ea

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

internal/tools/go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ require (
1919
go.opentelemetry.io/build-tools/multimod v0.22.0
2020
go.opentelemetry.io/build-tools/semconvgen v0.22.0
2121
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
22-
golang.org/x/tools v0.31.0
22+
golang.org/x/tools v0.32.0
2323
golang.org/x/vuln v1.1.4
2424
gotest.tools/gotestsum v1.12.1
25-
mvdan.cc/gofumpt v0.7.0
25+
mvdan.cc/gofumpt v0.8.0
2626
)
2727

2828
require (
@@ -227,14 +227,14 @@ require (
227227
go.uber.org/automaxprocs v1.6.0 // indirect
228228
go.uber.org/multierr v1.11.0 // indirect
229229
go.uber.org/zap v1.27.0 // indirect
230-
golang.org/x/crypto v0.36.0 // indirect
230+
golang.org/x/crypto v0.37.0 // indirect
231231
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
232232
golang.org/x/mod v0.24.0 // indirect
233-
golang.org/x/net v0.37.0 // indirect
233+
golang.org/x/net v0.39.0 // indirect
234234
golang.org/x/sync v0.13.0 // indirect
235235
golang.org/x/sys v0.32.0 // indirect
236236
golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect
237-
golang.org/x/term v0.30.0 // indirect
237+
golang.org/x/term v0.31.0 // indirect
238238
golang.org/x/text v0.24.0 // indirect
239239
google.golang.org/protobuf v1.36.5 // indirect
240240
gopkg.in/warnings.v0 v0.1.2 // indirect

internal/tools/go.sum

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)