Skip to content

Commit 06b5639

Browse files
chore: bump github.com/open-policy-agent/opa from 0.56.0 to 0.57.0
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.56.0 to 0.57.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.56.0...v0.57.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] <support@github.com>
1 parent 4b0565c commit 06b5639

File tree

2 files changed

+16
-36
lines changed

2 files changed

+16
-36
lines changed

go.mod

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ require (
141141
github.com/mitchellh/mapstructure v1.5.0
142142
github.com/moby/moby v24.0.1+incompatible
143143
github.com/muesli/termenv v0.15.2
144-
github.com/open-policy-agent/opa v0.56.0
144+
github.com/open-policy-agent/opa v0.57.0
145145
github.com/ory/dockertest/v3 v3.10.0
146146
github.com/pion/udp v0.1.2
147147
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
@@ -185,7 +185,7 @@ require (
185185
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
186186
golang.zx2c4.com/wireguard v0.0.0-20230704135630-469159ecf7d1
187187
google.golang.org/api v0.142.0
188-
google.golang.org/grpc v1.58.1
188+
google.golang.org/grpc v1.58.2
189189
google.golang.org/protobuf v1.31.0
190190
gopkg.in/DataDog/dd-trace-go.v1 v1.55.0
191191
gopkg.in/natefinch/lumberjack.v2 v2.2.1
@@ -196,6 +196,11 @@ require (
196196
tailscale.com v1.46.1
197197
)
198198

199+
require (
200+
github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89
201+
github.com/chromedp/chromedp v0.9.2
202+
)
203+
199204
require (
200205
cloud.google.com/go/compute v1.23.0 // indirect
201206
cloud.google.com/go/logging v1.8.1 // indirect
@@ -244,12 +249,10 @@ require (
244249
github.com/bep/godartsass/v2 v2.0.0 // indirect
245250
github.com/bep/golibsass v1.1.1 // indirect
246251
github.com/cespare/xxhash/v2 v2.2.0 // indirect
247-
github.com/chromedp/cdproto v0.0.0-20230802225258-3cf4e6d46a89 // indirect
248-
github.com/chromedp/chromedp v0.9.2 // indirect
249252
github.com/chromedp/sysutil v1.0.0 // indirect
250253
github.com/clbanning/mxj/v2 v2.7.0 // indirect
251254
github.com/cloudflare/circl v1.3.3 // indirect
252-
github.com/containerd/continuity v0.4.2-0.20230616210509-1e0d26eb2381 // indirect
255+
github.com/containerd/continuity v0.4.2 // indirect
253256
github.com/coreos/go-iptables v0.6.0 // indirect
254257
github.com/dlclark/regexp2 v1.10.0 // indirect
255258
github.com/docker/cli v23.0.5+incompatible // indirect

0 commit comments

Comments
 (0)