aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-05-21 14:15:33 +0200
committerGitHub <noreply@github.com>2019-05-21 14:15:33 +0200
commit1a7ccd594adc6f185115ce12a4368c55ff418678 (patch)
tree05845c778cf325c8a99257e67c72483778147496 /Gopkg.toml
parent150f79c4d13fba1431f5ec23e82786af6b24da4f (diff)
parent13002c521da95f82d90cc252efbe4f1f445b6d6f (diff)
downloadgit-bug-1a7ccd594adc6f185115ce12a4368c55ff418678.tar.gz
Merge pull request #145 from MichaelMure/dependabot/dep/github.com/spf13/cobra-0.0.4
build(deps): bump github.com/spf13/cobra from 0.0.3 to 0.0.4
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 33da5ada..42fa3731 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -50,7 +50,7 @@
[[constraint]]
name = "github.com/spf13/cobra"
- version = "v0.0.3"
+ version = "v0.0.4"
[[constraint]]
name = "github.com/dustin/go-humanize"