Skip to content

Commit 8b721b9

Browse files
chore(deps): bump github.com/open-policy-agent/opa from 0.33.1 to 0.38.1 (#9)
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.33.1 to 0.38.1. - [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.33.1...v0.38.1) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47c9458 commit 8b721b9

File tree

2 files changed

+210
-58
lines changed

2 files changed

+210
-58
lines changed

go.mod

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,17 @@ module github.com/chen-keinan/go-opa-validate
33
go 1.17
44

55
require (
6-
github.com/open-policy-agent/opa v0.33.1
6+
github.com/open-policy-agent/opa v0.38.1
77
gopkg.in/yaml.v2 v2.4.0
88
)
99

1010
require (
1111
github.com/OneOfOne/xxhash v1.2.8 // indirect
1212
github.com/ghodss/yaml v1.0.0 // indirect
1313
github.com/gobwas/glob v0.2.3 // indirect
14-
github.com/golang/mock v1.6.0 // indirect
1514
github.com/pkg/errors v0.9.1 // indirect
1615
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
1716
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
1817
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
1918
github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b // indirect
20-
golang.org/x/mod v0.4.2 // indirect
21-
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
22-
golang.org/x/tools v0.1.2 // indirect
23-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
2419
)

0 commit comments

Comments
 (0)