aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-06-23 14:37:04 +0200
committerGitHub <noreply@github.com>2019-06-23 14:37:04 +0200
commitfb964bd3e99546df6edb5a4c913d0960dabe9826 (patch)
tree0846697446f1a75a170c8cef749b35992a40bde5 /Gopkg.toml
parent89c6732354ba4efd7c36c253fc5d02f0b6c7a7a4 (diff)
parentb64587f87abdca0bb15120bf3da48eedd812ca6b (diff)
downloadgit-bug-fb964bd3e99546df6edb5a4c913d0960dabe9826.tar.gz
Merge pull request #168 from MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.5
build(deps): bump github.com/spf13/cobra from 0.0.4 to 0.0.5
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 42fa3731..e9047507 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"