diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-16 04:11:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 04:11:19 +0000 |
commit | 5f9359ed6a706b89a3f7dec4f2665869e863633c (patch) | |
tree | 48e29b758f29753f71fa2133e6065aab13f85b37 /go.mod | |
parent | cac20c8c4dc9524773c1296165fe596cb9035202 (diff) | |
download | git-bug-5f9359ed6a706b89a3f7dec4f2665869e863633c.tar.gz |
build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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/graphql v0.0.0-20181231061246-d48a9a75455f // indirect github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e github.com/spf13/cobra v1.4.0 - github.com/stretchr/testify v1.7.0 + github.com/stretchr/testify v1.7.1 github.com/vektah/gqlparser/v2 v2.4.1 github.com/xanzy/go-gitlab v0.59.0 golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 |