aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-02-23 14:27:59 +0100
committerGitHub <noreply@github.com>2020-02-23 14:27:59 +0100
commit54aff67e00fdca58dce17cce8217391dbeb39bb1 (patch)
tree69d93222caa264bf0fc5b41518c9819a345e9921 /go.mod
parentd7bb346dccbca7d4b156d73cab5c39367057c7f7 (diff)
parent68ec06e8cb65d8eab4338c78232c64727e5b0ad4 (diff)
downloadgit-bug-54aff67e00fdca58dce17cce8217391dbeb39bb1.tar.gz
Merge pull request #334 from MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.5.1
build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 454b514a..43f29eff 100644
--- a/go.mod
+++ b/go.mod
@@ -23,7 +23,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.5
- github.com/stretchr/testify v1.4.0
+ github.com/stretchr/testify v1.5.1
github.com/theckman/goconstraint v1.11.0
github.com/vektah/gqlparser v1.3.1
github.com/xanzy/go-gitlab v0.26.0