diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-29 08:23:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 08:23:17 -0400 |
commit | 8e048b23fecbcf2140d1f0234d6067379d915953 (patch) | |
tree | 936ca0c52b65963bd542941ffb50efde28555dac /vendor/modules.txt | |
parent | 6e3aec3c6d36e1e344a315e3a5a1600bac154904 (diff) | |
parent | ef807d0ac7ee684fa995592a7b9a1105bd4f173d (diff) | |
download | podman-8e048b23fecbcf2140d1f0234d6067379d915953.tar.gz podman-8e048b23fecbcf2140d1f0234d6067379d915953.tar.bz2 podman-8e048b23fecbcf2140d1f0234d6067379d915953.zip |
Merge pull request #6429 from containers/dependabot/go_modules/github.com/stretchr/testify-1.6.0
Bump github.com/stretchr/testify from 1.5.1 to 1.6.0
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index bc0143238..9794dc526 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -486,7 +486,7 @@ github.com/sirupsen/logrus/hooks/syslog github.com/spf13/cobra # github.com/spf13/pflag v1.0.5 github.com/spf13/pflag -# github.com/stretchr/testify v1.5.1 +# github.com/stretchr/testify v1.6.0 github.com/stretchr/testify/assert github.com/stretchr/testify/require # github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 @@ -680,6 +680,8 @@ gopkg.in/square/go-jose.v2/json gopkg.in/tomb.v1 # gopkg.in/yaml.v2 v2.3.0 gopkg.in/yaml.v2 +# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c +gopkg.in/yaml.v3 # k8s.io/api v0.18.3 k8s.io/api/core/v1 # k8s.io/apimachinery v0.18.3 |