aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-10-15 09:32:50 -0400
committerGitHub <noreply@github.com>2020-10-15 09:32:50 -0400
commita1d5a518d3e9db785b7f15e07c679b9ae041ccae (patch)
treed3e0ea0b85c2b02326ec93780c9138c25b416f05 /go.mod
parentd7a1e3fe2ab4e351c31645145526b02a4ae2709e (diff)
parente6d3c492a0c47af88d629d905bed17cf46e464f1 (diff)
downloadpodman-a1d5a518d3e9db785b7f15e07c679b9ae041ccae.tar.gz
podman-a1d5a518d3e9db785b7f15e07c679b9ae041ccae.tar.bz2
podman-a1d5a518d3e9db785b7f15e07c679b9ae041ccae.zip
Merge pull request #8028 from containers/dependabot/go_modules/github.com/spf13/cobra-1.1.0
Bump github.com/spf13/cobra from 1.0.0 to 1.1.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3473fa305..a48df3601 100644
--- a/go.mod
+++ b/go.mod
@@ -52,7 +52,7 @@ require (
github.com/pmezard/go-difflib v1.0.0
github.com/rootless-containers/rootlesskit v0.10.1
github.com/sirupsen/logrus v1.7.0
- github.com/spf13/cobra v1.0.0
+ github.com/spf13/cobra v1.1.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.6.1