You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
chore(deps): update module github.com/spf13/pflag to v1.0.7 (#7040)
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 - 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -188,7 +188,7 @@ require (
|
||||
github.com/spf13/afero v1.14.0 // indirect
|
||||
github.com/spf13/cast v1.9.2 // indirect
|
||||
github.com/spf13/cobra v1.9.1 // indirect
|
||||
github.com/spf13/pflag v1.0.6 // indirect
|
||||
github.com/spf13/pflag v1.0.7 // indirect
|
||||
github.com/spf13/viper v1.20.1 // indirect
|
||||
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
|
||||
github.com/stbenjam/no-sprintf-host-port v0.2.0 // indirect
|
||||
|
@@ -436,8 +436,9 @@ github.com/spf13/cast v1.9.2/go.mod h1:jNfB8QC9IA6ZuY2ZjDp0KtFO2LZZlg4S/7bzP6qqe
|
||||
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.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
|
||||
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/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4=
|
||||
github.com/spf13/viper v1.20.1/go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4=
|
||||
github.com/ssgreg/nlreturn/v2 v2.2.1 h1:X4XDI7jstt3ySqGU86YGAURbxw3oTDPK9sPEi6YEwQ0=
|
||||
|
Reference in New Issue
Block a user