aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-10-27 14:38:55 +0100
committerGitHub <noreply@github.com>2020-10-27 14:38:55 +0100
commit86faedc966ed02507b98b28010bb6c85e0ecb55f (patch)
treef15d191ec304b6aace032b589a6a2806cb140bde /go.mod
parentce41f96aff27e60d5da35c83e84c198bff203d58 (diff)
downloadgit-bug-86faedc966ed02507b98b28010bb6c85e0ecb55f.tar.gz
Vendor: upgrade spf13/cobra to v1.1.1 (#479)
* build(deps): bump github.com/spf13/cobra from 1.0.0 to 1.1.1 * update doc (man & md) * update bash|fish|zsh completion
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 6a1321d9..da39764e 100644
--- a/go.mod
+++ b/go.mod
@@ -26,7 +26,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 v1.0.0
+ github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.6.1
github.com/vektah/gqlparser v1.3.1
github.com/xanzy/go-gitlab v0.38.2