aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-06-14 19:43:58 +0200
committerMichael Muré <batolettre@gmail.com>2020-06-14 19:43:58 +0200
commit6fd7934f53e4e0fc16845a7928a1668a264b7857 (patch)
tree9a32a2f2adb62ae839cdeb3ca4d40e814d769829 /go.mod
parent4f15c87b4d93ae4e72647f4708c03052d78338ab (diff)
downloadgit-bug-6fd7934f53e4e0fc16845a7928a1668a264b7857.tar.gz
update cobra
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 3198df8b..27f86e96 100644
--- a/go.mod
+++ b/go.mod
@@ -23,7 +23,7 @@ require (
github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
- github.com/spf13/cobra v0.0.7
+ github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
github.com/vektah/gqlparser v1.3.1
github.com/xanzy/go-gitlab v0.29.0