Add testify library and its dependencies to vendor
parent
86370c70
No related branches found
No related tags found
Showing
- go.mod 4 additions, 0 deletionsgo.mod
- vendor/github.com/davecgh/go-spew/LICENSE 0 additions, 0 deletionsvendor/github.com/davecgh/go-spew/LICENSE
- vendor/github.com/davecgh/go-spew/spew/bypass.go 0 additions, 0 deletionsvendor/github.com/davecgh/go-spew/spew/bypass.go
- vendor/github.com/davecgh/go-spew/spew/bypasssafe.go 0 additions, 0 deletionsvendor/github.com/davecgh/go-spew/spew/bypasssafe.go
- vendor/github.com/davecgh/go-spew/spew/common.go 0 additions, 0 deletionsvendor/github.com/davecgh/go-spew/spew/common.go
- vendor/github.com/davecgh/go-spew/spew/config.go 0 additions, 0 deletionsvendor/github.com/davecgh/go-spew/spew/config.go
- vendor/github.com/davecgh/go-spew/spew/doc.go 0 additions, 0 deletionsvendor/github.com/davecgh/go-spew/spew/doc.go
- vendor/github.com/davecgh/go-spew/spew/dump.go 0 additions, 0 deletionsvendor/github.com/davecgh/go-spew/spew/dump.go
- vendor/github.com/davecgh/go-spew/spew/format.go 0 additions, 0 deletionsvendor/github.com/davecgh/go-spew/spew/format.go
- vendor/github.com/davecgh/go-spew/spew/spew.go 0 additions, 0 deletionsvendor/github.com/davecgh/go-spew/spew/spew.go
- vendor/github.com/pmezard/go-difflib/LICENSE 0 additions, 0 deletionsvendor/github.com/pmezard/go-difflib/LICENSE
- vendor/github.com/pmezard/go-difflib/difflib/difflib.go 0 additions, 0 deletionsvendor/github.com/pmezard/go-difflib/difflib/difflib.go
- vendor/github.com/stretchr/testify/LICENSE 0 additions, 0 deletionsvendor/github.com/stretchr/testify/LICENSE
- vendor/github.com/stretchr/testify/assert/assertion_compare.go 0 additions, 0 deletions...r/github.com/stretchr/testify/assert/assertion_compare.go
- vendor/github.com/stretchr/testify/assert/assertion_format.go 0 additions, 0 deletions...or/github.com/stretchr/testify/assert/assertion_format.go
- vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl 0 additions, 0 deletions...thub.com/stretchr/testify/assert/assertion_format.go.tmpl
- vendor/github.com/stretchr/testify/assert/assertion_forward.go 0 additions, 0 deletions...r/github.com/stretchr/testify/assert/assertion_forward.go
- vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl 0 additions, 0 deletions...hub.com/stretchr/testify/assert/assertion_forward.go.tmpl
- vendor/github.com/stretchr/testify/assert/assertion_order.go 0 additions, 0 deletionsvendor/github.com/stretchr/testify/assert/assertion_order.go
- vendor/github.com/stretchr/testify/assert/assertions.go 0 additions, 0 deletionsvendor/github.com/stretchr/testify/assert/assertions.go
... | ... | @@ -6,6 +6,7 @@ require ( |
code.vereign.com/gaiax/tsa/golib v0.0.0-20220321093827-5fdf8f34aad9 | ||
github.com/kelseyhightower/envconfig v1.4.0 | ||
github.com/open-policy-agent/opa v0.38.1 | ||
github.com/stretchr/testify v1.7.0 | ||
go.mongodb.org/mongo-driver v1.8.4 | ||
go.uber.org/zap v1.21.0 | ||
goa.design/goa/v3 v3.7.0 | ||
... | ... | @@ -14,6 +15,7 @@ require ( |
require ( | ||
github.com/OneOfOne/xxhash v1.2.8 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect | ||
github.com/dimfeld/httptreemux/v5 v5.4.0 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
... | ... | @@ -27,6 +29,7 @@ require ( |
github.com/klauspost/compress v1.13.6 // indirect | ||
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect | ||
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/smartystreets/assertions v1.2.1 // indirect | ||
... | ... | @@ -47,4 +50,5 @@ require ( |
golang.org/x/tools v0.1.10 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) |
vendor/github.com/davecgh/go-spew/LICENSE
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/pmezard/go-difflib/LICENSE
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/stretchr/testify/LICENSE
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment