summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-18 12:46:38 +0100
committerGitHub <noreply@github.com>2022-03-18 12:46:38 +0100
commite471bf532c751c4f775d8d9f5f8bba35104acbb5 (patch)
tree9fcd93496d1d479f188f67545ba9dd1dca1be09e /go.mod
parente00e06de9ab8c9c26b4248f673db09bf3667917c (diff)
parentc732adf2d0a243a829798226c75447e235f88aa6 (diff)
downloadpodman-e471bf532c751c4f775d8d9f5f8bba35104acbb5.tar.gz
podman-e471bf532c751c4f775d8d9f5f8bba35104acbb5.tar.bz2
podman-e471bf532c751c4f775d8d9f5f8bba35104acbb5.zip
Merge pull request #13528 from containers/dependabot/go_modules/github.com/stretchr/testify-1.7.1
build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
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 e586c99b1..7043e7b3e 100644
--- a/go.mod
+++ b/go.mod
@@ -58,7 +58,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.0
+ github.com/stretchr/testify v1.7.1
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