summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-06-21 14:19:58 +0000
committerGitHub <noreply@github.com>2022-06-21 14:19:58 +0000
commitc8032b99117068018d21f3e1773cdb070fa46279 (patch)
tree04827ac680245630908c8767950c5a178a5b074f /go.mod
parentfe8e536328eef61f0cf7ffd42b74d4e5be4654ee (diff)
parentcfba09f6826f96e8882015d469c8a4e4fd870890 (diff)
downloadpodman-c8032b99117068018d21f3e1773cdb070fa46279.tar.gz
podman-c8032b99117068018d21f3e1773cdb070fa46279.tar.bz2
podman-c8032b99117068018d21f3e1773cdb070fa46279.zip
Merge pull request #14680 from containers/dependabot/go_modules/github.com/stretchr/testify-1.7.4
Bump github.com/stretchr/testify from 1.7.2 to 1.7.4
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 31e99823e..3a8fa5ced 100644
--- a/go.mod
+++ b/go.mod
@@ -57,7 +57,7 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
- github.com/stretchr/testify v1.7.2
+ github.com/stretchr/testify v1.7.4
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