Skip to content

Commit f7a3915

Browse files
chore(deps): update module github.com/tetafro/godot to v1.4.20 (#6110)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/tetafro/godot](https://redirect.github.com/tetafro/godot) | `v1.4.18` -> `v1.4.20` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftetafro%2fgodot/v1.4.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftetafro%2fgodot/v1.4.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftetafro%2fgodot/v1.4.18/v1.4.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftetafro%2fgodot/v1.4.18/v1.4.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tetafro/godot (github.com/tetafro/godot)</summary> ### [`v1.4.20`](https://redirect.github.com/tetafro/godot/releases/tag/v1.4.20) [Compare Source](https://redirect.github.com/tetafro/godot/compare/v1.4.19...v1.4.20) #### Changelog - [`c4546a8`](https://redirect.github.com/tetafro/godot/commit/c4546a818c9b57a4cafec4904e2ee4ee4e16f0f7) Fix typo. - [`f9709c7`](https://redirect.github.com/tetafro/godot/commit/f9709c7062dc90a14f5b8a17cd44ad192cdc9dcd) chore: enbale CI on PR - [`3dee5a8`](https://redirect.github.com/tetafro/godot/commit/3dee5a8e356dfa1e93d5f79bdbee16a0999133d6) chore: fix CI - [`dad08f4`](https://redirect.github.com/tetafro/godot/commit/dad08f4ac68f520197d4d1d2bbfad86b12640d70) chore: fix linting ### [`v1.4.19`](https://redirect.github.com/tetafro/godot/releases/tag/v1.4.19) [Compare Source](https://redirect.github.com/tetafro/godot/compare/v1.4.18...v1.4.19) #### Changelog - [`440e395`](https://redirect.github.com/tetafro/godot/commit/440e3957e0588f85bffd150176e54b0a7da2c90a) chore: remove bool - [`6ad1bdc`](https://redirect.github.com/tetafro/godot/commit/6ad1bdc232ac47fa8e227702a8277e96c531cf93) fix: cgo support </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79ba6b4 commit f7a3915

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ require (
182182
github.com/stretchr/testify v1.10.0 // indirect
183183
github.com/subosito/gotenv v1.6.0 // indirect
184184
github.com/tdakkota/asciicheck v0.3.0 // indirect
185-
github.com/tetafro/godot v1.4.18 // indirect
185+
github.com/tetafro/godot v1.4.20 // indirect
186186
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
187187
github.com/timonwong/loggercheck v0.10.1 // indirect
188188
github.com/tomarrell/wrapcheck/v2 v2.10.0 // indirect

internal/tools/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@ github.com/tenntenn/modver v1.0.1 h1:2klLppGhDgzJrScMpkj9Ujy3rXPUspSjAcev9tSEBgA
433433
github.com/tenntenn/modver v1.0.1/go.mod h1:bePIyQPb7UeioSRkw3Q0XeMhYZSMx9B8ePqg6SAMGH0=
434434
github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3 h1:f+jULpRQGxTSkNYKJ51yaw6ChIqO+Je8UqsTKN/cDag=
435435
github.com/tenntenn/text/transform v0.0.0-20200319021203-7eef512accb3/go.mod h1:ON8b8w4BN/kE1EOhwT0o+d62W65a6aPw1nouo9LMgyY=
436-
github.com/tetafro/godot v1.4.18 h1:ouX3XGiziKDypbpXqShBfnNLTSjR8r3/HVzrtJ+bHlI=
437-
github.com/tetafro/godot v1.4.18/go.mod h1:2oVxTBSftRTh4+MVfUaUXR6bn2GDXCaMcOG4Dk3rfio=
436+
github.com/tetafro/godot v1.4.20 h1:z/p8Ek55UdNvzt4TFn2zx2KscpW4rWqcnUrdmvWJj7E=
437+
github.com/tetafro/godot v1.4.20/go.mod h1:2oVxTBSftRTh4+MVfUaUXR6bn2GDXCaMcOG4Dk3rfio=
438438
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 h1:9LPGD+jzxMlnk5r6+hJnar67cgpDIz/iyD+rfl5r2Vk=
439439
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67/go.mod h1:mkjARE7Yr8qU23YcGMSALbIxTQ9r9QBVahQOBRfU460=
440440
github.com/timonwong/loggercheck v0.10.1 h1:uVZYClxQFpw55eh+PIoqM7uAOHMrhVcDoWDery9R8Lg=

0 commit comments

Comments
 (0)