Skip to content

Commit a12c0aa

Browse files
chore(deps): update module github.com/kunwardeep/paralleltest to v1.0.13 (#6505)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/kunwardeep/paralleltest](https://redirect.github.com/kunwardeep/paralleltest) | `v1.0.10` -> `v1.0.13` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkunwardeep%2fparalleltest/v1.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkunwardeep%2fparalleltest/v1.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkunwardeep%2fparalleltest/v1.0.10/v1.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkunwardeep%2fparalleltest/v1.0.10/v1.0.13?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kunwardeep/paralleltest (github.com/kunwardeep/paralleltest)</summary> ### [`v1.0.13`](https://redirect.github.com/kunwardeep/paralleltest/releases/tag/v1.0.13) [Compare Source](https://redirect.github.com/kunwardeep/paralleltest/compare/v1.0.12...v1.0.13) #### What's Changed - fix: downgrade min go version by [@&#8203;ldez](https://redirect.github.com/ldez) in [https://github.com/kunwardeep/paralleltest/pull/43](https://redirect.github.com/kunwardeep/paralleltest/pull/43) - Remove deprecate linters by [@&#8203;kunwardeep](https://redirect.github.com/kunwardeep) in [https://github.com/kunwardeep/paralleltest/pull/44](https://redirect.github.com/kunwardeep/paralleltest/pull/44) **Full Changelog**: kunwardeep/paralleltest@v1.0.12...v1.0.13 ### [`v1.0.12`](https://redirect.github.com/kunwardeep/paralleltest/releases/tag/v1.0.12) [Compare Source](https://redirect.github.com/kunwardeep/paralleltest/compare/v1.0.11...v1.0.12) #### What's Changed - Updated go and dependencies by [@&#8203;kunwardeep](https://redirect.github.com/kunwardeep) in [https://github.com/kunwardeep/paralleltest/pull/41](https://redirect.github.com/kunwardeep/paralleltest/pull/41) **Full Changelog**: kunwardeep/paralleltest@v1.0.11...v1.0.12 ### [`v1.0.11`](https://redirect.github.com/kunwardeep/paralleltest/releases/tag/v1.0.11) [Compare Source](https://redirect.github.com/kunwardeep/paralleltest/compare/v1.0.10...v1.0.11) #### What's Changed - Update x/tools to fix panic in tests with Go 1.24 by [@&#8203;alexandear](https://redirect.github.com/alexandear) in [https://github.com/kunwardeep/paralleltest/pull/39](https://redirect.github.com/kunwardeep/paralleltest/pull/39) **Full Changelog**: kunwardeep/paralleltest@v1.0.10...v1.0.11 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95e5bba commit a12c0aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ require (
113113
github.com/kisielk/errcheck v1.9.0 // indirect
114114
github.com/kkHAIKE/contextcheck v1.1.6 // indirect
115115
github.com/kulti/thelper v0.6.3 // indirect
116-
github.com/kunwardeep/paralleltest v1.0.10 // indirect
116+
github.com/kunwardeep/paralleltest v1.0.13 // indirect
117117
github.com/lasiar/canonicalheader v1.1.2 // indirect
118118
github.com/ldez/exptostd v0.4.2 // indirect
119119
github.com/ldez/gomoddirectives v0.6.1 // indirect

internal/tools/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
259259
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
260260
github.com/kulti/thelper v0.6.3 h1:ElhKf+AlItIu+xGnI990no4cE2+XaSu1ULymV2Yulxs=
261261
github.com/kulti/thelper v0.6.3/go.mod h1:DsqKShOvP40epevkFrvIwkCMNYxMeTNjdWL4dqWHZ6I=
262-
github.com/kunwardeep/paralleltest v1.0.10 h1:wrodoaKYzS2mdNVnc4/w31YaXFtsc21PCTdvWJ/lDDs=
263-
github.com/kunwardeep/paralleltest v1.0.10/go.mod h1:2C7s65hONVqY7Q5Efj5aLzRCNLjw2h4eMc9EcypGjcY=
262+
github.com/kunwardeep/paralleltest v1.0.13 h1:fxM9P2K5Xmsh+mey0N+Z3DvqAHnOtOAmQoW1mV0OND8=
263+
github.com/kunwardeep/paralleltest v1.0.13/go.mod h1:di4moFqtfz3ToSKxhNjhOZL+696QtJGCFe132CbBLGk=
264264
github.com/lasiar/canonicalheader v1.1.2 h1:vZ5uqwvDbyJCnMhmFYimgMZnJMjwljN5VGY0VKbMXb4=
265265
github.com/lasiar/canonicalheader v1.1.2/go.mod h1:qJCeLFS0G/QlLQ506T+Fk/fWMa2VmBUiEI2cuMK4djI=
266266
github.com/ldez/exptostd v0.4.2 h1:l5pOzHBz8mFOlbcifTxzfyYbgEmoUqjxLFHZkjlbHXs=

0 commit comments

Comments
 (0)