Skip to content

Commit 474ab54

Browse files
fix(deps): update module github.com/spf13/pflag to v1.0.6 (#37658)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/spf13/pflag](https://redirect.github.com/spf13/pflag) | `v1.0.5` -> `v1.0.6` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fpflag/v1.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fspf13%2fpflag/v1.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fspf13%2fpflag/v1.0.5/v1.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fpflag/v1.0.5/v1.0.6?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.6`](https://redirect.github.com/spf13/pflag/releases/tag/v1.0.6) [Compare Source](https://redirect.github.com/spf13/pflag/compare/v1.0.5...v1.0.6) #### What's Changed - Add exported functions to preserve `pkg/flag` compatibility by [@&#8203;mckern](https://redirect.github.com/mckern) in [https://github.com/spf13/pflag/pull/220](https://redirect.github.com/spf13/pflag/pull/220) - remove dead code for checking error nil by [@&#8203;yashbhutwala](https://redirect.github.com/yashbhutwala) in [https://github.com/spf13/pflag/pull/282](https://redirect.github.com/spf13/pflag/pull/282) - Add IPNetSlice and unit tests by [@&#8203;rpothier](https://redirect.github.com/rpothier) in [https://github.com/spf13/pflag/pull/170](https://redirect.github.com/spf13/pflag/pull/170) - allow for blank ip addresses by [@&#8203;duhruh](https://redirect.github.com/duhruh) in [https://github.com/spf13/pflag/pull/316](https://redirect.github.com/spf13/pflag/pull/316) - add github actions by [@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in [https://github.com/spf13/pflag/pull/419](https://redirect.github.com/spf13/pflag/pull/419) #### New Contributors - [@&#8203;mckern](https://redirect.github.com/mckern) made their first contribution in [https://github.com/spf13/pflag/pull/220](https://redirect.github.com/spf13/pflag/pull/220) - [@&#8203;yashbhutwala](https://redirect.github.com/yashbhutwala) made their first contribution in [https://github.com/spf13/pflag/pull/282](https://redirect.github.com/spf13/pflag/pull/282) - [@&#8203;rpothier](https://redirect.github.com/rpothier) made their first contribution in [https://github.com/spf13/pflag/pull/170](https://redirect.github.com/spf13/pflag/pull/170) - [@&#8203;duhruh](https://redirect.github.com/duhruh) made their first contribution in [https://github.com/spf13/pflag/pull/316](https://redirect.github.com/spf13/pflag/pull/316) - [@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) made their first contribution in [https://github.com/spf13/pflag/pull/419](https://redirect.github.com/spf13/pflag/pull/419) **Full Changelog**: spf13/pflag@v1.0.5...v1.0.6 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 5d51fa0 commit 474ab54

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.22.7
44

55
require (
66
github.com/spf13/cobra v1.8.1
7-
github.com/spf13/pflag v1.0.5
7+
github.com/spf13/pflag v1.0.6
88
github.com/stretchr/testify v1.10.0
99
go.opentelemetry.io/collector/component v0.119.0
1010
go.opentelemetry.io/collector/pdata v1.25.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
@@ -38,7 +38,7 @@ require (
3838
github.com/pierrec/lz4/v4 v4.1.22 // indirect
3939
github.com/pmezard/go-difflib v1.0.0 // indirect
4040
github.com/rs/cors v1.11.1 // indirect
41-
github.com/spf13/pflag v1.0.5 // indirect
41+
github.com/spf13/pflag v1.0.6 // indirect
4242
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
4343
go.opentelemetry.io/collector v0.119.0 // indirect
4444
go.opentelemetry.io/collector/client v1.25.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)