Skip to content

Commit ee13d21

Browse files
chore: bump github.com/open-policy-agent/opa from 0.44.0 to 0.51.0
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.44.0 to 0.51.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.44.0...v0.51.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] <support@github.com>
1 parent f6f927e commit ee13d21

File tree

2 files changed

+39
-372
lines changed

2 files changed

+39
-372
lines changed

go.mod

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ require (
5959
github.com/andybalholm/brotli v1.0.4
6060
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
6161
github.com/awalterschulze/gographviz v2.0.3+incompatible
62+
github.com/bep/debounce v1.2.1
6263
github.com/bgentry/speakeasy v0.1.0
6364
github.com/bramvdbogaerde/go-scp v1.2.1-0.20221219230748-977ee74ac37b
6465
github.com/briandowns/spinner v1.18.1
@@ -88,7 +89,7 @@ require (
8889
github.com/go-chi/chi/v5 v5.0.7
8990
github.com/go-chi/httprate v0.7.1
9091
github.com/go-chi/render v1.0.1
91-
github.com/go-logr/logr v1.2.3
92+
github.com/go-logr/logr v1.2.4
9293
github.com/go-ping/ping v1.1.0
9394
github.com/go-playground/validator/v10 v10.12.0
9495
github.com/gofrs/flock v0.8.1
@@ -118,7 +119,7 @@ require (
118119
github.com/mitchellh/mapstructure v1.5.0
119120
github.com/moby/moby v20.10.23+incompatible
120121
github.com/muesli/reflow v0.3.0
121-
github.com/open-policy-agent/opa v0.44.0
122+
github.com/open-policy-agent/opa v0.51.0
122123
github.com/ory/dockertest/v3 v3.9.1
123124
github.com/pion/udp v0.1.1
124125
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
@@ -139,12 +140,12 @@ require (
139140
github.com/wagslane/go-password-validator v0.3.0
140141
go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1
141142
go.nhat.io/otelsql v0.7.0
142-
go.opentelemetry.io/otel v1.11.1
143-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.1
144-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.1
143+
go.opentelemetry.io/otel v1.14.0
144+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0
145+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0
145146
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.11.1
146-
go.opentelemetry.io/otel/sdk v1.11.1
147-
go.opentelemetry.io/otel/trace v1.11.1
147+
go.opentelemetry.io/otel/sdk v1.14.0
148+
go.opentelemetry.io/otel/trace v1.14.0
148149
go.uber.org/atomic v1.10.0
149150
go.uber.org/goleak v1.2.1
150151
go4.org/netipx v0.0.0-20220725152314-7e7bdc8411bf
@@ -159,7 +160,7 @@ require (
159160
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
160161
golang.zx2c4.com/wireguard v0.0.0-20230223181233-21636207a675
161162
google.golang.org/api v0.108.0
162-
google.golang.org/grpc v1.53.0
163+
google.golang.org/grpc v1.54.0
163164
google.golang.org/protobuf v1.28.2-0.20230118093459-a9481185b34d
164165
gopkg.in/natefinch/lumberjack.v2 v2.0.0
165166
gopkg.in/square/go-jose.v2 v2.6.0
@@ -173,11 +174,9 @@ require (
173174

174175
require (
175176
cloud.google.com/go/logging v1.6.1 // indirect
176-
github.com/bep/debounce v1.2.1 // indirect
177-
github.com/dgraph-io/badger/v3 v3.2103.5 // indirect
178177
github.com/dustin/go-humanize v1.0.1 // indirect
179178
github.com/golang/glog v1.0.0 // indirect
180-
github.com/golang/protobuf v1.5.2 // indirect
179+
github.com/golang/protobuf v1.5.3 // indirect
181180
github.com/google/flatbuffers v23.1.21+incompatible // indirect
182181
github.com/h2non/filetype v1.1.3 // indirect
183182
github.com/json-iterator/go v1.1.12 // indirect
@@ -298,7 +297,7 @@ require (
298297
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
299298
github.com/olekukonko/tablewriter v0.0.5 // indirect
300299
github.com/opencontainers/go-digest v1.0.0 // indirect
301-
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198 // indirect
300+
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
302301
github.com/opencontainers/runc v1.1.5 // indirect
303302
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
304303
github.com/pion/transport v0.14.1 // indirect
@@ -339,8 +338,8 @@ require (
339338
github.com/zclconf/go-cty v1.10.0 // indirect
340339
github.com/zeebo/errs v1.3.0 // indirect
341340
go.opencensus.io v0.24.0 // indirect
342-
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.11.1 // indirect
343-
go.opentelemetry.io/otel/metric v0.33.0 // indirect
341+
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
342+
go.opentelemetry.io/otel/metric v0.34.0 // indirect
344343
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
345344
go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
346345
golang.org/x/net v0.8.0 // indirect

0 commit comments

Comments
 (0)