summaryrefslogtreecommitdiff
path: root/vendor/github.com/spf13/cobra/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-02-10 10:41:38 -0500
committerGitHub <noreply@github.com>2021-02-10 10:41:38 -0500
commit88ab83d4e04f2054713461c3f28d905b4c1c2ee2 (patch)
tree9a16fd35768ad78a6c28d85ad0191b3f9d6f03e4 /vendor/github.com/spf13/cobra/go.mod
parent832639ca6d1d8004c46aaa4e6c021dfd5a314af3 (diff)
parent46b014bad5f1d471a2ebfd819dfdf33a184ea109 (diff)
downloadpodman-88ab83d4e04f2054713461c3f28d905b4c1c2ee2.tar.gz
podman-88ab83d4e04f2054713461c3f28d905b4c1c2ee2.tar.bz2
podman-88ab83d4e04f2054713461c3f28d905b4c1c2ee2.zip
Merge pull request #9298 from containers/dependabot/go_modules/github.com/spf13/cobra-1.1.2
Bump github.com/spf13/cobra from 1.1.1 to 1.1.2
Diffstat (limited to 'vendor/github.com/spf13/cobra/go.mod')
-rw-r--r--vendor/github.com/spf13/cobra/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/spf13/cobra/go.mod b/vendor/github.com/spf13/cobra/go.mod
index 57e3244d5..eb7d47fa5 100644
--- a/vendor/github.com/spf13/cobra/go.mod
+++ b/vendor/github.com/spf13/cobra/go.mod
@@ -1,6 +1,6 @@
module github.com/spf13/cobra
-go 1.12
+go 1.14
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0
@@ -8,5 +8,5 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.0
- gopkg.in/yaml.v2 v2.2.8
+ gopkg.in/yaml.v2 v2.4.0
)