aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-29 12:09:48 +0000
committerGitHub <noreply@github.com>2022-06-29 12:09:48 +0000
commit6904b1a610327588ae01b40aa3fd82725f8880f9 (patch)
tree2935ef698d08f0e8a254adc99ee636e1430cd1e3 /go.mod
parent6e910a08dbbf5f74b7aeb184669c94e4c4d08228 (diff)
downloadpodman-6904b1a610327588ae01b40aa3fd82725f8880f9.tar.gz
podman-6904b1a610327588ae01b40aa3fd82725f8880f9.tar.bz2
podman-6904b1a610327588ae01b40aa3fd82725f8880f9.zip
build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.5 to 1.8.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.5...v1.8.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... 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 f1070bcaf..35d4b931f 100644
--- a/go.mod
+++ b/go.mod
@@ -57,7 +57,7 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
- github.com/stretchr/testify v1.7.5
+ github.com/stretchr/testify v1.8.0
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