diff options
author | Michael Muré <batolettre@gmail.com> | 2020-02-23 14:27:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 14:27:59 +0100 |
commit | 54aff67e00fdca58dce17cce8217391dbeb39bb1 (patch) | |
tree | 69d93222caa264bf0fc5b41518c9819a345e9921 /go.mod | |
parent | d7bb346dccbca7d4b156d73cab5c39367057c7f7 (diff) | |
parent | 68ec06e8cb65d8eab4338c78232c64727e5b0ad4 (diff) | |
download | git-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |