Skip to content

Commit

Permalink
[CWS] upgrade opa rego to v0.37.2 (#10557)
Browse files Browse the repository at this point in the history
* [CSPM] upgrade rego deps to v0.36.1

* [CSPM] upgrade licenses

* [CSPM] upgrade rego to v0.37.1

* [CSPM] upgrade licenses

* [CSPM] bump to v0.37.2

* Bump `github.com/prometheus/client_golang` to v1.12.1
  • Loading branch information
paulcacheux committed Feb 11, 2022
1 parent 43e3acd commit 28b15f6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
3 changes: 3 additions & 0 deletions LICENSE-3rdparty.csv
Expand Up @@ -537,6 +537,7 @@ core,github.com/open-policy-agent/opa/internal/file/url,Apache-2.0,The OPA Autho
core,github.com/open-policy-agent/opa/internal/future,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/internal/gojsonschema,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/internal/ir,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/internal/json/patch,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/internal/jwx/buffer,MIT,The OPA Authors | lestrrat
core,github.com/open-policy-agent/opa/internal/jwx/jwa,MIT,The OPA Authors | lestrrat
core,github.com/open-policy-agent/opa/internal/jwx/jwk,MIT,The OPA Authors | lestrrat
Expand All @@ -547,6 +548,7 @@ core,github.com/open-policy-agent/opa/internal/lcss,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/internal/leb128,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/internal/merge,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/internal/planner,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/internal/ref,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/internal/rego/opa,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/internal/semver,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/internal/strings,Apache-2.0,The OPA Authors
Expand Down Expand Up @@ -575,6 +577,7 @@ core,github.com/open-policy-agent/opa/topdown/builtins,Apache-2.0,The OPA Author
core,github.com/open-policy-agent/opa/topdown/cache,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/topdown/copypropagation,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/topdown/print,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/tracing,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/types,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/util,Apache-2.0,The OPA Authors
core,github.com/open-policy-agent/opa/version,Apache-2.0,The OPA Authors
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Expand Up @@ -149,13 +149,13 @@ require (
github.com/moby/sys/mountinfo v0.5.0
github.com/mohae/deepcopy v0.0.0-20170603005431-491d3605edfb
github.com/olekukonko/tablewriter v0.0.5
github.com/open-policy-agent/opa v0.35.0
github.com/open-policy-agent/opa v0.37.2
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.43.0
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/openshift/api v0.0.0-20190924102528-32369d4db2ad
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_golang v1.12.1
github.com/richardartoul/molecule v0.0.0-20210914193524-25d8911bb85b
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
github.com/shirou/gopsutil v3.21.9+incompatible
Expand Down Expand Up @@ -185,13 +185,13 @@ require (
golang.org/x/mobile v0.0.0-20201217150744-e6ae53a27f4f
golang.org/x/net v0.0.0-20211111083644-e5c967477495
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
golang.org/x/tools v0.1.9
gomodules.xyz/jsonpatch/v3 v3.0.1
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
google.golang.org/grpc v1.43.0
google.golang.org/grpc v1.44.0
gopkg.in/DataDog/dd-trace-go.v1 v1.34.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
Expand Down Expand Up @@ -269,7 +269,7 @@ require (
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-kit/log v0.1.0 // indirect
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/go-logr/logr v1.2.1 // indirect
github.com/go-logr/logr v1.2.2 // indirect
github.com/go-logr/stdr v1.2.0 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.19.6 // indirect
Expand Down Expand Up @@ -340,7 +340,7 @@ require (
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/prometheus/statsd_exporter v0.21.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
Expand Down
36 changes: 17 additions & 19 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 28b15f6

Please sign in to comment.