Update module github.com/spf13/pflag to v1.0.7 (#13447)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/spf13/pflag](https://redirect.github.com/spf13/pflag) | `v1.0.6` -> `v1.0.7` | [](https://docs.renovatebot.com/merge-confidence/) | [](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.7`](https://redirect.github.com/spf13/pflag/releases/tag/v1.0.7) [Compare Source](https://redirect.github.com/spf13/pflag/compare/v1.0.6...v1.0.7) #### What's Changed - Fix defaultIsZeroValue check for generic Value types by [@​MidnightRocket](https://redirect.github.com/MidnightRocket) in [https://github.com/spf13/pflag/pull/422](https://redirect.github.com/spf13/pflag/pull/422) - feat: Use structs for errors returned by pflag. by [@​eth-p](https://redirect.github.com/eth-p) in [https://github.com/spf13/pflag/pull/425](https://redirect.github.com/spf13/pflag/pull/425) - Fix typos by [@​co63oc](https://redirect.github.com/co63oc) in [https://github.com/spf13/pflag/pull/428](https://redirect.github.com/spf13/pflag/pull/428) - fix [#​423](https://redirect.github.com/spf13/pflag/issues/423) : Add helper function and some documentation to parse shorthand go test flags. by [@​valdar](https://redirect.github.com/valdar) in [https://github.com/spf13/pflag/pull/424](https://redirect.github.com/spf13/pflag/pull/424) - add support equivalent to golang flag.TextVar(), also fixes the test failure as described in [#​368](https://redirect.github.com/spf13/pflag/issues/368) by [@​hujun-open](https://redirect.github.com/hujun-open) in [https://github.com/spf13/pflag/pull/418](https://redirect.github.com/spf13/pflag/pull/418) - add support for Func() and BoolFunc() [#​426](https://redirect.github.com/spf13/pflag/issues/426) by [@​LeGEC](https://redirect.github.com/LeGEC) in [https://github.com/spf13/pflag/pull/429](https://redirect.github.com/spf13/pflag/pull/429) - fix: correct argument length check in FlagSet.Parse by [@​ShawnJeffersonWang](https://redirect.github.com/ShawnJeffersonWang) in [https://github.com/spf13/pflag/pull/409](https://redirect.github.com/spf13/pflag/pull/409) - fix usage message for func flags, fix arguments order by [@​LeGEC](https://redirect.github.com/LeGEC) in [https://github.com/spf13/pflag/pull/431](https://redirect.github.com/spf13/pflag/pull/431) - Add support for time.Time flags by [@​max-frank](https://redirect.github.com/max-frank) in [https://github.com/spf13/pflag/pull/348](https://redirect.github.com/spf13/pflag/pull/348) #### New Contributors - [@​MidnightRocket](https://redirect.github.com/MidnightRocket) made their first contribution in [https://github.com/spf13/pflag/pull/422](https://redirect.github.com/spf13/pflag/pull/422) - [@​eth-p](https://redirect.github.com/eth-p) made their first contribution in [https://github.com/spf13/pflag/pull/425](https://redirect.github.com/spf13/pflag/pull/425) - [@​co63oc](https://redirect.github.com/co63oc) made their first contribution in [https://github.com/spf13/pflag/pull/428](https://redirect.github.com/spf13/pflag/pull/428) - [@​valdar](https://redirect.github.com/valdar) made their first contribution in [https://github.com/spf13/pflag/pull/424](https://redirect.github.com/spf13/pflag/pull/424) - [@​hujun-open](https://redirect.github.com/hujun-open) made their first contribution in [https://github.com/spf13/pflag/pull/418](https://redirect.github.com/spf13/pflag/pull/418) - [@​LeGEC](https://redirect.github.com/LeGEC) made their first contribution in [https://github.com/spf13/pflag/pull/429](https://redirect.github.com/spf13/pflag/pull/429) - [@​ShawnJeffersonWang](https://redirect.github.com/ShawnJeffersonWang) made their first contribution in [https://github.com/spf13/pflag/pull/409](https://redirect.github.com/spf13/pflag/pull/409) - [@​max-frank](https://redirect.github.com/max-frank) made their first contribution in [https://github.com/spf13/pflag/pull/348](https://redirect.github.com/spf13/pflag/pull/348) **Full Changelog**: https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7 </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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
This commit is contained in:
parent
bd2cd2941a
commit
872a25e9f8
|
|
@ -12,7 +12,7 @@ require (
|
|||
github.com/knadh/koanf/providers/fs v1.0.0
|
||||
github.com/knadh/koanf/v2 v2.2.2
|
||||
github.com/spf13/cobra v1.9.1
|
||||
github.com/spf13/pflag v1.0.6
|
||||
github.com/spf13/pflag v1.0.7
|
||||
github.com/stretchr/testify v1.10.0
|
||||
go.uber.org/goleak v1.3.0
|
||||
go.uber.org/multierr v1.11.0
|
||||
|
|
|
|||
|
|
@ -40,8 +40,9 @@ github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncj
|
|||
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
|
||||
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
|
||||
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
|
||||
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
|
||||
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
|
||||
github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M=
|
||||
github.com/spf13/pflag v1.0.7/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
|
||||
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
|
||||
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
||||
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
|
||||
|
|
|
|||
Loading…
Reference in New Issue