1
0
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.8.0 (#6581)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/mgechev/revive](https://redirect.github.com/mgechev/revive)
| `v1.7.0` -> `v1.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmgechev%2frevive/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmgechev%2frevive/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmgechev%2frevive/v1.7.0/v1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmgechev%2frevive/v1.7.0/v1.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>mgechev/revive (github.com/mgechev/revive)</summary>

###
[`v1.8.0`](https://redirect.github.com/mgechev/revive/releases/tag/v1.8.0)

[Compare
Source](https://redirect.github.com/mgechev/revive/compare/v1.7.0...v1.8.0)

#### Changelog

-
[`561c949`](561c949334)
change: replace log with log/slog for logging
([#&#8203;1280](https://redirect.github.com/mgechev/revive/issues/1280))
-
[`c9c079f`](c9c079f295)
chore(deps): update module golang.org/x/sys to v0.31.0
([#&#8203;1257](https://redirect.github.com/mgechev/revive/issues/1257))
-
[`dc3de10`](dc3de104c4)
chore(deps): update module golang.org/x/text to v0.23.0
([#&#8203;1259](https://redirect.github.com/mgechev/revive/issues/1259))
-
[`54ea25b`](54ea25b718)
doc: update description of struct-tag rule
([#&#8203;1262](https://redirect.github.com/mgechev/revive/issues/1262))
-
[`4f34235`](4f342352f0)
feature: add suport of mapstructure struct tags in struct-tag rule
([#&#8203;1241](https://redirect.github.com/mgechev/revive/issues/1241))
-
[`3bbfedb`](3bbfedbf43)
feature: add suport of validate struct tags in struct-tag rule
([#&#8203;1244](https://redirect.github.com/mgechev/revive/issues/1244))
-
[`88d5434`](88d5434cee)
feature: add support for TOML struct tags in struct-tag rule
([#&#8203;1255](https://redirect.github.com/mgechev/revive/issues/1255))
-
[`3cf67c5`](3cf67c5783)
feature: add support of URL struct tags in struct-tag rule
([#&#8203;1239](https://redirect.github.com/mgechev/revive/issues/1239))
-
[`a4ee892`](a4ee892836)
feature: add support of datastore struct tags in struct-tag rume
([#&#8203;1240](https://redirect.github.com/mgechev/revive/issues/1240))
-
[`88e5689`](88e5689475)
fix(deps): update module github.com/burntsushi/toml to v1.5.0
([#&#8203;1276](https://redirect.github.com/mgechev/revive/issues/1276))
-
[`8b973cb`](8b973cb1c5)
fix(deps): update module github.com/spf13/afero to v1.13.0
([#&#8203;1270](https://redirect.github.com/mgechev/revive/issues/1270))
-
[`770af80`](770af80ab2)
fix(deps): update module github.com/spf13/afero to v1.14.0
([#&#8203;1271](https://redirect.github.com/mgechev/revive/issues/1271))
-
[`c940fa6`](c940fa671b)
fix(deps): update module golang.org/x/mod to v0.24.0
([#&#8203;1258](https://redirect.github.com/mgechev/revive/issues/1258))
-
[`39ae683`](39ae68321a)
fix(deps): update module golang.org/x/tools to v0.31.0
([#&#8203;1261](https://redirect.github.com/mgechev/revive/issues/1261))
-
[`b77bb1a`](b77bb1a9db)
fix: cognitive complexity nesting with if-else chains
([#&#8203;1268](https://redirect.github.com/mgechev/revive/issues/1268))
-
[`67d0a61`](67d0a61a1b)
fix: error-strings custom funcs overwrites defaults
([#&#8203;1249](https://redirect.github.com/mgechev/revive/issues/1249))
-
[`77f4474`](77f4474cab)
refactor: `string-format` implements ConfigurableRule
([#&#8203;1251](https://redirect.github.com/mgechev/revive/issues/1251))
-
[`43a44af`](43a44af30f)
refactor: apply suggestions from gopls modernize
([#&#8203;1282](https://redirect.github.com/mgechev/revive/issues/1282))
-
[`9919e6b`](9919e6bbe0)
refactor: replace IsAtLeastGo1\* functions by IsAtLeastGoVersion
([#&#8203;1274](https://redirect.github.com/mgechev/revive/issues/1274))
-
[`b04d5a7`](b04d5a71b6)
refactor: return error instead of panic
([#&#8203;1252](https://redirect.github.com/mgechev/revive/issues/1252))
-
[`6d0498c`](6d0498cb97)
refactor: simplify File.disabledIntervals, add tests
([#&#8203;1216](https://redirect.github.com/mgechev/revive/issues/1216))
-
[`9f5f957`](9f5f957b33)
rule: allow lowercased and kebab-cased options
([#&#8203;1272](https://redirect.github.com/mgechev/revive/issues/1272))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-03-31 06:25:48 +02:00
committed by GitHub
parent 7512a2be2e
commit 044614c066
2 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ require (
github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mgechev/revive v1.7.0 // indirect github.com/mgechev/revive v1.8.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/moricho/tparallel v0.3.2 // indirect github.com/moricho/tparallel v0.3.2 // indirect
github.com/muesli/termenv v0.16.0 // indirect github.com/muesli/termenv v0.16.0 // indirect

View File

@@ -312,8 +312,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.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 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/mgechev/revive v1.7.0 h1:JyeQ4yO5K8aZhIKf5rec56u0376h8AlKNQEmjfkjKlY= github.com/mgechev/revive v1.8.0 h1:GRtZfbR+USnEs9kiTgokw0LKEQfPPM3EJpu/88IcXl4=
github.com/mgechev/revive v1.7.0/go.mod h1:qZnwcNhoguE58dfi96IJeSTPeZQejNeoMQLUZGi4SW4= github.com/mgechev/revive v1.8.0/go.mod h1:AEte1jB8fAHGObV1BshB7WSfp3x/WZwAu/xNiClBK2Y=
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= 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/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/moricho/tparallel v0.3.2 h1:odr8aZVFA3NZrNybggMkYO3rgPRcqjeQUlBBFVxKHTI= github.com/moricho/tparallel v0.3.2 h1:odr8aZVFA3NZrNybggMkYO3rgPRcqjeQUlBBFVxKHTI=