correct upstream vndr issues

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-04-29 10:32:22 -05:00
parent 4e5b39650d
commit 4506e4916f
7 changed files with 72 additions and 0 deletions

7
vendor/github.com/stretchr/testify/go.mod generated vendored Normal file
View File

@ -0,0 +1,7 @@
module github.com/stretchr/testify
require (
github.com/davecgh/go-spew v1.1.0
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/objx v0.1.0
)