summaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/yaml.v3/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-29 09:05:59 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2020-05-29 05:49:55 -0400
commitef807d0ac7ee684fa995592a7b9a1105bd4f173d (patch)
treea791489b800d64d0fa86db9aead8cff5bd93ea5b /vendor/gopkg.in/yaml.v3/go.mod
parentcd1e25f5d57059a50e8aeae5b640c2d282e70f96 (diff)
downloadpodman-ef807d0ac7ee684fa995592a7b9a1105bd4f173d.tar.gz
podman-ef807d0ac7ee684fa995592a7b9a1105bd4f173d.tar.bz2
podman-ef807d0ac7ee684fa995592a7b9a1105bd4f173d.zip
Bump github.com/stretchr/testify from 1.5.1 to 1.6.0
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/gopkg.in/yaml.v3/go.mod')
-rw-r--r--vendor/gopkg.in/yaml.v3/go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/gopkg.in/yaml.v3/go.mod b/vendor/gopkg.in/yaml.v3/go.mod
new file mode 100644
index 000000000..f407ea321
--- /dev/null
+++ b/vendor/gopkg.in/yaml.v3/go.mod
@@ -0,0 +1,5 @@
+module "gopkg.in/yaml.v3"
+
+require (
+ "gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
+)