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 /vendor/github.com/spf13/cobra/.gitignore | |
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 'vendor/github.com/spf13/cobra/.gitignore')
-rw-r--r-- | vendor/github.com/spf13/cobra/.gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/github.com/spf13/cobra/.gitignore b/vendor/github.com/spf13/cobra/.gitignore index 3b053c59e..b2b848e77 100644 --- a/vendor/github.com/spf13/cobra/.gitignore +++ b/vendor/github.com/spf13/cobra/.gitignore @@ -32,7 +32,8 @@ Session.vim tags *.exe - +cobra cobra.test -.idea/* +.idea/ +*.iml |