Skip to content

Commit

Permalink
[CWS] upgrade opa rego to v0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Jan 17, 2022
1 parent 0a44566 commit 41559c4
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 41 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ require (
github.com/fatih/color v1.13.0
github.com/florianl/go-conntrack v0.2.0
github.com/freddierice/go-losetup v0.0.0-20170407175016-fc9adea44124
github.com/go-ini/ini v1.63.2
github.com/go-ini/ini v1.66.2
github.com/go-ole/go-ole v1.2.6
github.com/go-openapi/spec v0.20.4
github.com/go-sql-driver/mysql v1.5.0 // indirect
Expand All @@ -132,7 +132,7 @@ require (
github.com/google/go-cmp v0.5.6
github.com/google/gofuzz v1.2.0
github.com/google/gopacket v1.1.19
github.com/google/pprof v0.0.0-20210423192551-a2663126120b
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1
github.com/gorilla/mux v1.8.0
github.com/gosnmp/gosnmp v1.34.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
Expand Down Expand Up @@ -168,7 +168,7 @@ require (
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.17.0 // indirect
github.com/open-policy-agent/opa v0.35.0
github.com/open-policy-agent/opa v0.36.1
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.38.0
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/opencontainers/selinux v1.9.1 // indirect
Expand All @@ -183,7 +183,7 @@ require (
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
github.com/shuLhan/go-bindata v4.0.0+incompatible
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
Expand All @@ -209,13 +209,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-20211124211545-fe61309f8881
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
golang.org/x/tools v0.1.8
gomodules.xyz/jsonpatch/v3 v3.0.1
google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08
google.golang.org/grpc v1.42.0
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
google.golang.org/grpc v1.43.0
gopkg.in/DataDog/dd-trace-go.v1 v1.34.0
gopkg.in/Knetic/govaluate.v3 v3.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0
Expand Down

0 comments on commit 41559c4

Please sign in to comment.