diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-20 14:41:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 14:41:33 +0100 |
commit | cf8e34c28ed623b8fe58c66ead180298210e53bb (patch) | |
tree | 82bbe2a7a4f71f56a17473d4a26387aacc3dc940 /vendor/github.com/spf13/cobra/go.mod | |
parent | 24a0ae43406e9ab100f9eeef8e249839dd4cf3f5 (diff) | |
parent | 3a8acfbbe50e44904ca406d2058e528b4430504c (diff) | |
download | podman-cf8e34c28ed623b8fe58c66ead180298210e53bb.tar.gz podman-cf8e34c28ed623b8fe58c66ead180298210e53bb.tar.bz2 podman-cf8e34c28ed623b8fe58c66ead180298210e53bb.zip |
Merge pull request #5275 from containers/dependabot/go_modules/github.com/spf13/cobra-0.0.6
build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6
Diffstat (limited to 'vendor/github.com/spf13/cobra/go.mod')
-rw-r--r-- | vendor/github.com/spf13/cobra/go.mod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vendor/github.com/spf13/cobra/go.mod b/vendor/github.com/spf13/cobra/go.mod index 9a9eb65a3..dea1030ba 100644 --- a/vendor/github.com/spf13/cobra/go.mod +++ b/vendor/github.com/spf13/cobra/go.mod @@ -3,11 +3,10 @@ module github.com/spf13/cobra go 1.12 require ( - github.com/BurntSushi/toml v0.3.1 // indirect - github.com/cpuguy83/go-md2man v1.0.10 + github.com/cpuguy83/go-md2man/v2 v2.0.0 github.com/inconshreveable/mousetrap v1.0.0 github.com/mitchellh/go-homedir v1.1.0 github.com/spf13/pflag v1.0.3 - github.com/spf13/viper v1.3.2 + github.com/spf13/viper v1.4.0 gopkg.in/yaml.v2 v2.2.2 ) |