Skip to content

Commit

Permalink
Bump github.com/spf13/cobra to v1.2.1
Browse files Browse the repository at this point in the history
Fixes containers#9730

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
  • Loading branch information
Luap99 committed Jul 2, 2021
1 parent 0420987 commit 924cd37
Show file tree
Hide file tree
Showing 71 changed files with 3,765 additions and 1,722 deletions.
4 changes: 1 addition & 3 deletions go.mod
Expand Up @@ -54,7 +54,7 @@ require (
github.com/pmezard/go-difflib v1.0.0
github.com/rootless-containers/rootlesskit v0.14.2
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.0
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
Expand All @@ -69,5 +69,3 @@ require (
k8s.io/api v0.21.2
k8s.io/apimachinery v0.21.2
)

replace github.com/spf13/cobra => github.com/spf13/cobra v1.1.3
186 changes: 181 additions & 5 deletions go.sum

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions vendor/github.com/spf13/cobra/.travis.yml

This file was deleted.

0 comments on commit 924cd37

Please sign in to comment.