cloudlist
cloudlist copied to clipboard
chore(deps): bump github.com/projectdiscovery/goflags from 0.0.7 to 0.0.9
Bumps github.com/projectdiscovery/goflags from 0.0.7 to 0.0.9.
Release notes
Sourced from github.com/projectdiscovery/goflags's releases.
v0.0.9
What's Changed
- Added documentation for goflags by
@Ice3man543
in projectdiscovery/goflags#58- Added tests for goflags by
@Mzack9999
in projectdiscovery/goflags#59- Added help menu by group name support by
@Ice3man543
in projectdiscovery/goflags#66- Fixed bug to display only error upon invalid cli input
@Ice3man543
in projectdiscovery/goflags#66Full Changelog: https://github.com/projectdiscovery/goflags/compare/v0.0.8...v0.0.9
v0.0.8
What's Changed
- Standardized stringslice by
@Mzack9999
in projectdiscovery/goflags#52- Added delete key helper for runtime map by
@Mzack9999
in projectdiscovery/goflags#28- Added creategroup helper by
@Mzack9999
in projectdiscovery/goflags#36- Added duration type by
@Mzack9999
in projectdiscovery/goflags#51- Added default config path by
@Mzack9999
in projectdiscovery/goflags#55- Removed error wraps to enable errors comparison by
@Mzack9999
in projectdiscovery/goflags#43Full Changelog: https://github.com/projectdiscovery/goflags/compare/v0.0.7...v0.0.8
Commits
8325c7d
Merge pull request #67 from projectdiscovery/dev4452afa
Fixed failing tests9869a26
Added group help + no usage on error + made ToStringSlice public (#66)1d0c472
chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#64)d000cd8
Merge pull request #60 from projectdiscovery/dependabot/go_modules/dev/github...c8f8273
chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5eb4e50d
Additional Tests (#59)cfe845f
Merge pull request #58 from projectdiscovery/docsfca5717
Merge pull request #57 from projectdiscovery/dependabot/go_modules/dev/github...100e31b
Added documentation for goflags types + examples- 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 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)
Superseded by #205.