Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Update github.com/spf13/cobra v1.2.1 => v1.3.0 #9548

Merged
merged 1 commit into from Feb 23, 2022

Conversation

anthonyfok
Copy link
Member

Bumps github.com/spf13/cobra from 1.2.1 to 1.3.0.

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.3.0 - The Fall 2021 release 🍁

Completion fixes & enhancements πŸ’‡πŸΌ

In v1.2.0, we introduced a new model for completions. Thanks to everyone for trying it, giving feedback, and providing numerous fixes! Continue to work with the new model as the old one (as noted in code comments) will be deprecated in a coming release.

Generator changes βš™οΈ

Thanks to @spf13 for providing a number of changes to the Cobra generator tool, streamlining it for new users!

  • The Cobra generator now won't automatically include Viper and cleans up a number of unused imports when not using Viper.
  • The Cobra generator's default license is now none
  • The Cobra generator now works with Go modules
  • Documentation to reflect these changes

New Features ⭐

Bug Fixes πŸ›

Testing πŸ‘€

Security πŸ”

Documentation πŸ“

Other πŸ’­

Thank you to all our amazing contributors β­πŸπŸš€

@anthonyfok anthonyfok added this to the v0.93.0 milestone Feb 23, 2022
@anthonyfok anthonyfok added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 23, 2022
@anthonyfok anthonyfok requested a review from bep February 23, 2022 00:43
@bep bep merged commit 96c0bdf into gohugoio:master Feb 23, 2022
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Outputting numbers with thousands separators
2 participants