Skip to content

Commit

Permalink
Bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1 (#390)
Browse files Browse the repository at this point in the history
Bumps
[github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags)
from 1.5.0 to 1.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jessevdk/go-flags/releases">github.com/jessevdk/go-flags's
releases</a>.</em></p>
<blockquote>
<h2>v1.6.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jessevdk/go-flags/compare/v1.6.0...v1.6.1">https://github.com/jessevdk/go-flags/compare/v1.6.0...v1.6.1</a></p>
<h2>v1.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>ini: fix IniParser.write() for zero values by <a
href="https://github.com/sean"><code>@​sean</code></a>- in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/332">jessevdk/go-flags#332</a></li>
<li>fix a panic when generating help while the subcommand and all option
groups are hidden by <a
href="https://github.com/bboozzoo"><code>@​bboozzoo</code></a> in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/354">jessevdk/go-flags#354</a></li>
<li>Help for positional args without allcmd.ArgsRequired dependent from
arg.Required by <a
href="https://github.com/sv99"><code>@​sv99</code></a> in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/342">jessevdk/go-flags#342</a></li>
<li>Bump golang.org/x/sys from 0.0.0-20210320140829-1e4c9ba3b0c4 to
0.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/396">jessevdk/go-flags#396</a></li>
<li>Option to allow passing value to bool flag by <a
href="https://github.com/alexcb"><code>@​alexcb</code></a> in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/367">jessevdk/go-flags#367</a></li>
<li>Add support for SOURCE_DATE_EPOCH for TestMan by <a
href="https://github.com/anthonyfok"><code>@​anthonyfok</code></a> in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/376">jessevdk/go-flags#376</a></li>
<li>Update to run go-flags on AIX by <a
href="https://github.com/llrocha"><code>@​llrocha</code></a> in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/390">jessevdk/go-flags#390</a></li>
<li>Add option for key value delimiter by <a
href="https://github.com/anaprimawaty"><code>@​anaprimawaty</code></a>
in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/392">jessevdk/go-flags#392</a></li>
<li>Undersocre support for numbers (set default base for strconv.Parse*
to 0) by <a href="https://github.com/GRbit"><code>@​GRbit</code></a> in
<a
href="https://redirect.github.com/jessevdk/go-flags/pull/404">jessevdk/go-flags#404</a></li>
<li>docs: add ENV variable usage example by <a
href="https://github.com/cemremengu"><code>@​cemremengu</code></a> in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/371">jessevdk/go-flags#371</a></li>
<li>Support per-command PassAfterNonOption by <a
href="https://github.com/woky"><code>@​woky</code></a> in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/393">jessevdk/go-flags#393</a></li>
<li>Upgrade by <a
href="https://github.com/jessevdk"><code>@​jessevdk</code></a> in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/406">jessevdk/go-flags#406</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/sean"><code>@​sean</code></a>- made
their first contribution in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/332">jessevdk/go-flags#332</a></li>
<li><a href="https://github.com/sv99"><code>@​sv99</code></a> made their
first contribution in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/342">jessevdk/go-flags#342</a></li>
<li><a
href="https://github.com/dependabot"><code>@​dependabot</code></a> made
their first contribution in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/396">jessevdk/go-flags#396</a></li>
<li><a href="https://github.com/alexcb"><code>@​alexcb</code></a> made
their first contribution in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/367">jessevdk/go-flags#367</a></li>
<li><a
href="https://github.com/anthonyfok"><code>@​anthonyfok</code></a> made
their first contribution in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/376">jessevdk/go-flags#376</a></li>
<li><a href="https://github.com/llrocha"><code>@​llrocha</code></a> made
their first contribution in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/390">jessevdk/go-flags#390</a></li>
<li><a
href="https://github.com/anaprimawaty"><code>@​anaprimawaty</code></a>
made their first contribution in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/392">jessevdk/go-flags#392</a></li>
<li><a href="https://github.com/GRbit"><code>@​GRbit</code></a> made
their first contribution in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/404">jessevdk/go-flags#404</a></li>
<li><a
href="https://github.com/cemremengu"><code>@​cemremengu</code></a> made
their first contribution in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/371">jessevdk/go-flags#371</a></li>
<li><a href="https://github.com/woky"><code>@​woky</code></a> made their
first contribution in <a
href="https://redirect.github.com/jessevdk/go-flags/pull/393">jessevdk/go-flags#393</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jessevdk/go-flags/compare/v1.5.0...v1.6.0">https://github.com/jessevdk/go-flags/compare/v1.5.0...v1.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jessevdk/go-flags/commit/c02e333e441eb1187c25e6d689d769d499ec2a0b"><code>c02e333</code></a>
Revert &quot;Minor cleanup unused parameter&quot;</li>
<li><a
href="https://github.com/jessevdk/go-flags/commit/c573fc0a2fbbc56a40370c47d314a8162cb1aaf1"><code>c573fc0</code></a>
Update for main branch rename</li>
<li><a
href="https://github.com/jessevdk/go-flags/commit/7e06247c94519a9e84b4f23563430b4ace811dc5"><code>7e06247</code></a>
Remove unused status</li>
<li><a
href="https://github.com/jessevdk/go-flags/commit/1898d831bc780f0fcce3ea97d73a9df1b1e27ed4"><code>1898d83</code></a>
Merge pull request <a
href="https://redirect.github.com/jessevdk/go-flags/issues/406">#406</a>
from jessevdk/upgrade</li>
<li><a
href="https://github.com/jessevdk/go-flags/commit/01b08739b31385d8aff2009f0594260079b584e7"><code>01b0873</code></a>
Remove test that does not pass vet</li>
<li><a
href="https://github.com/jessevdk/go-flags/commit/4eda719c013c9de01dff62fcf4c1543316e0a200"><code>4eda719</code></a>
Minor cleanup unused parameter</li>
<li><a
href="https://github.com/jessevdk/go-flags/commit/30073cd056cadeb8671c6b83918e656067b2683c"><code>30073cd</code></a>
fmt</li>
<li><a
href="https://github.com/jessevdk/go-flags/commit/ef356de66d8005301eb4a1f25e329dcedff5a1f8"><code>ef356de</code></a>
Fix workflow</li>
<li><a
href="https://github.com/jessevdk/go-flags/commit/593b49bd12c9c3f9b8a320f65849234e337f30f0"><code>593b49b</code></a>
Bump go version to 1.20</li>
<li><a
href="https://github.com/jessevdk/go-flags/commit/c3489c6ff700f222b401eeb41ae2e87ed0221d76"><code>c3489c6</code></a>
UPgrade to x/sys v0.21.0</li>
<li>Additional commits viewable in <a
href="https://github.com/jessevdk/go-flags/compare/v1.5.0...v1.6.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/jessevdk/go-flags&package-manager=go_modules&previous-version=1.5.0&new-version=1.6.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent e7e4428 commit 9f72c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
require (
github.com/andybalholm/brotli v1.1.0
github.com/bradleyjkemp/cupaloy v2.3.0+incompatible
github.com/jessevdk/go-flags v1.5.0
github.com/jessevdk/go-flags v1.6.1
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.20
Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=
github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4=
github.com/jessevdk/go-flags v1.6.1 h1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bBK4=
github.com/jessevdk/go-flags v1.6.1/go.mod h1:Mk8T1hIAWpOiJiHa9rJASDK2UGWji0EuPGBnNLMooyc=
github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA=
github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
Expand Down Expand Up @@ -47,7 +47,6 @@ go.uber.org/ratelimit v0.3.1 h1:K4qVE+byfv/B3tC+4nYWP7v/6SimcO7HzHekoMNBma0=
go.uber.org/ratelimit v0.3.1/go.mod h1:6euWsTB6U/Nb3X++xEUXA8ciPJvr19Q/0h1+oDcJhRk=
golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ=
golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE=
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
Expand Down

0 comments on commit 9f72c7d

Please sign in to comment.