diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-02-20 05:12:34 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-02-20 05:12:34 -0500 |
commit | 3a8acfbbe50e44904ca406d2058e528b4430504c (patch) | |
tree | 45be9241596c5105540b75b6f093e66d67328dd5 /go.mod | |
parent | c8436cd870e118a5e0dee6a130c6ea3dc6ceceeb (diff) | |
download | podman-3a8acfbbe50e44904ca406d2058e528b4430504c.tar.gz podman-3a8acfbbe50e44904ca406d2058e528b4430504c.tar.bz2 podman-3a8acfbbe50e44904ca406d2058e528b4430504c.zip |
build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/0.0.5...v0.0.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ require ( github.com/rootless-containers/rootlesskit v0.8.0 github.com/seccomp/containers-golang v0.0.0-20190312124753-8ca8945ccf5f github.com/sirupsen/logrus v1.4.2 - github.com/spf13/cobra v0.0.5 + github.com/spf13/cobra v0.0.6 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.5.0 github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 |