diff options
author | Michael Muré <batolettre@gmail.com> | 2021-01-24 19:48:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 19:48:44 +0100 |
commit | 511bdd85627bcef4fe1a9681e00c954f29ba3206 (patch) | |
tree | 8df5c9b015c95ce56519fedcaa6f823209124418 /go.mod | |
parent | 078c85be4ece0e3d3c1dd9b71c819fa70ea3348b (diff) | |
parent | e43bf277b72a3d606b5ac05f9d14b6407fce2b62 (diff) | |
download | git-bug-511bdd85627bcef4fe1a9681e00c954f29ba3206.tar.gz |
Merge pull request #526 from MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.7.0
build(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,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.1.1 - github.com/stretchr/testify v1.6.1 + github.com/stretchr/testify v1.7.0 github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect github.com/vektah/gqlparser v1.3.1 github.com/xanzy/go-gitlab v0.40.1 |