diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-19 17:30:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 17:30:29 +0100 |
commit | 5a0b5c564082c7c30dcd49d022f07d051577713e (patch) | |
tree | 80edb0bc1c5adf80bb1f5096f42dc99a5007b56d /go.mod | |
parent | da249e2fe279659458abb6bee995e68813849f00 (diff) | |
parent | 74290c4b36b7c888671b3caf6c54dd981a30b07f (diff) | |
download | podman-5a0b5c564082c7c30dcd49d022f07d051577713e.tar.gz podman-5a0b5c564082c7c30dcd49d022f07d051577713e.tar.bz2 podman-5a0b5c564082c7c30dcd49d022f07d051577713e.zip |
Merge pull request #5257 from containers/dependabot/go_modules/github.com/stretchr/testify-1.5.0
build(deps): bump github.com/stretchr/testify from 1.4.0 to 1.5.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ require ( github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.5 - github.com/stretchr/testify v1.4.0 + github.com/stretchr/testify v1.5.0 github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 github.com/uber/jaeger-client-go v2.22.1+incompatible github.com/uber/jaeger-lib v0.0.0-20190122222657-d036253de8f5 // indirect |