go-version
go-version copied to clipboard
Golang Cobra & Goreleaser Versioning library
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.7 to 1.7.0. Release notes Sourced from github.com/spf13/cobra's releases. v1.7.0 ✨ Features Allow to preserve ordering of completions in bash, zsh, pwsh, & fish: @h4ck3rk3y #1903 Add...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.8.1 to 1.15.0. Release notes Sourced from github.com/spf13/viper's releases. v1.15.0 What's Changed Exciting New Features 🎉 feat: add multiple endpoints support for remote by @mozartz in spf13/viper#1464...
Bumps [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) from 1.2.0 to 1.3.0. Release notes Sourced from sigs.k8s.io/yaml's releases. v1.3.0 Updates minimum required version of gopkg.in/yaml.v2 to v2.4.0 Commits 9535b3b Merge pull request #63 from akram/fix-linit-for-yaml_test.go 8c3bee3...
Otherwise this package transitively holds back other packages from upgrading to the latest cobra.
If you passed in other attributes such as using `-X main.foobar=` being able to make it so `.New()` accepts a or a map that can be output as any of...
**Example:** ```go info := goVersion.New(...) info.Output('json') ```