diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-18 12:46:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 12:46:38 +0100 |
commit | e471bf532c751c4f775d8d9f5f8bba35104acbb5 (patch) | |
tree | 9fcd93496d1d479f188f67545ba9dd1dca1be09e /go.mod | |
parent | e00e06de9ab8c9c26b4248f673db09bf3667917c (diff) | |
parent | c732adf2d0a243a829798226c75447e235f88aa6 (diff) | |
download | podman-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |