diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-11 12:18:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 12:18:38 -0500 |
commit | 8934c5cfc362c9ac8cd87dff8e3619d474d75e13 (patch) | |
tree | 8a4ce277263b9df05fabcc372afcd3bf4a3b7056 /go.mod | |
parent | 7ab85b322b3492eae09dd04cdec2e538cd18ae03 (diff) | |
parent | 9314774614828d7b75b3901a111d0b90f3f79cb5 (diff) | |
download | podman-8934c5cfc362c9ac8cd87dff8e3619d474d75e13.tar.gz podman-8934c5cfc362c9ac8cd87dff8e3619d474d75e13.tar.bz2 podman-8934c5cfc362c9ac8cd87dff8e3619d474d75e13.zip |
Merge pull request #13483 from containers/dependabot/go_modules/github.com/spf13/cobra-1.4.0
Bump github.com/spf13/cobra from 1.3.0 to 1.4.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 github.com/rootless-containers/rootlesskit v0.14.6 github.com/sirupsen/logrus v1.8.1 - github.com/spf13/cobra v1.3.0 + github.com/spf13/cobra v1.4.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.0 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 |