From de1563e77006b8eb97dc9f47735bd12022b34d76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 12:58:04 -0700 Subject: [PATCH] chore(deps): update module github.com/tetafro/godot to v1.5.4 (#7391) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/tetafro/godot](https://redirect.github.com/tetafro/godot) | `v1.5.2` -> `v1.5.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftetafro%2fgodot/v1.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftetafro%2fgodot/v1.5.2/v1.5.4?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
tetafro/godot (github.com/tetafro/godot) ### [`v1.5.4`](https://redirect.github.com/tetafro/godot/releases/tag/v1.5.4) [Compare Source](https://redirect.github.com/tetafro/godot/compare/v1.5.3...v1.5.4) #### Changelog - [`dbfdb0e`](https://redirect.github.com/tetafro/godot/commit/dbfdb0ef44af5f68597310f7c7c4e2a98dc348d9) Don't check comments without any letters. ### [`v1.5.3`](https://redirect.github.com/tetafro/godot/releases/tag/v1.5.3) [Compare Source](https://redirect.github.com/tetafro/godot/compare/v1.5.2...v1.5.3) #### Changelog - [`83b0600`](https://redirect.github.com/tetafro/godot/commit/83b0600dcb27c2dba7a4a6283b93274c4c6f432b) Fix tags fix dashes. - [`b51e700`](https://redirect.github.com/tetafro/godot/commit/b51e700bc5216e0f75d99198657edb796a5551ef) Move some type definitions around. - [`7b77e66`](https://redirect.github.com/tetafro/godot/commit/7b77e66e0895ec993a2232e425aa8e0d343b2e46) Remove dead code. - [`96d1777`](https://redirect.github.com/tetafro/godot/commit/96d1777ef53956d67d647978f623637237bacb60) Replace `gopkg.in/yaml` by `go.yaml.in/yaml`
--- ### 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 1667a9329..24f659c43 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -198,7 +198,7 @@ require ( github.com/stretchr/testify v1.11.1 // indirect github.com/subosito/gotenv v1.6.0 // indirect github.com/tdakkota/asciicheck v0.4.1 // indirect - github.com/tetafro/godot v1.5.2 // indirect + github.com/tetafro/godot v1.5.4 // indirect github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect github.com/timonwong/loggercheck v0.11.0 // indirect github.com/tomarrell/wrapcheck/v2 v2.11.0 // indirect diff --git a/internal/tools/go.sum b/internal/tools/go.sum index 787b2d57c..34e36465d 100644 --- a/internal/tools/go.sum +++ b/internal/tools/go.sum @@ -466,8 +466,8 @@ github.com/tenntenn/modver v1.0.1 h1:2klLppGhDgzJrScMpkj9Ujy3rXPUspSjAcev9tSEBgA github.com/tenntenn/modver v1.0.1/go.mod h1:bePIyQPb7UeioSRkw3Q0XeMhYZSMx9B8ePqg6SAMGH0= github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3 h1:f+jULpRQGxTSkNYKJ51yaw6ChIqO+Je8UqsTKN/cDag= github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3/go.mod h1:ON8b8w4BN/kE1EOhwT0o+d62W65a6aPw1nouo9LMgyY= -github.com/tetafro/godot v1.5.2 h1:nhq1E0NnvuWeOZFdniX4BxXirq+t5MI8ClKklqx+9FA= -github.com/tetafro/godot v1.5.2/go.mod h1:cCdPtEndkmqqrhiCfkmxDodMQJ/f3L1BCNskCUZdTwk= +github.com/tetafro/godot v1.5.4 h1:u1ww+gqpRLiIA16yF2PV1CV1n/X3zhyezbNXC3E14Sg= +github.com/tetafro/godot v1.5.4/go.mod h1:eOkMrVQurDui411nBY2FA05EYH01r14LuWY/NrVDVcU= github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 h1:9LPGD+jzxMlnk5r6+hJnar67cgpDIz/iyD+rfl5r2Vk= github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67/go.mod h1:mkjARE7Yr8qU23YcGMSALbIxTQ9r9QBVahQOBRfU460= github.com/timonwong/loggercheck v0.11.0 h1:jdaMpYBl+Uq9mWPXv1r8jc5fC3gyXx4/WGwTnnNKn4M=