diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-30 11:32:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-30 11:32:54 -0700 |
commit | dee2b695e82cf86797b7e64fea1ffec1c089a0c2 (patch) | |
tree | 12bc6ddab33605f9039857d577cce688a0a6f7e4 /go.mod | |
parent | 2c23729c84775113a6c2cd7593f588cc6ea4e5fa (diff) | |
parent | 240f4cd639599991263dde9b541933b6702a2607 (diff) | |
download | podman-dee2b695e82cf86797b7e64fea1ffec1c089a0c2.tar.gz podman-dee2b695e82cf86797b7e64fea1ffec1c089a0c2.tar.bz2 podman-dee2b695e82cf86797b7e64fea1ffec1c089a0c2.zip |
Merge pull request #4146 from containers/dependabot/go_modules/github.com/stretchr/testify-1.4.0
Bump github.com/stretchr/testify from 1.3.0 to 1.4.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ require ( github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.3 github.com/spf13/viper v1.4.0 // indirect - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.4.0 github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 github.com/uber/jaeger-client-go v2.16.0+incompatible github.com/uber/jaeger-lib v0.0.0-20190122222657-d036253de8f5 // indirect |