From 5f55893ab5c2976dfc77ab2ba7b537beae1df50d Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 19 Feb 2021 01:03:08 +0000 Subject: [PATCH] Update module stretchr/testify to v1.7.0 --- vendor/github.com/Masterminds/sprig/v3/go.mod | 2 +- vendor/github.com/Masterminds/squirrel/go.mod | 2 +- vendor/github.com/go-openapi/jsonpointer/go.mod | 2 +- vendor/github.com/go-openapi/jsonreference/go.mod | 2 +- vendor/github.com/go-openapi/spec/go.mod | 2 +- vendor/github.com/go-openapi/swag/go.mod | 2 +- vendor/github.com/json-iterator/go/go.mod | 2 +- vendor/github.com/sirupsen/logrus/go.mod | 2 +- vendor/github.com/spf13/cast/go.mod | 2 +- vendor/github.com/xeipuuv/gojsonschema/go.mod | 2 +- vendor/go.opencensus.io/go.mod | 2 +- vendor/go.uber.org/atomic/go.mod | 2 +- vendor/go.uber.org/multierr/go.mod | 2 +- vendor/go.uber.org/zap/go.mod | 2 +- vendor/gomodules.xyz/jsonpatch/v2/go.mod | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/vendor/github.com/Masterminds/sprig/v3/go.mod b/vendor/github.com/Masterminds/sprig/v3/go.mod index 672e04f..35da787 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 235b74d..8a18c83 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 3e45e22..9f3906d 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 aff1d01..7120db2 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 02a142c..53617b3 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 15bbb08..1f99dd3 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 e05c42f..1f1e5cf 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 b3919d5..b74dafc 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 c1c0232..50f8b6a 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 b709d7f..9538275 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 c867df5..016f7a4 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 a935dae..d3c0ac0 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 58d5f90..826df55 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 6ef4db7..55af350 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 b5eaf83..f28e36a 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 ) -- GitLab