aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-21 12:10:35 +0000
committerGitHub <noreply@github.com>2022-06-21 12:10:35 +0000
commitcfba09f6826f96e8882015d469c8a4e4fd870890 (patch)
tree04827ac680245630908c8767950c5a178a5b074f /go.mod
parentfe8e536328eef61f0cf7ffd42b74d4e5be4654ee (diff)
downloadpodman-cfba09f6826f96e8882015d469c8a4e4fd870890.tar.gz
podman-cfba09f6826f96e8882015d469c8a4e4fd870890.tar.bz2
podman-cfba09f6826f96e8882015d469c8a4e4fd870890.zip
Bump github.com/stretchr/testify from 1.7.2 to 1.7.4
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.7.4. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.4) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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