mirror of
https://github.com/containers/podman.git
synced 2025-09-10 12:32:21 +08:00
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:
![27856297+dependabot-preview[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Daniel J Walsh

parent
db64865164
commit
8e2fae186d
6
vendor/github.com/spf13/cobra/.travis.yml
generated
vendored
6
vendor/github.com/spf13/cobra/.travis.yml
generated
vendored
@ -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:
|
||||
|
4
vendor/github.com/spf13/cobra/CHANGELOG.md
generated
vendored
4
vendor/github.com/spf13/cobra/CHANGELOG.md
generated
vendored
@ -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
|
||||
|
2
vendor/github.com/spf13/cobra/go.mod
generated
vendored
2
vendor/github.com/spf13/cobra/go.mod
generated
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user