Skip to content

Commit 6566767

Browse files
fix(deps): update module github.com/spf13/pflag to v1.0.10 (#42443)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/spf13/pflag](https://redirect.github.com/spf13/pflag) | `v1.0.9` -> `v1.0.10` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fpflag/v1.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fpflag/v1.0.9/v1.0.10?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 <details> <summary>spf13/pflag (github.com/spf13/pflag)</summary> ### [`v1.0.10`](https://redirect.github.com/spf13/pflag/releases/tag/v1.0.10) [Compare Source](https://redirect.github.com/spf13/pflag/compare/v1.0.9...v1.0.10) #### What's Changed - fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;447](https://redirect.github.com/spf13/pflag/pull/447) - remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in [#&#8203;448](https://redirect.github.com/spf13/pflag/pull/448) #### New Contributors - [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) made their first contribution in [#&#8203;447](https://redirect.github.com/spf13/pflag/pull/447) **Full Changelog**: <spf13/pflag@v1.0.9...v1.0.10> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]>
1 parent 7556e00 commit 6566767

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

cmd/telemetrygen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24
44

55
require (
66
github.com/spf13/cobra v1.10.1
7-
github.com/spf13/pflag v1.0.9
7+
github.com/spf13/pflag v1.0.10
88
github.com/stretchr/testify v1.10.0
99
go.opentelemetry.io/collector/pdata v1.40.0
1010
go.opentelemetry.io/otel v1.37.0

cmd/telemetrygen/go.sum

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/telemetrygen/internal/e2etest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
github.com/pierrec/lz4/v4 v4.1.22 // indirect
4444
github.com/pmezard/go-difflib v1.0.0 // indirect
4545
github.com/rs/cors v1.11.1 // indirect
46-
github.com/spf13/pflag v1.0.9 // indirect
46+
github.com/spf13/pflag v1.0.10 // indirect
4747
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
4848
go.opentelemetry.io/collector v0.134.0 // indirect
4949
go.opentelemetry.io/collector/client v1.40.0 // indirect

cmd/telemetrygen/internal/e2etest/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)