diff --git a/vendor/github.com/Masterminds/sprig/v3/go.mod b/vendor/github.com/Masterminds/sprig/v3/go.mod index 672e04f89a24a698dad0e9b4027886e2245dd425..35da7870ef40c29fde14158e1ca5c80e0055da32 100644 --- a/vendor/github.com/Masterminds/sprig/v3/go.mod +++ b/vendor/github.com/Masterminds/sprig/v3/go.mod @@ -11,6 +11,6 @@ require ( github.com/mitchellh/copystructure v1.0.0 github.com/shopspring/decimal v1.2.0 github.com/spf13/cast v1.3.1 - github.com/stretchr/testify v1.5.1 + github.com/stretchr/testify v1.7.0 golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 ) diff --git a/vendor/github.com/Masterminds/squirrel/go.mod b/vendor/github.com/Masterminds/squirrel/go.mod index 235b74d07f881f428e68d2218ead6b3dba9d335e..8a18c8371942fe22585acd2f2fbaf78ee806b57e 100644 --- a/vendor/github.com/Masterminds/squirrel/go.mod +++ b/vendor/github.com/Masterminds/squirrel/go.mod @@ -7,5 +7,5 @@ require ( github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/stretchr/testify v1.2.2 + github.com/stretchr/testify v1.7.0 ) diff --git a/vendor/github.com/go-openapi/jsonpointer/go.mod b/vendor/github.com/go-openapi/jsonpointer/go.mod index 3e45e225b5d7101a726c0de4c9c4e7cbe9e1dea4..9f3906d03a226fe12695bed630e6a073fa5b9ace 100644 --- a/vendor/github.com/go-openapi/jsonpointer/go.mod +++ b/vendor/github.com/go-openapi/jsonpointer/go.mod @@ -3,7 +3,7 @@ module github.com/go-openapi/jsonpointer require ( github.com/go-openapi/swag v0.19.5 github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.7.0 ) go 1.13 diff --git a/vendor/github.com/go-openapi/jsonreference/go.mod b/vendor/github.com/go-openapi/jsonreference/go.mod index aff1d0163ec25b918dc7da181ed0784567a5672a..7120db2aab78b3afdbbe32a03b7efb7f73546878 100644 --- a/vendor/github.com/go-openapi/jsonreference/go.mod +++ b/vendor/github.com/go-openapi/jsonreference/go.mod @@ -4,7 +4,7 @@ require ( github.com/PuerkitoBio/purell v1.1.1 github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect github.com/go-openapi/jsonpointer v0.19.3 - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.7.0 golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect golang.org/x/text v0.3.2 // indirect ) diff --git a/vendor/github.com/go-openapi/spec/go.mod b/vendor/github.com/go-openapi/spec/go.mod index 02a142c03c22e99ba137eff2544b0e3b979e33c9..53617b3b4cfb38d98ad145226863abd1f8f36050 100644 --- a/vendor/github.com/go-openapi/spec/go.mod +++ b/vendor/github.com/go-openapi/spec/go.mod @@ -6,7 +6,7 @@ require ( github.com/go-openapi/swag v0.19.5 github.com/kr/pty v1.1.5 // indirect github.com/stretchr/objx v0.2.0 // indirect - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.7.0 golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect diff --git a/vendor/github.com/go-openapi/swag/go.mod b/vendor/github.com/go-openapi/swag/go.mod index 15bbb082227e8e12df90f86f6a1f0041d71947a8..1f99dd3476ff40d874c34eb7c5ec2c6efa4708d4 100644 --- a/vendor/github.com/go-openapi/swag/go.mod +++ b/vendor/github.com/go-openapi/swag/go.mod @@ -4,7 +4,7 @@ require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63 - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.7.0 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.2 ) diff --git a/vendor/github.com/json-iterator/go/go.mod b/vendor/github.com/json-iterator/go/go.mod index e05c42ff58b81e732a64404e08245a5976ed6b04..1f1e5cfd50ec556447ae45109e63908f97c7ac0d 100644 --- a/vendor/github.com/json-iterator/go/go.mod +++ b/vendor/github.com/json-iterator/go/go.mod @@ -7,5 +7,5 @@ require ( github.com/google/gofuzz v1.0.0 github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.7.0 ) diff --git a/vendor/github.com/sirupsen/logrus/go.mod b/vendor/github.com/sirupsen/logrus/go.mod index b3919d5eabf893520c873d4642a8409cfe6136a0..b74dafc2daafec64b68060ca01e0ecea2111b56b 100644 --- a/vendor/github.com/sirupsen/logrus/go.mod +++ b/vendor/github.com/sirupsen/logrus/go.mod @@ -3,7 +3,7 @@ module github.com/sirupsen/logrus require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/stretchr/testify v1.2.2 + github.com/stretchr/testify v1.7.0 golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 ) diff --git a/vendor/github.com/spf13/cast/go.mod b/vendor/github.com/spf13/cast/go.mod index c1c0232dd93715033c744e779dfeb22925e729a5..50f8b6ae6bebcaa2c600f712e7006dec077216a3 100644 --- a/vendor/github.com/spf13/cast/go.mod +++ b/vendor/github.com/spf13/cast/go.mod @@ -3,5 +3,5 @@ module github.com/spf13/cast require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/stretchr/testify v1.2.2 + github.com/stretchr/testify v1.7.0 ) diff --git a/vendor/github.com/xeipuuv/gojsonschema/go.mod b/vendor/github.com/xeipuuv/gojsonschema/go.mod index b709d7fcd6466033fb1a76ef8c04aca30517f5cc..95382758ca595f476b73320ff991c43ea1a250fe 100644 --- a/vendor/github.com/xeipuuv/gojsonschema/go.mod +++ b/vendor/github.com/xeipuuv/gojsonschema/go.mod @@ -1,7 +1,7 @@ module github.com/xeipuuv/gojsonschema require ( - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.7.0 github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 ) diff --git a/vendor/go.opencensus.io/go.mod b/vendor/go.opencensus.io/go.mod index c867df5f5c46303fbaa259f3f87ef78c912c5316..016f7a44bd30e9e995269fe431723e2364534b61 100644 --- a/vendor/go.opencensus.io/go.mod +++ b/vendor/go.opencensus.io/go.mod @@ -4,7 +4,7 @@ require ( github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 github.com/golang/protobuf v1.3.1 github.com/google/go-cmp v0.3.0 - github.com/stretchr/testify v1.4.0 + github.com/stretchr/testify v1.7.0 golang.org/x/net v0.0.0-20190620200207-3b0461eec859 golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd // indirect golang.org/x/text v0.3.2 // indirect diff --git a/vendor/go.uber.org/atomic/go.mod b/vendor/go.uber.org/atomic/go.mod index a935daebb9f4dded09141e9c911d3799d507129d..d3c0ac0f8c8a8559b51b9eb171d5d7a164adb706 100644 --- a/vendor/go.uber.org/atomic/go.mod +++ b/vendor/go.uber.org/atomic/go.mod @@ -2,7 +2,7 @@ module go.uber.org/atomic require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.7.0 golang.org/x/lint v0.0.0-20190930215403-16217165b5de golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c // indirect ) diff --git a/vendor/go.uber.org/multierr/go.mod b/vendor/go.uber.org/multierr/go.mod index 58d5f90bbd7fae63d463fc1d470786c2e0ddfd4f..826df553786c327a90a1c24c5751f59301b83859 100644 --- a/vendor/go.uber.org/multierr/go.mod +++ b/vendor/go.uber.org/multierr/go.mod @@ -3,7 +3,7 @@ module go.uber.org/multierr go 1.12 require ( - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.7.0 go.uber.org/atomic v1.6.0 go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee golang.org/x/lint v0.0.0-20190930215403-16217165b5de diff --git a/vendor/go.uber.org/zap/go.mod b/vendor/go.uber.org/zap/go.mod index 6ef4db70edd53c6be4019b0ecf8224b04dc22f7c..55af350492dad673c6364ea0683d769d54f1fadb 100644 --- a/vendor/go.uber.org/zap/go.mod +++ b/vendor/go.uber.org/zap/go.mod @@ -4,7 +4,7 @@ go 1.13 require ( github.com/pkg/errors v0.8.1 - github.com/stretchr/testify v1.4.0 + github.com/stretchr/testify v1.7.0 go.uber.org/atomic v1.6.0 go.uber.org/multierr v1.5.0 golang.org/x/lint v0.0.0-20190930215403-16217165b5de diff --git a/vendor/gomodules.xyz/jsonpatch/v2/go.mod b/vendor/gomodules.xyz/jsonpatch/v2/go.mod index b5eaf830ebc4c8c72e5bb062459c51c6f8b3ec6c..f28e36a264f4d3c972281d702b7cf047cad0bda9 100644 --- a/vendor/gomodules.xyz/jsonpatch/v2/go.mod +++ b/vendor/gomodules.xyz/jsonpatch/v2/go.mod @@ -5,5 +5,5 @@ go 1.12 require ( github.com/evanphx/json-patch v4.5.0+incompatible github.com/pkg/errors v0.8.1 // indirect - github.com/stretchr/testify v1.3.0 + github.com/stretchr/testify v1.7.0 )