Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9032b7e

Browse files
chore: bump github.com/open-policy-agent/opa from 0.39.0 to 0.40.0 (#1245)
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.39.0 to 0.40.0. - [Release notes](https://github.com/open-policy-agent/opa/releases) - [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md) - [Commits](open-policy-agent/opa@v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: github.com/open-policy-agent/opa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6dd378c commit 9032b7e

File tree

2 files changed

+47
-15
lines changed

2 files changed

+47
-15
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ require (
8181
github.com/mattn/go-isatty v0.0.14
8282
github.com/mitchellh/mapstructure v1.5.0
8383
github.com/moby/moby v20.10.14+incompatible
84-
github.com/open-policy-agent/opa v0.39.0
84+
github.com/open-policy-agent/opa v0.40.0
8585
github.com/ory/dockertest/v3 v3.8.1
8686
github.com/pion/datachannel v1.5.2
8787
github.com/pion/logging v0.2.2
@@ -233,7 +233,7 @@ require (
233233
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
234234
google.golang.org/appengine v1.6.7 // indirect
235235
google.golang.org/genproto v0.0.0-20220421151946-72621c1f0bd3 // indirect
236-
google.golang.org/grpc v1.45.0 // indirect
236+
google.golang.org/grpc v1.46.0 // indirect
237237
gopkg.in/ini.v1 v1.62.0 // indirect
238238
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
239239
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)