Update vendor/ with new required vndr go.mod files

Signed-off-by: msg555 <msg555@gmail.com>
This commit is contained in:
msg555
2019-04-28 18:20:43 -04:00
parent 53830f66fd
commit c7f067f278
9 changed files with 37 additions and 0 deletions

5
vendor/gopkg.in/yaml.v2/go.mod generated vendored Normal file
View File

@@ -0,0 +1,5 @@
module "gopkg.in/yaml.v2"
require (
"gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
)