diff options
author | Michael Muré <batolettre@gmail.com> | 2022-11-15 18:46:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 18:46:30 +0100 |
commit | 53059ecbfefe21e5e87d06ca44e3cd99a66c0c5f (patch) | |
tree | b844249417d77ab019183772dbbf0b422372462a /go.mod | |
parent | 7d896ee26d7ecae2fdc19e03c9b056e0b2b6d441 (diff) | |
parent | 7a1cd2821f277ed0815bb6693bbd15933bcc181c (diff) | |
download | git-bug-53059ecbfefe21e5e87d06ca44e3cd99a66c0c5f.tar.gz |
Merge pull request #907 from MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.8.1
build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 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.5.0 - github.com/stretchr/testify v1.8.0 + github.com/stretchr/testify v1.8.1 github.com/vektah/gqlparser/v2 v2.5.1 github.com/xanzy/go-gitlab v0.74.0 golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 @@ -96,7 +96,7 @@ require ( github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/steveyen/gtreap v0.1.0 // indirect - github.com/stretchr/objx v0.4.0 // indirect + github.com/stretchr/objx v0.5.0 // indirect github.com/tinylib/msgp v1.1.0 // indirect github.com/urfave/cli/v2 v2.8.1 // indirect github.com/willf/bitset v1.1.10 // indirect |