diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-21 17:37:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 17:37:14 +0000 |
commit | b8b0fa80454fe0f3bcdab24bbf17cf0b6c2e8661 (patch) | |
tree | b20a2993e7c5cc5015476c65e15edb8b4bccf207 /go.mod | |
parent | 588d8ec371202b5f6101c11f4c3e2952c2843d85 (diff) | |
parent | 050693b2e773e6334dc200fc0c819e3829ac400d (diff) | |
download | podman-b8b0fa80454fe0f3bcdab24bbf17cf0b6c2e8661.tar.gz podman-b8b0fa80454fe0f3bcdab24bbf17cf0b6c2e8661.tar.bz2 podman-b8b0fa80454fe0f3bcdab24bbf17cf0b6c2e8661.zip |
Merge pull request #14683 from Luap99/bump-cobra
bump github.com/spf13/cobra from 1.4.0 to 1.5.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 v1.0.1 github.com/sirupsen/logrus v1.8.1 - github.com/spf13/cobra v1.4.0 + github.com/spf13/cobra v1.5.0 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.4 github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 |