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

Skip to content

Commit cf477ff

Browse files
authored
chore: bump github.com/open-policy-agent/opa from 0.40.0 to 0.41.0 (#2093)
1 parent d7be7a8 commit cf477ff

File tree

2 files changed

+44
-30
lines changed

2 files changed

+44
-30
lines changed

go.mod

+8-4
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ require (
8484
github.com/mattn/go-isatty v0.0.14
8585
github.com/mitchellh/mapstructure v1.5.0
8686
github.com/moby/moby v20.10.16+incompatible
87-
github.com/open-policy-agent/opa v0.40.0
87+
github.com/open-policy-agent/opa v0.41.0
8888
github.com/ory/dockertest/v3 v3.9.1
8989
github.com/pion/datachannel v1.5.2
9090
github.com/pion/logging v0.2.2
@@ -126,7 +126,11 @@ require (
126126
storj.io/drpc v0.0.30
127127
)
128128

129-
require github.com/yuin/goldmark v1.4.12 // indirect
129+
require (
130+
github.com/agnivade/levenshtein v1.0.1 // indirect
131+
github.com/vektah/gqlparser/v2 v2.4.4 // indirect
132+
github.com/yuin/goldmark v1.4.12 // indirect
133+
)
130134

131135
require (
132136
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
@@ -205,7 +209,7 @@ require (
205209
github.com/niklasfasching/go-org v1.6.2 // indirect
206210
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
207211
github.com/opencontainers/go-digest v1.0.0 // indirect
208-
github.com/opencontainers/image-spec v1.0.2 // indirect
212+
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
209213
github.com/opencontainers/runc v1.1.2 // indirect
210214
github.com/pelletier/go-toml/v2 v2.0.0-beta.7.0.20220408132554-2377ac4bc04c // indirect
211215
github.com/pion/dtls/v2 v2.1.5 // indirect
@@ -254,7 +258,7 @@ require (
254258
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
255259
google.golang.org/appengine v1.6.7 // indirect
256260
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58 // indirect
257-
google.golang.org/grpc v1.46.2 // indirect
261+
google.golang.org/grpc v1.47.0 // indirect
258262
gopkg.in/ini.v1 v1.62.0 // indirect
259263
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
260264
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)