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

Skip to content

Commit a1b694e

Browse files
chore: bump github.com/open-policy-agent/opa from 0.40.0 to 0.41.0
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.40.0 to 0.41.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.40.0...v0.41.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]>
1 parent 1634f2c commit a1b694e

File tree

2 files changed

+64
-32
lines changed

2 files changed

+64
-32
lines changed

go.mod

+9-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/awalterschulze/gographviz v2.0.3+incompatible
4848
github.com/bgentry/speakeasy v0.1.0
4949
github.com/briandowns/spinner v1.18.1
50-
github.com/charmbracelet/charm v0.12.1
50+
github.com/charmbracelet/charm v0.8.6
5151
github.com/charmbracelet/lipgloss v0.5.0
5252
github.com/cli/safeexec v1.0.0
5353
github.com/coder/retry v1.3.0
@@ -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,6 +126,11 @@ require (
126126
storj.io/drpc v0.0.30
127127
)
128128

129+
require (
130+
github.com/agnivade/levenshtein v1.0.1 // indirect
131+
github.com/vektah/gqlparser/v2 v2.4.4 // indirect
132+
)
133+
129134
require (
130135
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
131136
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
@@ -203,7 +208,7 @@ require (
203208
github.com/niklasfasching/go-org v1.6.2 // indirect
204209
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
205210
github.com/opencontainers/go-digest v1.0.0 // indirect
206-
github.com/opencontainers/image-spec v1.0.2 // indirect
211+
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
207212
github.com/opencontainers/runc v1.1.2 // indirect
208213
github.com/pelletier/go-toml/v2 v2.0.0-beta.7.0.20220408132554-2377ac4bc04c // indirect
209214
github.com/pion/dtls/v2 v2.1.5 // indirect
@@ -252,7 +257,7 @@ require (
252257
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
253258
google.golang.org/appengine v1.6.7 // indirect
254259
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
255-
google.golang.org/grpc v1.46.2 // indirect
260+
google.golang.org/grpc v1.47.0 // indirect
256261
gopkg.in/ini.v1 v1.62.0 // indirect
257262
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
258263
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)