Go mod vendor

This commit is contained in:
TwinProduction
2019-09-06 00:11:01 -04:00
parent e93fefea60
commit 7bb341fe92
22 changed files with 9965 additions and 6 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
)