Skip to content

Commit 25dc56b

Browse files
authored
Merge pull request #11632 from owncloud/feat/reva-bump
feat: [full-ci] reva bump
2 parents d9e7ced + a917a93 commit 25dc56b

File tree

188 files changed

+11185
-4136
lines changed

Some content is hidden

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

188 files changed

+11185
-4136
lines changed

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/go-micro/plugins/v4/wrapper/trace/opentelemetry v1.2.0
3838
github.com/go-playground/validator/v10 v10.27.0
3939
github.com/gofrs/uuid v4.4.0+incompatible
40-
github.com/golang-jwt/jwt/v5 v5.2.2
40+
github.com/golang-jwt/jwt/v5 v5.3.0
4141
github.com/golang/protobuf v1.5.4
4242
github.com/google/go-cmp v0.7.0
4343
github.com/google/go-tika v0.3.1
@@ -66,7 +66,7 @@ require (
6666
github.com/open-policy-agent/opa v1.6.0
6767
github.com/orcaman/concurrent-map v1.0.0
6868
github.com/owncloud/libre-graph-api-go v1.0.5-0.20250217093259-fa3804be6c27
69-
github.com/owncloud/reva/v2 v2.0.0-20250829062807-36d9c2d6e40b
69+
github.com/owncloud/reva/v2 v2.0.0-20250904073845-83652cc703ce
7070
github.com/pkg/errors v0.9.1
7171
github.com/pkg/xattr v0.4.12
7272
github.com/prometheus/client_golang v1.23.0
@@ -78,7 +78,7 @@ require (
7878
github.com/sirupsen/logrus v1.9.3
7979
github.com/spf13/afero v1.14.0
8080
github.com/spf13/cobra v1.9.1
81-
github.com/stretchr/testify v1.10.0
81+
github.com/stretchr/testify v1.11.1
8282
github.com/test-go/testify v1.1.4
8383
github.com/thejerf/suture/v4 v4.0.6
8484
github.com/tidwall/gjson v1.18.0
@@ -106,7 +106,7 @@ require (
106106
golang.org/x/text v0.28.0
107107
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7
108108
google.golang.org/grpc v1.75.0
109-
google.golang.org/protobuf v1.36.6
109+
google.golang.org/protobuf v1.36.8
110110
gopkg.in/yaml.v2 v2.4.0
111111
gotest.tools/v3 v3.5.2
112112
stash.kopano.io/kgol/rndm v1.1.2
@@ -157,7 +157,7 @@ require (
157157
github.com/cespare/xxhash/v2 v2.3.0 // indirect
158158
github.com/cevaris/ordered_map v0.0.0-20190319150403-3adeae072e73 // indirect
159159
github.com/cloudflare/circl v1.6.1 // indirect
160-
github.com/coreos/go-semver v0.3.0 // indirect
160+
github.com/coreos/go-semver v0.3.1 // indirect
161161
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
162162
github.com/cornelk/hashmap v1.0.8 // indirect
163163
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
@@ -224,8 +224,8 @@ require (
224224
github.com/gorilla/schema v1.4.1 // indirect
225225
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
226226
github.com/hashicorp/go-hclog v1.6.3 // indirect
227-
github.com/hashicorp/go-plugin v1.6.3 // indirect
228-
github.com/hashicorp/yamux v0.1.1 // indirect
227+
github.com/hashicorp/go-plugin v1.7.0 // indirect
228+
github.com/hashicorp/yamux v0.1.2 // indirect
229229
github.com/huandu/xstrings v1.5.0 // indirect
230230
github.com/iancoleman/strcase v0.3.0 // indirect
231231
github.com/imdario/mergo v0.3.15 // indirect
@@ -237,7 +237,7 @@ require (
237237
github.com/juliangruber/go-intersect v1.1.0 // indirect
238238
github.com/kevinburke/ssh_config v1.2.0 // indirect
239239
github.com/klauspost/compress v1.18.0 // indirect
240-
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
240+
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
241241
github.com/leodido/go-urn v1.4.0 // indirect
242242
github.com/libregraph/oidc-go v1.1.0 // indirect
243243
github.com/longsleep/go-metrics v1.0.0 // indirect
@@ -246,15 +246,15 @@ require (
246246
github.com/mattn/go-colorable v0.1.14 // indirect
247247
github.com/mattn/go-isatty v0.0.20 // indirect
248248
github.com/mattn/go-runewidth v0.0.16 // indirect
249-
github.com/mattn/go-sqlite3 v1.14.28 // indirect
249+
github.com/mattn/go-sqlite3 v1.14.32 // indirect
250250
github.com/maxymania/go-system v0.0.0-20170110133659-647cc364bf0b // indirect
251251
github.com/mendsley/gojwk v0.0.0-20141217222730-4d5ec6e58103 // indirect
252252
github.com/miekg/dns v1.1.67 // indirect
253253
github.com/mileusna/useragent v1.3.5 // indirect
254-
github.com/minio/crc64nvme v1.0.1 // indirect
254+
github.com/minio/crc64nvme v1.0.2 // indirect
255255
github.com/minio/highwayhash v1.0.3 // indirect
256256
github.com/minio/md5-simd v1.1.2 // indirect
257-
github.com/minio/minio-go/v7 v7.0.94 // indirect
257+
github.com/minio/minio-go/v7 v7.0.95 // indirect
258258
github.com/mitchellh/copystructure v1.2.0 // indirect
259259
github.com/mitchellh/reflectwalk v1.0.2 // indirect
260260
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -273,7 +273,7 @@ require (
273273
github.com/pablodz/inotifywaitgo v0.0.9 // indirect
274274
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
275275
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
276-
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
276+
github.com/philhofer/fwd v1.2.0 // indirect
277277
github.com/pierrec/lz4/v4 v4.1.15 // indirect
278278
github.com/pjbgf/sha1cd v0.3.0 // indirect
279279
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -313,9 +313,9 @@ require (
313313
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
314314
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
315315
github.com/yashtewari/glob-intersection v0.2.0 // indirect
316-
go.etcd.io/etcd/api/v3 v3.5.16 // indirect
317-
go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect
318-
go.etcd.io/etcd/client/v3 v3.5.16 // indirect
316+
go.etcd.io/etcd/api/v3 v3.6.4 // indirect
317+
go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect
318+
go.etcd.io/etcd/client/v3 v3.6.4 // indirect
319319
go.opencensus.io v0.24.0 // indirect
320320
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
321321
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 // indirect

0 commit comments

Comments
 (0)