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

7
vendor/modules.txt vendored
View File

@ -206,6 +206,8 @@ github.com/pierrec/lz4
github.com/pierrec/lz4/internal/xxh32
# github.com/pkg/errors v0.9.1
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
github.com/pmezard/go-difflib/difflib
# github.com/prometheus/client_golang v1.7.1
github.com/prometheus/client_golang/prometheus
github.com/prometheus/client_golang/prometheus/internal
@ -226,6 +228,9 @@ github.com/prometheus/procfs/internal/util
github.com/ryanuber/go-glob
# github.com/spf13/pflag v1.0.5
github.com/spf13/pflag
# github.com/stretchr/testify v1.7.0
github.com/stretchr/testify/assert
github.com/stretchr/testify/require
# golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/crypto/blowfish
golang.org/x/crypto/chacha20
@ -379,6 +384,8 @@ gopkg.in/square/go-jose.v2/jwt
gopkg.in/tomb.v1
# gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2
# gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
gopkg.in/yaml.v3
# k8s.io/api v0.20.0 => k8s.io/api v0.20.0
k8s.io/api/admission/v1
k8s.io/api/admission/v1beta1