Skip to content

Commit 8fc5bd2

Browse files
dependabot[bot]mklos-kw
authored andcommitted
build(deps): bump github.com/open-policy-agent/opa from 0.70.0 to 1.4.2
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.70.0 to 1.4.2. - [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.70.0...v1.4.2) --- updated-dependencies: - dependency-name: github.com/open-policy-agent/opa dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 12415ad commit 8fc5bd2

File tree

532 files changed

+100540
-41743
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

532 files changed

+100540
-41743
lines changed

go.mod

+28-28
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ require (
4444
github.com/google/uuid v1.6.0
4545
github.com/gookit/config/v2 v2.2.5
4646
github.com/gorilla/mux v1.8.1
47-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0
47+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1
4848
github.com/invopop/validation v0.8.0
4949
github.com/jellydator/ttlcache/v2 v2.11.1
5050
github.com/jellydator/ttlcache/v3 v3.3.0
@@ -64,22 +64,22 @@ require (
6464
github.com/onsi/ginkgo v1.16.5
6565
github.com/onsi/ginkgo/v2 v2.23.4
6666
github.com/onsi/gomega v1.36.3
67-
github.com/open-policy-agent/opa v0.70.0
67+
github.com/open-policy-agent/opa v1.4.2
6868
github.com/orcaman/concurrent-map v1.0.0
6969
github.com/owncloud/libre-graph-api-go v1.0.5-0.20250217093259-fa3804be6c27
7070
github.com/owncloud/reva/v2 v2.0.0-20250502110034-f92362f1143d
7171
github.com/pkg/errors v0.9.1
7272
github.com/pkg/xattr v0.4.10
73-
github.com/prometheus/client_golang v1.20.5
73+
github.com/prometheus/client_golang v1.21.1
7474
github.com/r3labs/sse/v2 v2.10.0
7575
github.com/riandyrn/otelchi v0.11.0
7676
github.com/rogpeppe/go-internal v1.13.1
7777
github.com/rs/cors v1.11.1
7878
github.com/rs/zerolog v1.33.0
7979
github.com/shamaton/msgpack/v2 v2.2.2
8080
github.com/sirupsen/logrus v1.9.3
81-
github.com/spf13/afero v1.11.0
82-
github.com/spf13/cobra v1.8.1
81+
github.com/spf13/afero v1.12.0
82+
github.com/spf13/cobra v1.9.1
8383
github.com/stretchr/testify v1.10.0
8484
github.com/test-go/testify v1.1.4
8585
github.com/thejerf/suture/v4 v4.0.6
@@ -91,24 +91,24 @@ require (
9191
go-micro.dev/v4 v4.11.0
9292
go.etcd.io/bbolt v1.3.11
9393
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.57.0
94-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57.0
95-
go.opentelemetry.io/contrib/zpages v0.57.0
96-
go.opentelemetry.io/otel v1.32.0
94+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0
95+
go.opentelemetry.io/contrib/zpages v0.60.0
96+
go.opentelemetry.io/otel v1.35.0
9797
go.opentelemetry.io/otel/exporters/jaeger v1.17.0
98-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0
99-
go.opentelemetry.io/otel/sdk v1.32.0
100-
go.opentelemetry.io/otel/trace v1.32.0
98+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0
99+
go.opentelemetry.io/otel/sdk v1.35.0
100+
go.opentelemetry.io/otel/trace v1.35.0
101101
golang.org/x/crypto v0.37.0
102102
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
103103
golang.org/x/image v0.22.0
104104
golang.org/x/net v0.38.0
105-
golang.org/x/oauth2 v0.24.0
105+
golang.org/x/oauth2 v0.26.0
106106
golang.org/x/sync v0.13.0
107107
golang.org/x/term v0.31.0
108108
golang.org/x/text v0.24.0
109-
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
110-
google.golang.org/grpc v1.68.0
111-
google.golang.org/protobuf v1.36.5
109+
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a
110+
google.golang.org/grpc v1.71.1
111+
google.golang.org/protobuf v1.36.6
112112
gopkg.in/yaml.v2 v2.4.0
113113
gotest.tools/v3 v3.5.1
114114
stash.kopano.io/kgol/rndm v1.1.2
@@ -122,10 +122,9 @@ require (
122122
github.com/Masterminds/goutils v1.1.1 // indirect
123123
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
124124
github.com/Microsoft/go-winio v0.6.2 // indirect
125-
github.com/OneOfOne/xxhash v1.2.8 // indirect
126125
github.com/ProtonMail/go-crypto v1.1.3 // indirect
127126
github.com/RoaringBitmap/roaring v1.9.3 // indirect
128-
github.com/agnivade/levenshtein v1.2.0 // indirect
127+
github.com/agnivade/levenshtein v1.2.1 // indirect
129128
github.com/ajg/form v1.5.1 // indirect
130129
github.com/alexedwards/argon2id v1.0.0 // indirect
131130
github.com/amoghe/go-crypt v0.0.0-20220222110647-20eada5f5964 // indirect
@@ -164,14 +163,15 @@ require (
164163
github.com/coreos/go-semver v0.3.0 // indirect
165164
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
166165
github.com/cornelk/hashmap v1.0.8 // indirect
167-
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
166+
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
168167
github.com/crewjam/httperr v0.2.0 // indirect
169168
github.com/crewjam/saml v0.4.14 // indirect
170169
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
171170
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
172171
github.com/deckarep/golang-set v1.8.0 // indirect
173172
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
174173
github.com/dgraph-io/ristretto v0.2.0 // indirect
174+
github.com/dgryski/go-farm v0.0.0-20240924180020-3414d57e47da // indirect
175175
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
176176
github.com/dlclark/regexp2 v1.4.0 // indirect
177177
github.com/docker/go-units v0.5.0 // indirect
@@ -183,7 +183,7 @@ require (
183183
github.com/fatih/color v1.14.1 // indirect
184184
github.com/felixge/httpsnoop v1.0.4 // indirect
185185
github.com/frankban/quicktest v1.14.6 // indirect
186-
github.com/fsnotify/fsnotify v1.7.0 // indirect
186+
github.com/fsnotify/fsnotify v1.8.0 // indirect
187187
github.com/gdexlab/go-render v1.0.1 // indirect
188188
github.com/go-acme/lego/v4 v4.4.0 // indirect
189189
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
@@ -222,7 +222,6 @@ require (
222222
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
223223
github.com/golang/snappy v0.0.4 // indirect
224224
github.com/gomodule/redigo v1.9.2 // indirect
225-
github.com/google/flatbuffers v2.0.8+incompatible // indirect
226225
github.com/google/go-querystring v1.1.0 // indirect
227226
github.com/google/go-tpm v0.9.3 // indirect
228227
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
@@ -285,7 +284,7 @@ require (
285284
github.com/pquerna/cachecontrol v0.2.0 // indirect
286285
github.com/prometheus/alertmanager v0.27.0 // indirect
287286
github.com/prometheus/client_model v0.6.1 // indirect
288-
github.com/prometheus/common v0.55.0 // indirect
287+
github.com/prometheus/common v0.62.0 // indirect
289288
github.com/prometheus/procfs v0.15.1 // indirect
290289
github.com/prometheus/statsd_exporter v0.22.8 // indirect
291290
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
@@ -302,10 +301,10 @@ require (
302301
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546 // indirect
303302
github.com/skeema/knownhosts v1.3.0 // indirect
304303
github.com/spacewander/go-suffix-tree v0.0.0-20191010040751-0865e368c784 // indirect
305-
github.com/spf13/pflag v1.0.5 // indirect
304+
github.com/spf13/pflag v1.0.6 // indirect
306305
github.com/stretchr/objx v0.5.2 // indirect
307306
github.com/studio-b12/gowebdav v0.9.0 // indirect
308-
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
307+
github.com/tchap/go-patricia/v2 v2.3.2 // indirect
309308
github.com/tidwall/match v1.1.1 // indirect
310309
github.com/tidwall/pretty v1.2.1 // indirect
311310
github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208 // indirect
@@ -321,9 +320,10 @@ require (
321320
go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect
322321
go.etcd.io/etcd/client/v3 v3.5.16 // indirect
323322
go.opencensus.io v0.24.0 // indirect
324-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
325-
go.opentelemetry.io/otel/metric v1.32.0 // indirect
326-
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
323+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
324+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
325+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
326+
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
327327
go.uber.org/atomic v1.11.0 // indirect
328328
go.uber.org/automaxprocs v1.6.0 // indirect
329329
go.uber.org/multierr v1.9.0 // indirect
@@ -333,8 +333,8 @@ require (
333333
golang.org/x/time v0.11.0 // indirect
334334
golang.org/x/tools v0.31.0 // indirect
335335
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
336-
google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53 // indirect
337-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
336+
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
337+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
338338
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
339339
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
340340
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)