diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-10-26 06:02:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 06:02:29 -0400 |
commit | f9df17a446cfce5a12342ade5fdf78aac94fc711 (patch) | |
tree | 7a7b2a2b05f2556f9909ca3ff11736039a9e9c26 /vendor/github.com/spf13/cobra/go.mod | |
parent | 8f498b52de43b20d5f9aa83c3a27e0464d41bdee (diff) | |
parent | 259a9ad2192936d6c38af6b72c95b76ef3258daa (diff) | |
download | podman-f9df17a446cfce5a12342ade5fdf78aac94fc711.tar.gz podman-f9df17a446cfce5a12342ade5fdf78aac94fc711.tar.bz2 podman-f9df17a446cfce5a12342ade5fdf78aac94fc711.zip |
Merge pull request #8059 from containers/dependabot/go_modules/github.com/spf13/cobra-1.1.1
Bump github.com/spf13/cobra from 1.1.0 to 1.1.1
Diffstat (limited to 'vendor/github.com/spf13/cobra/go.mod')
-rw-r--r-- | vendor/github.com/spf13/cobra/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/spf13/cobra/go.mod b/vendor/github.com/spf13/cobra/go.mod index 18ff78048..57e3244d5 100644 --- a/vendor/github.com/spf13/cobra/go.mod +++ b/vendor/github.com/spf13/cobra/go.mod @@ -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.3.0 + gopkg.in/yaml.v2 v2.2.8 ) |