From 7461c1fe3a9ea404e38dd05182400d5739793d11 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2019 12:16:13 +0000 Subject: [PATCH] build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5 Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v0.0.4...0.0.5) Signed-off-by: dependabot-preview[bot] --- Gopkg.lock | 6 +++--- Gopkg.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index a85bdedb18d989d45b0985f3f96821b62e0d894d..2bb58e6cb08fac725f632f31d580cb69b78687e4 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -268,15 +268,15 @@ revision = "79abb63cd66e41cb1473e26d11ebdcd68b04c8e5" [[projects]] - digest = "1:2e72f9cdc8b6f94a145fa1c97e305e1654d40507d04d2fbb0c37bf461a4b85f7" + digest = "1:abe9f3f23399646a6263682cacc9e86969f6c7e768f0ef036449926aa24cbbef" name = "github.com/spf13/cobra" packages = [ ".", "doc", ] pruneopts = "UT" - revision = "67fc4837d267bc9bfd6e47f77783fcc3dffc68de" - version = "v0.0.4" + revision = "f2b07da1e2c38d5f12845a4f607e2e1018cbb1f5" + version = "v0.0.5" [[projects]] digest = "1:9424f440bba8f7508b69414634aef3b2b3a877e522d8a4624692412805407bb7" diff --git a/Gopkg.toml b/Gopkg.toml index 42fa373155f2d2c9c3657ceb1e07a8c74fc97581..e9047507057fa1830a1068f6e24c752bf0607f78 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -50,7 +50,7 @@ [[constraint]] name = "github.com/spf13/cobra" - version = "v0.0.4" + version = "v0.0.5" [[constraint]] name = "github.com/dustin/go-humanize"