Commit 1cda440
authored
build(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 (#3562)
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from
1.0.9 to 1.0.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spf13/pflag/releases">github.com/spf13/pflag's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.10</h2>
<h2>What's Changed</h2>
<ul>
<li>fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by <a
href="https://github.com/thaJeztah"><code>@thaJeztah</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/447">spf13/pflag#447</a></li>
<li>remove uses of errors.Is, which requires go1.13, move go1.16/go1.21
tests to separate file by <a
href="https://github.com/thaJeztah"><code>@thaJeztah</code></a> in <a
href="https://redirect.github.com/spf13/pflag/pull/448">spf13/pflag#448</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/thaJeztah"><code>@thaJeztah</code></a>
made their first contribution in <a
href="https://redirect.github.com/spf13/pflag/pull/447">spf13/pflag#447</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10">https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/spf13/pflag/commit/0491e5702ad2bb108bc519a5221bcc0f52aa9564"><code>0491e57</code></a>
Merge pull request <a
href="https://redirect.github.com/spf13/pflag/issues/448">#448</a> from
thaJeztah/fix_go_version</li>
<li><a
href="https://github.com/spf13/pflag/commit/72abab1d978352c34a7274f374d30f413e1c83f3"><code>72abab1</code></a>
Merge pull request <a
href="https://redirect.github.com/spf13/pflag/issues/447">#447</a> from
thaJeztah/fix_deprecation_comment</li>
<li><a
href="https://github.com/spf13/pflag/commit/7e4dfb1e325ce429e29994933210abe53de7041d"><code>7e4dfb1</code></a>
Test on Go 1.12</li>
<li><a
href="https://github.com/spf13/pflag/commit/18a9d17d0ee8bd64d5c2071fc031be86fa2cd328"><code>18a9d17</code></a>
move Func, BoolFunc, tests as they require go1.21</li>
<li><a
href="https://github.com/spf13/pflag/commit/c5b9e989df31c5d19573e50d6188550ad51a971e"><code>c5b9e98</code></a>
remove uses of errors.Is, which requires go1.13</li>
<li><a
href="https://github.com/spf13/pflag/commit/45a48733e35ba296a5f4dcc2b01996b89dc91a06"><code>45a4873</code></a>
fix deprecation comment for (FlagSet.)ParseErrorsWhitelist</li>
<li>See full diff in <a
href="https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2179910 commit 1cda440
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
| 148 | + | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments