aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-06-27 12:20:51 +0000
committerGitHub <noreply@github.com>2022-06-27 12:20:51 +0000
commitc8cb7a2b9964351c3d82228cda50942beb67f095 (patch)
tree622ccd46e515f4208c51f1bb4a9a72984310dc32 /go.mod
parent3176b3fe011aa3323ba192e90efe516d0701e46e (diff)
parent041947b11a5b2ede2476054f13bdbee7459340be (diff)
downloadpodman-c8cb7a2b9964351c3d82228cda50942beb67f095.tar.gz
podman-c8cb7a2b9964351c3d82228cda50942beb67f095.tar.bz2
podman-c8cb7a2b9964351c3d82228cda50942beb67f095.zip
Merge pull request #14724 from containers/dependabot/go_modules/github.com/stretchr/testify-1.7.5
Bump github.com/stretchr/testify from 1.7.4 to 1.7.5
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 6141fe007..2f196d9b9 100644
--- a/go.mod
+++ b/go.mod
@@ -57,7 +57,7 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
- github.com/stretchr/testify v1.7.4
+ github.com/stretchr/testify v1.7.5
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/ulikunitz/xz v0.5.10