UNCLASSIFIED

Commit 5f55893a authored by renovate's avatar renovate
Browse files

Update module stretchr/testify to v1.7.0

parent 3250f339
Pipeline #168334 passed with stages
in 77 minutes and 45 seconds
...@@ -11,6 +11,6 @@ require ( ...@@ -11,6 +11,6 @@ require (
github.com/mitchellh/copystructure v1.0.0 github.com/mitchellh/copystructure v1.0.0
github.com/shopspring/decimal v1.2.0 github.com/shopspring/decimal v1.2.0
github.com/spf13/cast v1.3.1 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 golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
) )
...@@ -7,5 +7,5 @@ require ( ...@@ -7,5 +7,5 @@ require (
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 github.com/lann/builder v0.0.0-20180802200727-47ae307949d0
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2 github.com/stretchr/testify v1.7.0
) )
...@@ -3,7 +3,7 @@ module github.com/go-openapi/jsonpointer ...@@ -3,7 +3,7 @@ module github.com/go-openapi/jsonpointer
require ( require (
github.com/go-openapi/swag v0.19.5 github.com/go-openapi/swag v0.19.5
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect 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 go 1.13
...@@ -4,7 +4,7 @@ require ( ...@@ -4,7 +4,7 @@ require (
github.com/PuerkitoBio/purell v1.1.1 github.com/PuerkitoBio/purell v1.1.1
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/go-openapi/jsonpointer v0.19.3 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/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/text v0.3.2 // indirect golang.org/x/text v0.3.2 // indirect
) )
......
...@@ -6,7 +6,7 @@ require ( ...@@ -6,7 +6,7 @@ require (
github.com/go-openapi/swag v0.19.5 github.com/go-openapi/swag v0.19.5
github.com/kr/pty v1.1.5 // indirect github.com/kr/pty v1.1.5 // indirect
github.com/stretchr/objx v0.2.0 // 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/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect
......
...@@ -4,7 +4,7 @@ require ( ...@@ -4,7 +4,7 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect github.com/kr/pretty v0.1.0 // indirect
github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63 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/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 gopkg.in/yaml.v2 v2.2.2
) )
......
...@@ -7,5 +7,5 @@ require ( ...@@ -7,5 +7,5 @@ require (
github.com/google/gofuzz v1.0.0 github.com/google/gofuzz v1.0.0
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742
github.com/stretchr/testify v1.3.0 github.com/stretchr/testify v1.7.0
) )
...@@ -3,7 +3,7 @@ module github.com/sirupsen/logrus ...@@ -3,7 +3,7 @@ module github.com/sirupsen/logrus
require ( require (
github.com/davecgh/go-spew v1.1.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // 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 golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
) )
......
...@@ -3,5 +3,5 @@ module github.com/spf13/cast ...@@ -3,5 +3,5 @@ module github.com/spf13/cast
require ( require (
github.com/davecgh/go-spew v1.1.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2 github.com/stretchr/testify v1.7.0
) )
module github.com/xeipuuv/gojsonschema module github.com/xeipuuv/gojsonschema
require ( 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/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
) )
...@@ -4,7 +4,7 @@ require ( ...@@ -4,7 +4,7 @@ require (
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
github.com/golang/protobuf v1.3.1 github.com/golang/protobuf v1.3.1
github.com/google/go-cmp v0.3.0 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/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd // indirect golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd // indirect
golang.org/x/text v0.3.2 // indirect golang.org/x/text v0.3.2 // indirect
......
...@@ -2,7 +2,7 @@ module go.uber.org/atomic ...@@ -2,7 +2,7 @@ module go.uber.org/atomic
require ( require (
github.com/davecgh/go-spew v1.1.1 // indirect 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/lint v0.0.0-20190930215403-16217165b5de
golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c // indirect golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c // indirect
) )
......
...@@ -3,7 +3,7 @@ module go.uber.org/multierr ...@@ -3,7 +3,7 @@ module go.uber.org/multierr
go 1.12 go 1.12
require ( 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/atomic v1.6.0
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee
golang.org/x/lint v0.0.0-20190930215403-16217165b5de golang.org/x/lint v0.0.0-20190930215403-16217165b5de
......
...@@ -4,7 +4,7 @@ go 1.13 ...@@ -4,7 +4,7 @@ go 1.13
require ( require (
github.com/pkg/errors v0.8.1 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/atomic v1.6.0
go.uber.org/multierr v1.5.0 go.uber.org/multierr v1.5.0
golang.org/x/lint v0.0.0-20190930215403-16217165b5de golang.org/x/lint v0.0.0-20190930215403-16217165b5de
......
...@@ -5,5 +5,5 @@ go 1.12 ...@@ -5,5 +5,5 @@ go 1.12
require ( require (
github.com/evanphx/json-patch v4.5.0+incompatible github.com/evanphx/json-patch v4.5.0+incompatible
github.com/pkg/errors v0.8.1 // indirect github.com/pkg/errors v0.8.1 // indirect
github.com/stretchr/testify v1.3.0 github.com/stretchr/testify v1.7.0
) )
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment