diff options
author | 6543 <6543@obermui.de> | 2020-10-27 14:38:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 14:38:55 +0100 |
commit | 86faedc966ed02507b98b28010bb6c85e0ecb55f (patch) | |
tree | f15d191ec304b6aace032b589a6a2806cb140bde /go.mod | |
parent | ce41f96aff27e60d5da35c83e84c198bff203d58 (diff) | |
download | git-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |