diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-07-03 06:11:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 06:11:03 -0400 |
commit | 07716133c44c9c9593364029f4b98085d1be3bdd (patch) | |
tree | ca1b03c22f1c40c793fe6fe30c99aee8cd3d7558 /go.mod | |
parent | 878a2231f9eae037d15bc27c50cdf3a9418793c7 (diff) | |
parent | 84da70a0f36e7d6fc87919ca4a69b20bc9d43f72 (diff) | |
download | podman-07716133c44c9c9593364029f4b98085d1be3bdd.tar.gz podman-07716133c44c9c9593364029f4b98085d1be3bdd.tar.bz2 podman-07716133c44c9c9593364029f4b98085d1be3bdd.zip |
Merge pull request #10852 from Luap99/cobra
bump cobra to v1.2.1 and update the shell completion scripts
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 @@ -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 |