Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee13d21

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 parentf6f927e commitee13d21

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/brotliv1.0.4
6060
github.com/armon/circbufv0.0.0-20190214190532-5111143e8da2
6161
github.com/awalterschulze/gographvizv2.0.3+incompatible
62+
github.com/bep/debouncev1.2.1
6263
github.com/bgentry/speakeasyv0.1.0
6364
github.com/bramvdbogaerde/go-scpv1.2.1-0.20221219230748-977ee74ac37b
6465
github.com/briandowns/spinnerv1.18.1
@@ -88,7 +89,7 @@ require (
8889
github.com/go-chi/chi/v5v5.0.7
8990
github.com/go-chi/httpratev0.7.1
9091
github.com/go-chi/renderv1.0.1
91-
github.com/go-logr/logrv1.2.3
92+
github.com/go-logr/logrv1.2.4
9293
github.com/go-ping/pingv1.1.0
9394
github.com/go-playground/validator/v10v10.12.0
9495
github.com/gofrs/flockv0.8.1
@@ -118,7 +119,7 @@ require (
118119
github.com/mitchellh/mapstructurev1.5.0
119120
github.com/moby/mobyv20.10.23+incompatible
120121
github.com/muesli/reflowv0.3.0
121-
github.com/open-policy-agent/opav0.44.0
122+
github.com/open-policy-agent/opav0.51.0
122123
github.com/ory/dockertest/v3v3.9.1
123124
github.com/pion/udpv0.1.1
124125
github.com/pkg/browserv0.0.0-20210911075715-681adbf594b8
@@ -139,12 +140,12 @@ require (
139140
github.com/wagslane/go-password-validatorv0.3.0
140141
go.mozilla.org/pkcs7v0.0.0-20200128120323-432b2356ecb1
141142
go.nhat.io/otelsqlv0.7.0
142-
go.opentelemetry.io/otelv1.11.1
143-
go.opentelemetry.io/otel/exporters/otlp/otlptracev1.11.1
144-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcv1.11.1
143+
go.opentelemetry.io/otelv1.14.0
144+
go.opentelemetry.io/otel/exporters/otlp/otlptracev1.14.0
145+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpcv1.14.0
145146
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttpv1.11.1
146-
go.opentelemetry.io/otel/sdkv1.11.1
147-
go.opentelemetry.io/otel/tracev1.11.1
147+
go.opentelemetry.io/otel/sdkv1.14.0
148+
go.opentelemetry.io/otel/tracev1.14.0
148149
go.uber.org/atomicv1.10.0
149150
go.uber.org/goleakv1.2.1
150151
go4.org/netipxv0.0.0-20220725152314-7e7bdc8411bf
@@ -159,7 +160,7 @@ require (
159160
golang.org/x/xerrorsv0.0.0-20220907171357-04be3eba64a2
160161
golang.zx2c4.com/wireguardv0.0.0-20230223181233-21636207a675
161162
google.golang.org/apiv0.108.0
162-
google.golang.org/grpcv1.53.0
163+
google.golang.org/grpcv1.54.0
163164
google.golang.org/protobufv1.28.2-0.20230118093459-a9481185b34d
164165
gopkg.in/natefinch/lumberjack.v2v2.0.0
165166
gopkg.in/square/go-jose.v2v2.6.0
@@ -173,11 +174,9 @@ require (
173174

174175
require (
175176
cloud.google.com/go/loggingv1.6.1// indirect
176-
github.com/bep/debouncev1.2.1// indirect
177-
github.com/dgraph-io/badger/v3v3.2103.5// indirect
178177
github.com/dustin/go-humanizev1.0.1// indirect
179178
github.com/golang/glogv1.0.0// indirect
180-
github.com/golang/protobufv1.5.2// indirect
179+
github.com/golang/protobufv1.5.3// indirect
181180
github.com/google/flatbuffersv23.1.21+incompatible// indirect
182181
github.com/h2non/filetypev1.1.3// indirect
183182
github.com/json-iterator/gov1.1.12// indirect
@@ -298,7 +297,7 @@ require (
298297
github.com/nu7hatch/gouuidv0.0.0-20131221200532-179d4d0c4d8d// indirect
299298
github.com/olekukonko/tablewriterv0.0.5// indirect
300299
github.com/opencontainers/go-digestv1.0.0// indirect
301-
github.com/opencontainers/image-specv1.0.3-0.20220114050600-8b9d41f48198// indirect
300+
github.com/opencontainers/image-specv1.1.0-rc2// indirect
302301
github.com/opencontainers/runcv1.1.5// indirect
303302
github.com/pelletier/go-toml/v2v2.0.6// indirect
304303
github.com/pion/transportv0.14.1// indirect
@@ -339,8 +338,8 @@ require (
339338
github.com/zclconf/go-ctyv1.10.0// indirect
340339
github.com/zeebo/errsv1.3.0// indirect
341340
go.opencensus.iov0.24.0// indirect
342-
go.opentelemetry.io/otel/exporters/otlp/internal/retryv1.11.1// indirect
343-
go.opentelemetry.io/otel/metricv0.33.0// indirect
341+
go.opentelemetry.io/otel/exporters/otlp/internal/retryv1.14.0// indirect
342+
go.opentelemetry.io/otel/metricv0.34.0// indirect
344343
go.opentelemetry.io/proto/otlpv0.19.0// indirect
345344
go4.org/memv0.0.0-20210711025021-927187094b94// indirect
346345
golang.org/x/netv0.8.0// indirect

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp