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

1
go.mod
View File

@ -17,6 +17,7 @@ require (
github.com/onsi/gomega v1.9.0
github.com/pborman/uuid v1.2.0
github.com/prometheus/client_golang v1.7.1
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20201112073958-5cba982894dd
google.golang.org/grpc v1.29.1
k8s.io/api v0.20.0