From 47c4b113e2fe72bac1ce73489922b830d0c4260d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 08:51:47 -0800 Subject: [PATCH] chore(deps): update module github.com/mgechev/revive to v1.6.1 (#6306) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmgechev%2frevive/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmgechev%2frevive/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmgechev%2frevive/v1.6.0/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmgechev%2frevive/v1.6.0/v1.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mgechev/revive (github.com/mgechev/revive) ### [`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`](https://redirect.github.com/mgechev/revive/commit/c237f7057559aa7f9ef53b9f39f7358b891df126) Update renovate.json config ([#​1221](https://redirect.github.com/mgechev/revive/issues/1221)) - [`d02fd30`](https://redirect.github.com/mgechev/revive/commit/d02fd30f5c75724eeadbaf1fc53aaf6349dd9822) chore(deps): update module github.com/mattn/go-colorable to v0.1.14 ([#​1222](https://redirect.github.com/mgechev/revive/issues/1222)) - [`3b54068`](https://redirect.github.com/mgechev/revive/commit/3b540681689681004f0789d0e8f17cf123d7f4ff) chore(deps): update module github.com/stretchr/testify to v1.10.0 ([#​1223](https://redirect.github.com/mgechev/revive/issues/1223)) - [`82dd192`](https://redirect.github.com/mgechev/revive/commit/82dd1920b0790702fc66a05638babc2b05d0f949) chore(deps): update module golang.org/x/sys to v0.30.0 ([#​1224](https://redirect.github.com/mgechev/revive/issues/1224)) - [`f66fd1e`](https://redirect.github.com/mgechev/revive/commit/f66fd1eb756d27c9fa8072e630c30406c00cdcaa) chore(deps): update module golang.org/x/text to v0.22.0 ([#​1225](https://redirect.github.com/mgechev/revive/issues/1225)) - [`a34327e`](https://redirect.github.com/mgechev/revive/commit/a34327e65c75f2f074c90a7c76dfacb919cbac51) chore: check go.mod and run gofmt in CI ([#​1215](https://redirect.github.com/mgechev/revive/issues/1215)) - [`5f01efa`](https://redirect.github.com/mgechev/revive/commit/5f01efa7223c5c89a1af23deafff18e4525dad71) feature: add redundant-test-main-exit rule ([#​1208](https://redirect.github.com/mgechev/revive/issues/1208)) - [`fd8d99d`](https://redirect.github.com/mgechev/revive/commit/fd8d99d7164d4bb7bf4a82b122d10f5d2b0fdc14) fix (1217): getting parameter type names panics in presence of generic types ([#​1218](https://redirect.github.com/mgechev/revive/issues/1218)) - [`ea0222b`](https://redirect.github.com/mgechev/revive/commit/ea0222b242f395dd1c49eff3174213cc85489047) fix(deps): update module golang.org/x/mod to v0.23.0 ([#​1219](https://redirect.github.com/mgechev/revive/issues/1219)) - [`d04f429`](https://redirect.github.com/mgechev/revive/commit/d04f4299183a50c2723156bdaf7911c6a71090c7) fix(deps): update module golang.org/x/sync to v0.11.0 ([#​1220](https://redirect.github.com/mgechev/revive/issues/1220)) - [`3e3e982`](https://redirect.github.com/mgechev/revive/commit/3e3e9825dbcd4e6c517fc853a22bb6ed27ca6e4c) fix(deps): update module golang.org/x/tools to v0.30.0 ([#​1227](https://redirect.github.com/mgechev/revive/issues/1227)) - [`8c5d8fc`](https://redirect.github.com/mgechev/revive/commit/8c5d8fc90a7fe0c253fb8d2174fe035579d88a89) fix: flag-parameter rule wrongly detects var definition and points to the function signature ([#​1213](https://redirect.github.com/mgechev/revive/issues/1213)) - [`8cb2599`](https://redirect.github.com/mgechev/revive/commit/8cb259962491019e59af955db8bc42cf2db6e76c) fix: invalid message reported for directive comment ([#​1209](https://redirect.github.com/mgechev/revive/issues/1209)) - [`9a54195`](https://redirect.github.com/mgechev/revive/commit/9a5419522817cccf323b39798ccf6d202b518943) fix: panic with getFieldTypeName ([#​1229](https://redirect.github.com/mgechev/revive/issues/1229)) - [`4bd6fba`](https://redirect.github.com/mgechev/revive/commit/4bd6fbac977203b496e15021189fb5a193fa648e) 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`](https://redirect.github.com/mgechev/revive/commit/e8b55f8917bfb9432771189ed46f27faef1f522e) prepareSkips: to resolve regexps in excludes ([#​1060](https://redirect.github.com/mgechev/revive/issues/1060))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tyler Yahn --- internal/tools/go.mod | 2 +- internal/tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index 48c158a97..4f89fe3bb 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -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 diff --git a/internal/tools/go.sum b/internal/tools/go.sum index 9128e3504..8898668f5 100644 --- a/internal/tools/go.sum +++ b/internal/tools/go.sum @@ -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=