diff options
author | Michael Muré <batolettre@gmail.com> | 2023-08-10 23:38:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 23:38:20 +0200 |
commit | add55c97dcf3f0e6dfb6bedf5529b1d9976d5785 (patch) | |
tree | 65b76f8f86116305a19efa242f0a1bfdd8ad357a /go.mod | |
parent | 9bca0dc0ca8cbd2e5698e736c48d1bf6033970ae (diff) | |
parent | b7fc47e02e2a3e9089ae2adc3eb0d0211e4d586e (diff) | |
download | git-bug-add55c97dcf3f0e6dfb6bedf5529b1d9976d5785.tar.gz |
Merge pull request #1073 from MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.8.4
build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.4
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ require ( github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7 github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e github.com/spf13/cobra v1.6.1 - github.com/stretchr/testify v1.8.1 + github.com/stretchr/testify v1.8.4 github.com/vbauerster/mpb/v8 v8.1.4 github.com/vektah/gqlparser/v2 v2.5.1 github.com/xanzy/go-gitlab v0.79.1 |