From f8df2f917d671a2dcc520414a29f69f6768efec6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 19:05:34 +0100 Subject: [PATCH] chore(deps): update module github.com/crocmagnon/fatcontext to v0.7.2 (#6602) 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/Crocmagnon/fatcontext](https://redirect.github.com/Crocmagnon/fatcontext) | `v0.7.1` -> `v0.7.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fCrocmagnon%2ffatcontext/v0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fCrocmagnon%2ffatcontext/v0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fCrocmagnon%2ffatcontext/v0.7.1/v0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fCrocmagnon%2ffatcontext/v0.7.1/v0.7.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
Crocmagnon/fatcontext (github.com/Crocmagnon/fatcontext) ### [`v0.7.2`](https://redirect.github.com/Crocmagnon/fatcontext/releases/tag/v0.7.2) [Compare Source](https://redirect.github.com/Crocmagnon/fatcontext/compare/v0.7.1...v0.7.2) #### Summary - Dependency updates - Tooling updates (most notably golangci-lint@v2) - Stricter linters + refactoring - More robust test suite - Drop support for go 1.22 Thanks [@​ldez](https://redirect.github.com/ldez) 🙌🏻 #### Changelog - [`96ab752`](https://redirect.github.com/Crocmagnon/fatcontext/commit/96ab752057d478b9b40a7fa16a272c9d2f35b398) \[pre-commit.ci] pre-commit autoupdate - [`6f8b435`](https://redirect.github.com/Crocmagnon/fatcontext/commit/6f8b43553d5da5caf16d833689c15598cc86c665) \[pre-commit.ci] pre-commit autoupdate - [`134c7a8`](https://redirect.github.com/Crocmagnon/fatcontext/commit/134c7a83971277d057bc3616f2bfa3396ef8518c) \[pre-commit.ci] pre-commit autoupdate - [`2cfdadf`](https://redirect.github.com/Crocmagnon/fatcontext/commit/2cfdadfd853a65c4363de6270652c2a42f76124c) \[pre-commit.ci] pre-commit autoupdate - [`3947c6f`](https://redirect.github.com/Crocmagnon/fatcontext/commit/3947c6f8d5c1bb1e866f29e5b0ff64f9f3c63e13) build(deps): bump golang.org/x/tools from 0.28.0 to 0.29.0 - [`5a001f2`](https://redirect.github.com/Crocmagnon/fatcontext/commit/5a001f2fbe8b0ba2849091379dedbce465f98901) build(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0 - [`a3efb89`](https://redirect.github.com/Crocmagnon/fatcontext/commit/a3efb8903ab168da11b3e7967b4de7d58dca258c) build(deps): bump golang.org/x/tools from 0.30.0 to 0.31.0 - [`bc6bc80`](https://redirect.github.com/Crocmagnon/fatcontext/commit/bc6bc802c27441ec6867731e77e7d34fbf0cfadc) build(deps): bump golangci/golangci-lint-action - [`b568e8a`](https://redirect.github.com/Crocmagnon/fatcontext/commit/b568e8acf1bfcf6b66cde758dee7ce305e74a734) chore: groups github action updates - [`ed135bb`](https://redirect.github.com/Crocmagnon/fatcontext/commit/ed135bb8e76f938a50341c5422be04e0ad0d8d36) chore: use stable and olstable instead of explicit versions - [`ecae726`](https://redirect.github.com/Crocmagnon/fatcontext/commit/ecae7266e255e8c2ca92f551ed895af0adac3794) migrate to golangci-lint v2 and enable stricter linters - [`12e5409`](https://redirect.github.com/Crocmagnon/fatcontext/commit/12e5409dea87178a690c0ca9d5bce8d1bdfbd3b7) tests: add tests on suggested fixes - [`e5c81ff`](https://redirect.github.com/Crocmagnon/fatcontext/commit/e5c81ff0ddeb345f3139035f7e79e751ecf58768) update minimum go version
--- ### 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> --- 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 deb155478..328c46bbb 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -27,7 +27,7 @@ require ( github.com/Antonboom/nilnil v1.1.0 // indirect github.com/Antonboom/testifylint v1.6.1 // indirect github.com/BurntSushi/toml v1.5.0 // indirect - github.com/Crocmagnon/fatcontext v0.7.1 // indirect + github.com/Crocmagnon/fatcontext v0.7.2 // indirect github.com/Djarvur/go-err113 v0.1.0 // indirect github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1 // indirect github.com/Masterminds/semver/v3 v3.3.1 // indirect diff --git a/internal/tools/go.sum b/internal/tools/go.sum index f09063f36..6aadf5412 100644 --- a/internal/tools/go.sum +++ b/internal/tools/go.sum @@ -16,8 +16,8 @@ github.com/Antonboom/testifylint v1.6.1 h1:6ZSytkFWatT8mwZlmRCHkWz1gPi+q6UBSbiej github.com/Antonboom/testifylint v1.6.1/go.mod h1:k+nEkathI2NFjKO6HvwmSrbzUcQ6FAnbZV+ZRrnXPLI= github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg= github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho= -github.com/Crocmagnon/fatcontext v0.7.1 h1:SC/VIbRRZQeQWj/TcQBS6JmrXcfA+BU4OGSVUt54PjM= -github.com/Crocmagnon/fatcontext v0.7.1/go.mod h1:1wMvv3NXEBJucFGfwOJBxSVWcoIO6emV215SMkW9MFU= +github.com/Crocmagnon/fatcontext v0.7.2 h1:BY5/dUhs2kuD3sDn7vZrgOneRib5EHk9GOiyK8Vg+14= +github.com/Crocmagnon/fatcontext v0.7.2/go.mod h1:OAZCUteH59eiddbJZ9/bF4ppC140jYD/hepU2FDkFk4= github.com/Djarvur/go-err113 v0.1.0 h1:uCRZZOdMQ0TZPHYTdYpoC0bLYJKPEHPUJ8MeAa51lNU= github.com/Djarvur/go-err113 v0.1.0/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs= github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1 h1:Sz1JIXEcSfhz7fUi7xHnhpIE0thVASYjvosApmHuD2k=