Skip to content

Commit 4cda61c

Browse files
chore(deps): bump github.com/open-policy-agent/opa from 0.37.0 to 0.39.0 (infracost#1518)
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.37.0 to 0.39.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.37.0...v0.39.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7934bb7 commit 4cda61c

File tree

2 files changed

+36
-134
lines changed

2 files changed

+36
-134
lines changed

go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -134,21 +134,21 @@ require (
134134
github.com/iancoleman/orderedmap v0.2.0 // indirect
135135
github.com/klauspost/compress v1.13.5 // indirect
136136
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
137-
github.com/open-policy-agent/opa v0.37.0
137+
github.com/open-policy-agent/opa v0.39.0
138138
github.com/otiai10/copy v1.7.0
139139
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
140140
github.com/ulikunitz/xz v0.5.8 // indirect
141141
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
142142
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
143-
github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b // indirect
143+
github.com/yashtewari/glob-intersection v0.1.0 // indirect
144144
github.com/zclconf/go-cty-yaml v1.0.2
145145
go.opencensus.io v0.23.0 // indirect
146146
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
147147
google.golang.org/api v0.62.0 // indirect
148148
google.golang.org/appengine v1.6.7 // indirect
149149
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
150-
google.golang.org/grpc v1.44.0 // indirect
151-
google.golang.org/protobuf v1.27.1 // indirect
150+
google.golang.org/grpc v1.45.0 // indirect
151+
google.golang.org/protobuf v1.28.0 // indirect
152152
)
153153

154154
replace github.com/jedib0t/go-pretty/v6 => github.com/aliscott/go-pretty/v6 v6.1.1-0.20210226104003-408905a61c8e

0 commit comments

Comments
 (0)