diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-23 13:30:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 13:30:37 +0000 |
commit | 8516653d8dd573f293c1ece82f7bd5d8c512bbd0 (patch) | |
tree | 969de77ef773609f8db94aac598efa2fa09a9112 /go.mod | |
parent | 54aff67e00fdca58dce17cce8217391dbeb39bb1 (diff) | |
download | git-bug-8516653d8dd573f293c1ece82f7bd5d8c512bbd0.tar.gz |
build(deps): bump github.com/spf13/cobra from 0.0.5 to 0.0.6
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/0.0.5...v0.0.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,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.5 + github.com/spf13/cobra v0.0.6 github.com/stretchr/testify v1.5.1 github.com/theckman/goconstraint v1.11.0 github.com/vektah/gqlparser v1.3.1 |