You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
chore(deps): update module github.com/mgechev/revive to v1.6.1 (#6306)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/mgechev/revive](https://redirect.github.com/mgechev/revive) | `v1.6.0` -> `v1.6.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mgechev/revive (github.com/mgechev/revive)</summary> ### [`v1.6.1`](https://redirect.github.com/mgechev/revive/releases/tag/v1.6.1) [Compare Source](https://redirect.github.com/mgechev/revive/compare/v1.6.0...v1.6.1) #### Changelog - [`c237f70`](c237f70575
) Update renovate.json config ([#​1221](https://redirect.github.com/mgechev/revive/issues/1221)) - [`d02fd30`](d02fd30f5c
) chore(deps): update module github.com/mattn/go-colorable to v0.1.14 ([#​1222](https://redirect.github.com/mgechev/revive/issues/1222)) - [`3b54068`](3b54068168
) chore(deps): update module github.com/stretchr/testify to v1.10.0 ([#​1223](https://redirect.github.com/mgechev/revive/issues/1223)) - [`82dd192`](82dd1920b0
) chore(deps): update module golang.org/x/sys to v0.30.0 ([#​1224](https://redirect.github.com/mgechev/revive/issues/1224)) - [`f66fd1e`](f66fd1eb75
) chore(deps): update module golang.org/x/text to v0.22.0 ([#​1225](https://redirect.github.com/mgechev/revive/issues/1225)) - [`a34327e`](a34327e65c
) chore: check go.mod and run gofmt in CI ([#​1215](https://redirect.github.com/mgechev/revive/issues/1215)) - [`5f01efa`](5f01efa722
) feature: add redundant-test-main-exit rule ([#​1208](https://redirect.github.com/mgechev/revive/issues/1208)) - [`fd8d99d`](fd8d99d716
) fix (1217): getting parameter type names panics in presence of generic types ([#​1218](https://redirect.github.com/mgechev/revive/issues/1218)) - [`ea0222b`](ea0222b242
) fix(deps): update module golang.org/x/mod to v0.23.0 ([#​1219](https://redirect.github.com/mgechev/revive/issues/1219)) - [`d04f429`](d04f429918
) fix(deps): update module golang.org/x/sync to v0.11.0 ([#​1220](https://redirect.github.com/mgechev/revive/issues/1220)) - [`3e3e982`](3e3e9825db
) fix(deps): update module golang.org/x/tools to v0.30.0 ([#​1227](https://redirect.github.com/mgechev/revive/issues/1227)) - [`8c5d8fc`](8c5d8fc90a
) fix: flag-parameter rule wrongly detects var definition and points to the function signature ([#​1213](https://redirect.github.com/mgechev/revive/issues/1213)) - [`8cb2599`](8cb2599624
) fix: invalid message reported for directive comment ([#​1209](https://redirect.github.com/mgechev/revive/issues/1209)) - [`9a54195`](9a54195228
) fix: panic with getFieldTypeName ([#​1229](https://redirect.github.com/mgechev/revive/issues/1229)) - [`4bd6fba`](4bd6fbac97
) fix: unconditional-recursion false positive when the function is called right after its declaration ([#​1212](https://redirect.github.com/mgechev/revive/issues/1212)) ([#​1214](https://redirect.github.com/mgechev/revive/issues/1214)) - [`e8b55f8`](e8b55f8917
) prepareSkips: to resolve regexps in excludes ([#​1060](https://redirect.github.com/mgechev/revive/issues/1060)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
This commit is contained in:
@@ -130,7 +130,7 @@ require (
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.16 // indirect
|
||||
github.com/mgechev/revive v1.6.0 // indirect
|
||||
github.com/mgechev/revive v1.6.1 // indirect
|
||||
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
||||
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
||||
github.com/moricho/tparallel v0.3.2 // indirect
|
||||
|
@@ -295,8 +295,8 @@ github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D
|
||||
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
|
||||
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
|
||||
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
|
||||
github.com/mgechev/revive v1.6.0 h1:NsdaDzYcWZd3ikrWbdbFsvk+DvEAmP6A21LAdZEomZg=
|
||||
github.com/mgechev/revive v1.6.0/go.mod h1:YpafN9JKjfKxG/UDGUHU1kPJKalHx7fHIgclT04SjBs=
|
||||
github.com/mgechev/revive v1.6.1 h1:ncK0ZCMWtb8GXwVAmk+IeWF2ULIDsvRxSRfg5sTwQ2w=
|
||||
github.com/mgechev/revive v1.6.1/go.mod h1:/2tfHWVO8UQi/hqJsIYNEKELi+DJy/e+PQpLgTB1v88=
|
||||
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
|
||||
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
|
||||
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
|
||||
|
Reference in New Issue
Block a user