Bump github.com/spf13/cobra from 1.1.2 to 1.1.3

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.1.2...v1.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
dependabot-preview[bot]
2021-02-11 09:18:36 +00:00
committed by Daniel J Walsh
parent db64865164
commit 8e2fae186d
6 changed files with 12 additions and 8 deletions

View File

@ -5,8 +5,8 @@ stages:
- build
go:
- 1.14.x
- 1.15.x
- 1.12.x
- 1.13.x
- tip
env: GO111MODULE=on
@ -21,7 +21,7 @@ matrix:
- go: tip
include:
- stage: build
go: 1.14.x
go: 1.13.x
script: make cobra_generator
script:

View File

@ -1,5 +1,9 @@
# Cobra Changelog
## v1.1.3
* **Fix:** release-branch.cobra1.1 only: Revert "Deprecate Go < 1.14" to maintain backward compatibility
## v1.1.2
### Notable Changes

View File

@ -1,6 +1,6 @@
module github.com/spf13/cobra
go 1.14
go 1.12
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0