Skip to content

Commit 54690b4

Browse files
Bump github.com/open-policy-agent/opa from 0.41.0 to 0.42.0 (#56)
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.41.0 to 0.42.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.41.0...v0.42.0) --- updated-dependencies: - dependency-name: github.com/open-policy-agent/opa dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25fe233 commit 54690b4

File tree

2 files changed

+42
-44
lines changed

2 files changed

+42
-44
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ require (
99
github.com/imdario/mergo v0.3.12
1010
github.com/migueleliasweb/go-github-mock v0.0.8
1111
github.com/rs/zerolog v1.26.1
12-
github.com/spf13/cobra v1.4.0
12+
github.com/spf13/cobra v1.5.0
1313
github.com/spf13/viper v1.11.0
14-
github.com/stretchr/testify v1.7.1
14+
github.com/stretchr/testify v1.8.0
1515
github.com/thoas/go-funk v0.9.2
1616
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
1717
)
@@ -20,7 +20,7 @@ require (
2020
github.com/agnivade/levenshtein v1.0.1 // indirect
2121
github.com/google/go-cmp v0.5.8 // indirect
2222
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
23-
github.com/vektah/gqlparser/v2 v2.4.4 // indirect
23+
github.com/vektah/gqlparser/v2 v2.4.5 // indirect
2424
)
2525

2626
require (
@@ -36,7 +36,7 @@ require (
3636
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
3737
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
3838
github.com/yashtewari/glob-intersection v0.1.0 // indirect
39-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
39+
gopkg.in/yaml.v3 v3.0.1 // indirect
4040
)
4141

4242
require (
@@ -50,14 +50,14 @@ require (
5050
github.com/inconshreveable/mousetrap v1.0.0 // indirect
5151
github.com/magiconair/properties v1.8.6 // indirect
5252
github.com/mitchellh/mapstructure v1.5.0
53-
github.com/open-policy-agent/opa v0.41.0
53+
github.com/open-policy-agent/opa v0.42.0
5454
github.com/pelletier/go-toml v1.9.5 // indirect
5555
github.com/spf13/afero v1.8.2 // indirect
5656
github.com/spf13/cast v1.4.1 // indirect
5757
github.com/spf13/jwalterweatherman v1.1.0 // indirect
5858
github.com/spf13/pflag v1.0.5 // indirect
5959
github.com/subosito/gotenv v1.2.0 // indirect
60-
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
60+
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
6161
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
6262
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
6363
golang.org/x/text v0.3.7 // indirect

0 commit comments

Comments
 (0)