Add OPA and Rego dependencies to vendor
parent
f7e28673
No related branches found
No related tags found
Showing
- go.mod 9 additions, 0 deletionsgo.mod
- go.sum 333 additions, 1 deletiongo.sum
- vendor/github.com/OneOfOne/xxhash/.gitignore 0 additions, 0 deletionsvendor/github.com/OneOfOne/xxhash/.gitignore
- vendor/github.com/OneOfOne/xxhash/.travis.yml 0 additions, 0 deletionsvendor/github.com/OneOfOne/xxhash/.travis.yml
- vendor/github.com/OneOfOne/xxhash/LICENSE 0 additions, 0 deletionsvendor/github.com/OneOfOne/xxhash/LICENSE
- vendor/github.com/OneOfOne/xxhash/README.md 0 additions, 0 deletionsvendor/github.com/OneOfOne/xxhash/README.md
- vendor/github.com/OneOfOne/xxhash/xxhash.go 0 additions, 0 deletionsvendor/github.com/OneOfOne/xxhash/xxhash.go
- vendor/github.com/OneOfOne/xxhash/xxhash_go17.go 0 additions, 0 deletionsvendor/github.com/OneOfOne/xxhash/xxhash_go17.go
- vendor/github.com/OneOfOne/xxhash/xxhash_safe.go 0 additions, 0 deletionsvendor/github.com/OneOfOne/xxhash/xxhash_safe.go
- vendor/github.com/OneOfOne/xxhash/xxhash_unsafe.go 0 additions, 0 deletionsvendor/github.com/OneOfOne/xxhash/xxhash_unsafe.go
- vendor/github.com/ghodss/yaml/.gitignore 0 additions, 0 deletionsvendor/github.com/ghodss/yaml/.gitignore
- vendor/github.com/ghodss/yaml/.travis.yml 0 additions, 0 deletionsvendor/github.com/ghodss/yaml/.travis.yml
- vendor/github.com/ghodss/yaml/LICENSE 0 additions, 0 deletionsvendor/github.com/ghodss/yaml/LICENSE
- vendor/github.com/ghodss/yaml/README.md 0 additions, 0 deletionsvendor/github.com/ghodss/yaml/README.md
- vendor/github.com/ghodss/yaml/fields.go 0 additions, 0 deletionsvendor/github.com/ghodss/yaml/fields.go
- vendor/github.com/ghodss/yaml/yaml.go 0 additions, 0 deletionsvendor/github.com/ghodss/yaml/yaml.go
- vendor/github.com/gobwas/glob/.gitignore 0 additions, 0 deletionsvendor/github.com/gobwas/glob/.gitignore
- vendor/github.com/gobwas/glob/.travis.yml 0 additions, 0 deletionsvendor/github.com/gobwas/glob/.travis.yml
- vendor/github.com/gobwas/glob/LICENSE 0 additions, 0 deletionsvendor/github.com/gobwas/glob/LICENSE
- vendor/github.com/gobwas/glob/bench.sh 0 additions, 0 deletionsvendor/github.com/gobwas/glob/bench.sh
... | ... | @@ -5,21 +5,30 @@ go 1.17 |
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 | ||
go.uber.org/zap v1.21.0 | ||
goa.design/goa/v3 v3.7.0 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
) | ||
require ( | ||
github.com/OneOfOne/xxhash v1.2.8 // 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 | ||
github.com/gobwas/glob v0.2.3 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20220221023154-0b2280d3ff96 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/jtolds/gls v4.20.0+incompatible // indirect | ||
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect | ||
github.com/pkg/errors v0.9.1 // 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 | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b // indirect | ||
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
... | ... |
This diff is collapsed.
vendor/github.com/OneOfOne/xxhash/.gitignore
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/OneOfOne/xxhash/LICENSE
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/OneOfOne/xxhash/README.md
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/OneOfOne/xxhash/xxhash.go
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.
vendor/github.com/ghodss/yaml/.gitignore
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/ghodss/yaml/.travis.yml
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/ghodss/yaml/LICENSE
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/ghodss/yaml/README.md
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/ghodss/yaml/fields.go
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/ghodss/yaml/yaml.go
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/gobwas/glob/.gitignore
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/gobwas/glob/.travis.yml
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/gobwas/glob/LICENSE
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/gobwas/glob/bench.sh
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment