Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45e49dd

Browse files
chore: bump github.com/open-policy-agent/opa from 1.1.0 to 1.3.0
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 1.1.0 to 1.3.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@v1.1.0...v1.3.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]>
1 parent a2314ad commit 45e49dd

File tree

2 files changed

+50
-53
lines changed

2 files changed

+50
-53
lines changed

go.mod

+14-15
Original file line numberDiff line numberDiff line change
@@ -152,22 +152,22 @@ require (
152152
github.com/mocktools/go-smtp-mock/v2 v2.4.0
153153
github.com/muesli/termenv v0.16.0
154154
github.com/natefinch/atomic v1.0.1
155-
github.com/open-policy-agent/opa v1.1.0
155+
github.com/open-policy-agent/opa v1.3.0
156156
github.com/ory/dockertest/v3 v3.12.0
157157
github.com/pion/udp v0.1.4
158158
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
159159
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
160160
github.com/pkg/sftp v1.13.7
161161
github.com/prometheus-community/pro-bing v0.6.0
162-
github.com/prometheus/client_golang v1.21.0
162+
github.com/prometheus/client_golang v1.21.1
163163
github.com/prometheus/client_model v0.6.1
164164
github.com/prometheus/common v0.63.0
165165
github.com/quasilyte/go-ruleguard/dsl v0.3.21
166166
github.com/robfig/cron/v3 v3.0.1
167167
github.com/shirou/gopsutil/v4 v4.25.2
168168
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
169169
github.com/spf13/afero v1.14.0
170-
github.com/spf13/pflag v1.0.5
170+
github.com/spf13/pflag v1.0.6
171171
github.com/sqlc-dev/pqtype v0.3.0
172172
github.com/stretchr/testify v1.10.0
173173
github.com/swaggo/http-swagger/v2 v2.0.1
@@ -180,11 +180,11 @@ require (
180180
github.com/zclconf/go-cty-yaml v1.1.0
181181
go.mozilla.org/pkcs7 v0.9.0
182182
go.nhat.io/otelsql v0.15.0
183-
go.opentelemetry.io/otel v1.34.0
184-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0
185-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0
186-
go.opentelemetry.io/otel/sdk v1.34.0
187-
go.opentelemetry.io/otel/trace v1.34.0
183+
go.opentelemetry.io/otel v1.35.0
184+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0
185+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0
186+
go.opentelemetry.io/otel/sdk v1.35.0
187+
go.opentelemetry.io/otel/trace v1.35.0
188188
go.uber.org/atomic v1.11.0
189189
go.uber.org/goleak v1.3.1-0.20240429205332-517bace7cc29
190190
go.uber.org/mock v0.5.0
@@ -238,10 +238,9 @@ require (
238238
github.com/KyleBanks/depth v1.2.1 // indirect
239239
github.com/Microsoft/go-winio v0.6.2 // indirect
240240
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
241-
github.com/OneOfOne/xxhash v1.2.8 // indirect
242241
github.com/ProtonMail/go-crypto v1.1.3 // indirect
243242
github.com/agext/levenshtein v1.2.3 // indirect
244-
github.com/agnivade/levenshtein v1.2.0 // indirect
243+
github.com/agnivade/levenshtein v1.2.1 // indirect
245244
github.com/akutz/memconn v0.1.0 // indirect
246245
github.com/alecthomas/chroma/v2 v2.15.0 // indirect
247246
github.com/alexbrainman/sspi v0.0.0-20210105120005-909beea2cc74 // indirect
@@ -325,7 +324,7 @@ require (
325324
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
326325
github.com/gorilla/css v1.0.1 // indirect
327326
github.com/gorilla/mux v1.8.1 // indirect
328-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
327+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
329328
github.com/hashicorp/errwrap v1.1.0 // indirect
330329
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
331330
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
@@ -383,7 +382,7 @@ require (
383382
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
384383
github.com/oklog/run v1.1.0 // indirect
385384
github.com/opencontainers/go-digest v1.0.0 // indirect
386-
github.com/opencontainers/image-spec v1.1.0 // indirect
385+
github.com/opencontainers/image-spec v1.1.1 // indirect
387386
github.com/opencontainers/runc v1.2.3 // indirect
388387
github.com/outcaste-io/ristretto v0.2.3 // indirect
389388
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
@@ -448,8 +447,8 @@ require (
448447
go.opentelemetry.io/collector/pdata/pprofile v0.104.0 // indirect
449448
go.opentelemetry.io/collector/semconv v0.104.0 // indirect
450449
go.opentelemetry.io/contrib v1.19.0 // indirect
451-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
452-
go.opentelemetry.io/otel/metric v1.34.0 // indirect
450+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
451+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
453452
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
454453
go.uber.org/multierr v1.11.0 // indirect
455454
go.uber.org/zap v1.27.0 // indirect
@@ -460,7 +459,7 @@ require (
460459
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
461460
google.golang.org/appengine v1.6.8 // indirect
462461
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
463-
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
462+
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
464463
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
465464
gopkg.in/ini.v1 v1.67.0 // indirect
466465
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)