summaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/yaml.v3/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-29 08:23:17 -0400
committerGitHub <noreply@github.com>2020-05-29 08:23:17 -0400
commit8e048b23fecbcf2140d1f0234d6067379d915953 (patch)
tree936ca0c52b65963bd542941ffb50efde28555dac /vendor/gopkg.in/yaml.v3/go.mod
parent6e3aec3c6d36e1e344a315e3a5a1600bac154904 (diff)
parentef807d0ac7ee684fa995592a7b9a1105bd4f173d (diff)
downloadpodman-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/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
+)