Skip to content

Commit 8341f29

Browse files
committed
also support new style quota for user homes
1 parent 4f62aac commit 8341f29

File tree

3 files changed

+66
-72
lines changed

3 files changed

+66
-72
lines changed

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,35 @@ go 1.25.1
55
require (
66
github.com/Masterminds/sprig v2.22.0+incompatible
77
github.com/bluele/gcache v0.0.2
8-
github.com/cs3org/go-cs3apis v0.0.0-20251111143439-85e49afa696e
8+
github.com/cs3org/go-cs3apis v0.0.0-20260130145416-2dc593dc27e7
99
github.com/cs3org/reva/v3 v3.0.1
1010
github.com/disintegration/imaging v1.6.2
11-
github.com/go-chi/chi/v5 v5.2.3
11+
github.com/go-chi/chi/v5 v5.2.4
1212
github.com/gomodule/redigo v1.9.3
1313
github.com/mitchellh/mapstructure v1.5.0
1414
github.com/pkg/errors v0.9.1
1515
github.com/rs/zerolog v1.34.0
16-
google.golang.org/grpc v1.76.0
16+
google.golang.org/grpc v1.78.0
1717
)
1818

1919
require (
2020
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
21-
github.com/BurntSushi/toml v1.5.0 // indirect
21+
github.com/BurntSushi/toml v1.6.0 // indirect
2222
github.com/Masterminds/goutils v1.1.1 // indirect
2323
github.com/Masterminds/semver v1.5.0 // indirect
2424
github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
2525
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
2626
github.com/cern-eos/go-eosgrpc v0.0.0-20250429151059-e8c6e014a629 // indirect
2727
github.com/creasty/defaults v1.8.0 // indirect
28-
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
28+
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
2929
github.com/glpatcern/go-mime v0.0.0-20221026162842-2a8d71ad17a9 // indirect
3030
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
3131
github.com/go-ldap/ldap/v3 v3.4.12 // indirect
3232
github.com/go-playground/locales v0.14.1 // indirect
3333
github.com/go-playground/universal-translator v0.18.1 // indirect
34-
github.com/go-playground/validator/v10 v10.28.0 // indirect
34+
github.com/go-playground/validator/v10 v10.30.1 // indirect
3535
github.com/gofrs/uuid v4.4.0+incompatible // indirect
36-
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
36+
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
3737
github.com/golang/protobuf v1.5.4 // indirect
3838
github.com/google/uuid v1.6.0 // indirect
3939
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
@@ -46,20 +46,20 @@ require (
4646
github.com/mileusna/useragent v1.3.5 // indirect
4747
github.com/mitchellh/copystructure v1.2.0 // indirect
4848
github.com/mitchellh/reflectwalk v1.0.2 // indirect
49-
github.com/nats-io/nats.go v1.47.0 // indirect
49+
github.com/nats-io/nats.go v1.48.0 // indirect
5050
github.com/nats-io/nkeys v0.4.11 // indirect
5151
github.com/nats-io/nuid v1.0.1 // indirect
5252
github.com/tus/tusd v1.13.0 // indirect
53-
go.step.sm/crypto v0.74.0 // indirect
54-
golang.org/x/crypto v0.43.0 // indirect
53+
go.step.sm/crypto v0.76.0 // indirect
54+
golang.org/x/crypto v0.47.0 // indirect
5555
golang.org/x/image v0.13.0 // indirect
56-
golang.org/x/net v0.46.0 // indirect
57-
golang.org/x/sync v0.18.0 // indirect
58-
golang.org/x/sys v0.38.0 // indirect
59-
golang.org/x/text v0.30.0 // indirect
60-
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
61-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
62-
google.golang.org/protobuf v1.36.10 // indirect
56+
golang.org/x/net v0.49.0 // indirect
57+
golang.org/x/sync v0.19.0 // indirect
58+
golang.org/x/sys v0.40.0 // indirect
59+
golang.org/x/text v0.33.0 // indirect
60+
google.golang.org/genproto v0.0.0-20251202230838-ff82c1b0f217 // indirect
61+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
62+
google.golang.org/protobuf v1.36.11 // indirect
6363
)
6464

6565
replace github.com/cs3org/reva/v3 => ../reva

0 commit comments

Comments
 (0)