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 /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 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 github.com/rootless-containers/rootlesskit v0.13.0 github.com/sirupsen/logrus v1.7.0 - github.com/spf13/cobra v1.1.2 + github.com/spf13/cobra v1.1.3 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.0 github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 |