From 3a2559a4ced9d809679f5f805b11bc8297cc7abd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:38:28 +0200 Subject: [PATCH] chore(deps): update module github.com/ryancurrah/gomodguard/v2 to v2.1.3 (#8296) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/ryancurrah/gomodguard/v2](https://redirect.github.com/ryancurrah/gomodguard) | `v2.1.0` → `v2.1.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fryancurrah%2fgomodguard%2fv2/v2.1.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fryancurrah%2fgomodguard%2fv2/v2.1.0/v2.1.3?slim=true) | --- ### Release Notes
ryancurrah/gomodguard (github.com/ryancurrah/gomodguard/v2) ### [`v2.1.3`](https://redirect.github.com/ryancurrah/gomodguard/compare/v2.1.1...v2.1.3) [Compare Source](https://redirect.github.com/ryancurrah/gomodguard/compare/v2.1.1...v2.1.3) ### [`v2.1.1`](https://redirect.github.com/ryancurrah/gomodguard/releases/tag/v2.1.1) [Compare Source](https://redirect.github.com/ryancurrah/gomodguard/compare/v2.1.0...v2.1.1) #### What's Changed - chore(deps): bump golang.org/x/mod from 0.34.0 to 0.35.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​97](https://redirect.github.com/ryancurrah/gomodguard/pull/97) - fix: remove replace directive so go install works for v2 CLI by [@​ryancurrah](https://redirect.github.com/ryancurrah) in [#​100](https://redirect.github.com/ryancurrah/gomodguard/pull/100) - chore(deps): bump github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​98](https://redirect.github.com/ryancurrah/gomodguard/pull/98) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - 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 c4b40e83b..ec4e320a8 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -183,7 +183,7 @@ require ( github.com/rivo/uniseg v0.4.7 // indirect github.com/rogpeppe/go-internal v1.14.1 // indirect github.com/ryancurrah/gomodguard v1.4.1 // indirect - github.com/ryancurrah/gomodguard/v2 v2.1.0 // indirect + github.com/ryancurrah/gomodguard/v2 v2.1.3 // indirect github.com/ryanrolds/sqlclosecheck v0.6.0 // indirect github.com/sagikazarmark/locafero v0.12.0 // indirect github.com/sanposhiho/wastedassign/v2 v2.1.0 // indirect diff --git a/internal/tools/go.sum b/internal/tools/go.sum index d6b6ba1ac..4d80ed385 100644 --- a/internal/tools/go.sum +++ b/internal/tools/go.sum @@ -417,8 +417,8 @@ github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7 github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/ryancurrah/gomodguard v1.4.1 h1:eWC8eUMNZ/wM/PWuZBv7JxxqT5fiIKSIyTvjb7Elr+g= github.com/ryancurrah/gomodguard v1.4.1/go.mod h1:qnMJwV1hX9m+YJseXEBhd2s90+1Xn6x9dLz11ualI1I= -github.com/ryancurrah/gomodguard/v2 v2.1.0 h1:iIIARHe7Fsp10LY5utfMmYA++hkVuKsMFGDzxnVcijU= -github.com/ryancurrah/gomodguard/v2 v2.1.0/go.mod h1:ryDqr6as4otkNbUp/U0m7zAsxGpwcJ9NtL6mvy9Zzdw= +github.com/ryancurrah/gomodguard/v2 v2.1.3 h1:E7sz3PJwE9Ba1reVxSpF6XLCPJZ74Kfw/LabTNM4GIA= +github.com/ryancurrah/gomodguard/v2 v2.1.3/go.mod h1:CQicdLGatWMxLX53JzoBjYlsNZhHbmLv2AVa0s2aivU= github.com/ryanrolds/sqlclosecheck v0.6.0 h1:pEyL9okISdg1F1SEpJNlrEotkTGerv5BMk7U4AG0eVg= github.com/ryanrolds/sqlclosecheck v0.6.0/go.mod h1:xyX16hsDaCMXHrMJ3JMzGf5OpDfHTOTTQrT7HOFUmeU= github.com/sagikazarmark/locafero v0.12.0 h1:/NQhBAkUb4+fH1jivKHWusDYFjMOOKU88eegjfxfHb4=