Skip to content

Commit

Permalink
chore: bump github.com/open-policy-agent/opa from 0.40.0 to 0.41.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyrk committed Jun 6, 2022
1 parent d7be7a8 commit cf477ff
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 30 deletions.
12 changes: 8 additions & 4 deletions go.mod
Expand Up @@ -84,7 +84,7 @@ require (
github.com/mattn/go-isatty v0.0.14
github.com/mitchellh/mapstructure v1.5.0
github.com/moby/moby v20.10.16+incompatible
github.com/open-policy-agent/opa v0.40.0
github.com/open-policy-agent/opa v0.41.0
github.com/ory/dockertest/v3 v3.9.1
github.com/pion/datachannel v1.5.2
github.com/pion/logging v0.2.2
Expand Down Expand Up @@ -126,7 +126,11 @@ require (
storj.io/drpc v0.0.30
)

require github.com/yuin/goldmark v1.4.12 // indirect
require (
github.com/agnivade/levenshtein v1.0.1 // indirect
github.com/vektah/gqlparser/v2 v2.4.4 // indirect
github.com/yuin/goldmark v1.4.12 // indirect
)

require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
Expand Down Expand Up @@ -205,7 +209,7 @@ require (
github.com/niklasfasching/go-org v1.6.2 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/opencontainers/runc v1.1.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.0-beta.7.0.20220408132554-2377ac4bc04c // indirect
github.com/pion/dtls/v2 v2.1.5 // indirect
Expand Down Expand Up @@ -254,7 +258,7 @@ require (
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58 // indirect
google.golang.org/grpc v1.46.2 // indirect
google.golang.org/grpc v1.47.0 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down

0 comments on commit cf477ff

Please sign in to comment.