diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-12 12:54:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-12 12:54:00 -0500 |
commit | 73cf06a453a60966616926d17ad4e89cef0e1dec (patch) | |
tree | 727516abb22ac0e336e3ba4cc9946c1a6653ebfb /vendor/github.com/spf13/cobra/go.mod | |
parent | 64255f5fb886ea4861987ddc45cbb0995cf82dea (diff) | |
parent | 8e2fae186de521d52ee298df598935cf453c0e57 (diff) | |
download | podman-73cf06a453a60966616926d17ad4e89cef0e1dec.tar.gz podman-73cf06a453a60966616926d17ad4e89cef0e1dec.tar.bz2 podman-73cf06a453a60966616926d17ad4e89cef0e1dec.zip |
Merge pull request #9319 from containers/dependabot/go_modules/github.com/spf13/cobra-1.1.3
Bump github.com/spf13/cobra from 1.1.2 to 1.1.3
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 eb7d47fa5..ff5614405 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.14 +go 1.12 require ( github.com/cpuguy83/go-md2man/v2 v2.0.0 |