Skip to content

Commit 154ffc1

Browse files
committed
fix whatever it was trying to do
1 parent 7fb3c57 commit 154ffc1

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)