infra
infra copied to clipboard
maintain(deps): bump github.com/jessevdk/go-flags from 1.5.0 to 1.6.1
Bumps github.com/jessevdk/go-flags from 1.5.0 to 1.6.1.
Release notes
Sourced from github.com/jessevdk/go-flags's releases.
v1.6.1
Full Changelog: https://github.com/jessevdk/go-flags/compare/v1.6.0...v1.6.1
v1.6.0
What's Changed
- ini: fix IniParser.write() for zero values by
@sean
- in jessevdk/go-flags#332- fix a panic when generating help while the subcommand and all option groups are hidden by
@bboozzoo
in jessevdk/go-flags#354- Help for positional args without allcmd.ArgsRequired dependent from arg.Required by
@sv99
in jessevdk/go-flags#342- Bump golang.org/x/sys from 0.0.0-20210320140829-1e4c9ba3b0c4 to 0.1.0 by
@dependabot
in jessevdk/go-flags#396- Option to allow passing value to bool flag by
@alexcb
in jessevdk/go-flags#367- Add support for SOURCE_DATE_EPOCH for TestMan by
@anthonyfok
in jessevdk/go-flags#376- Update to run go-flags on AIX by
@llrocha
in jessevdk/go-flags#390- Add option for key value delimiter by
@anaprimawaty
in jessevdk/go-flags#392- Undersocre support for numbers (set default base for strconv.Parse* to 0) by
@GRbit
in jessevdk/go-flags#404- docs: add ENV variable usage example by
@cemremengu
in jessevdk/go-flags#371- Support per-command PassAfterNonOption by
@woky
in jessevdk/go-flags#393- Upgrade by
@jessevdk
in jessevdk/go-flags#406New Contributors
@sean
- made their first contribution in jessevdk/go-flags#332@sv99
made their first contribution in jessevdk/go-flags#342@dependabot
made their first contribution in jessevdk/go-flags#396@alexcb
made their first contribution in jessevdk/go-flags#367@anthonyfok
made their first contribution in jessevdk/go-flags#376@llrocha
made their first contribution in jessevdk/go-flags#390@anaprimawaty
made their first contribution in jessevdk/go-flags#392@GRbit
made their first contribution in jessevdk/go-flags#404@cemremengu
made their first contribution in jessevdk/go-flags#371@woky
made their first contribution in jessevdk/go-flags#393Full Changelog: https://github.com/jessevdk/go-flags/compare/v1.5.0...v1.6.0
Commits
c02e333
Revert "Minor cleanup unused parameter"c573fc0
Update for main branch rename7e06247
Remove unused status1898d83
Merge pull request #406 from jessevdk/upgrade01b0873
Remove test that does not pass vet4eda719
Minor cleanup unused parameter30073cd
fmtef356de
Fix workflow593b49b
Bump go version to 1.20c3489c6
UPgrade to x/sys v0.21.0- Additional commits viewable in compare view
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 commands and options
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)