build: vendor testify package for unit-tests

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos
2021-03-04 10:54:44 +01:00
committed by mergify[bot]
parent ec691fdb89
commit 75de0b81ea
42 changed files with 20292 additions and 0 deletions

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

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