diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-29 19:54:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 19:54:32 +0000 |
commit | 3426d56b92be2ac1c3cc62fc578e9cb6d64aca81 (patch) | |
tree | 7c3c9bc256bc79191f88caedd38df2d604ad2b3c /go.mod | |
parent | 2cc3f127f4f419c107c0b92c6f6457f5faad2e1d (diff) | |
parent | 6904b1a610327588ae01b40aa3fd82725f8880f9 (diff) | |
download | podman-3426d56b92be2ac1c3cc62fc578e9cb6d64aca81.tar.gz podman-3426d56b92be2ac1c3cc62fc578e9cb6d64aca81.tar.bz2 podman-3426d56b92be2ac1c3cc62fc578e9cb6d64aca81.zip |
Merge pull request #14770 from containers/dependabot/go_modules/github.com/stretchr/testify-1.8.0
build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |