From b776f52eac46851684730b80e72087e92d30330c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 19 Nov 2024 07:48:14 -0800
Subject: [PATCH] fix(deps): update module github.com/antonboom/testifylint to
v1.5.2 (#36428)
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/Antonboom/testifylint](https://redirect.github.com/Antonboom/testifylint)
| `v1.5.0` -> `v1.5.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fAntonboom%2ftestifylint/v1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fAntonboom%2ftestifylint/v1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fAntonboom%2ftestifylint/v1.5.0/v1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fAntonboom%2ftestifylint/v1.5.0/v1.5.2?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
Antonboom/testifylint
(github.com/Antonboom/testifylint)
###
[`v1.5.2`](https://redirect.github.com/Antonboom/testifylint/releases/tag/v1.5.2):
formatter: ignore non-string single arg
[Compare
Source](https://redirect.github.com/Antonboom/testifylint/compare/v1.5.1...v1.5.2)
#### What's Changed
- build(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 by
[@dependabot](https://redirect.github.com/dependabot) in
[https://github.com/Antonboom/testifylint/pull/195](https://redirect.github.com/Antonboom/testifylint/pull/195)
- formatter: ignore non-string single arg by
[@Antonboom](https://redirect.github.com/Antonboom) in
[https://github.com/Antonboom/testifylint/pull/200](https://redirect.github.com/Antonboom/testifylint/pull/200)
**Full Changelog**:
https://github.com/Antonboom/testifylint/compare/v1.5.1...v1.5.2
###
[`v1.5.1`](https://redirect.github.com/Antonboom/testifylint/releases/tag/v1.5.1):
`encoded-compare` false positives fix
[Compare
Source](https://redirect.github.com/Antonboom/testifylint/compare/v1.5.0...v1.5.1)
#### What's Changed
- encoded-compare false positives fix by
[@Antonboom](https://redirect.github.com/Antonboom) in
[https://github.com/Antonboom/testifylint/pull/199](https://redirect.github.com/Antonboom/testifylint/pull/199)
**Full Changelog**:
https://github.com/Antonboom/testifylint/compare/v1.5.0...v1.5.1
---
### 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.
---
- [ ] 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-contrib).
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Yang Song
---
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 dfa58ef700df..6b1b65130856 100644
--- a/internal/tools/go.mod
+++ b/internal/tools/go.mod
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/internal/tools
go 1.22.1
require (
- github.com/Antonboom/testifylint v1.5.0
+ github.com/Antonboom/testifylint v1.5.2
github.com/Khan/genqlient v0.7.0
github.com/client9/misspell v0.3.4
github.com/daixiang0/gci v0.13.5
diff --git a/internal/tools/go.sum b/internal/tools/go.sum
index 047631b84245..7e7a66d9c4df 100644
--- a/internal/tools/go.sum
+++ b/internal/tools/go.sum
@@ -12,8 +12,8 @@ github.com/Antonboom/errname v0.1.13 h1:JHICqsewj/fNckzrfVSe+T33svwQxmjC+1ntDsHO
github.com/Antonboom/errname v0.1.13/go.mod h1:uWyefRYRN54lBg6HseYCFhs6Qjcy41Y3Jl/dVhA87Ns=
github.com/Antonboom/nilnil v0.1.9 h1:eKFMejSxPSA9eLSensFmjW2XTgTwJMjZ8hUHtV4s/SQ=
github.com/Antonboom/nilnil v0.1.9/go.mod h1:iGe2rYwCq5/Me1khrysB4nwI7swQvjclR8/YRPl5ihQ=
-github.com/Antonboom/testifylint v1.5.0 h1:dlUIsDMtCrZWUnvkaCz3quJCoIjaGi41GzjPBGkkJ8A=
-github.com/Antonboom/testifylint v1.5.0/go.mod h1:wqaJbu0Blb5Wag2wv7Z5xt+CIV+eVLxtGZrlK13z3AE=
+github.com/Antonboom/testifylint v1.5.2 h1:4s3Xhuv5AvdIgbd8wOOEeo0uZG7PbDKQyKY5lGoQazk=
+github.com/Antonboom/testifylint v1.5.2/go.mod h1:vxy8VJ0bc6NavlYqjZfmp6EfqXMtBgQ4+mhCojwC1P8=
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/Crocmagnon/fatcontext v0.2.2 h1:OrFlsDdOj9hW/oBEJBNSuH7QWf+E9WPVHw+x52bXVbk=