aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-06-06 10:55:18 -0400
committerGitHub <noreply@github.com>2022-06-06 10:55:18 -0400
commitd45b3488f56e24a2d931d8e93233eeb3648e8a65 (patch)
treee5ec386d850777bdc3f0c85b3b9c554d97808d99 /go.mod
parent48a4e6d69019390cc40cbb13b0a83456159d10b6 (diff)
parent5c508cb4efd4c58fb77be9aad48361cad56a7fab (diff)
downloadpodman-d45b3488f56e24a2d931d8e93233eeb3648e8a65.tar.gz
podman-d45b3488f56e24a2d931d8e93233eeb3648e8a65.tar.bz2
podman-d45b3488f56e24a2d931d8e93233eeb3648e8a65.zip
Merge pull request #14497 from containers/dependabot/go_modules/github.com/stretchr/testify-1.7.2
Bump github.com/stretchr/testify from 1.7.1 to 1.7.2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index fc0bbcc73..f9f861568 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.1
+ github.com/stretchr/testify v1.7.2
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
@@ -72,5 +72,4 @@ require (
google.golang.org/protobuf v1.28.0
gopkg.in/inf.v0 v0.9.1
gopkg.in/yaml.v2 v2.4.0
- gopkg.in/yaml.v3 v3.0.1 // indirect
)