diff options
author | Michael Muré <batolettre@gmail.com> | 2022-06-12 21:53:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-12 21:53:55 +0200 |
commit | 7e9c1b230c1fd3c69e032c32dc342dc414ea6ece (patch) | |
tree | 29c41d7b48a7b012ba61b1daaecc622aa626fbc8 /go.mod | |
parent | dd8134b638508fb712c116d6733ed1f4437d1b67 (diff) | |
parent | 3b77af72ec378a7072427a117b5b2227e031742a (diff) | |
download | git-bug-7e9c1b230c1fd3c69e032c32dc342dc414ea6ece.tar.gz |
Merge pull request #814 from MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.7.2
build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2
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.1 + github.com/stretchr/testify v1.7.2 github.com/vektah/gqlparser/v2 v2.4.1 github.com/xanzy/go-gitlab v0.64.0 golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 |