diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-08 04:58:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 04:58:41 +0000 |
commit | 1f66bb6de86f9cfefb234033a5539c5d320820d0 (patch) | |
tree | f78bb84ada16803a6ad5a3329bbe22fcd2f2c4ba /go.mod | |
parent | 5029cc1e76de6ed08886d5cf9a06d444d6866282 (diff) | |
download | git-bug-1f66bb6de86f9cfefb234033a5539c5d320820d0.tar.gz |
build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.1)
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
@@ -24,7 +24,7 @@ require ( 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/stretchr/testify v1.5.1 + github.com/stretchr/testify v1.6.1 github.com/vektah/gqlparser v1.3.1 github.com/xanzy/go-gitlab v0.29.0 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 |