|
1 | 1 | module github.com/cernbox/reva-plugins
|
2 | 2 |
|
3 |
| -go 1.21.0 |
| 3 | +go 1.22 |
| 4 | + |
| 5 | +toolchain go1.22.2 |
4 | 6 |
|
5 | 7 | require (
|
6 | 8 | github.com/Masterminds/sprig v2.22.0+incompatible
|
7 | 9 | github.com/bluele/gcache v0.0.2
|
8 |
| - github.com/cs3org/go-cs3apis v0.0.0-20230727093620-0f4399be4543 |
9 |
| - github.com/cs3org/reva v1.27.0 |
| 10 | + github.com/cs3org/go-cs3apis v0.0.0-20240906084627-d1b1d7653d75 |
| 11 | + github.com/cs3org/reva v1.28.0 |
10 | 12 | github.com/disintegration/imaging v1.6.2
|
11 |
| - github.com/go-chi/chi/v5 v5.0.10 |
12 |
| - github.com/go-sql-driver/mysql v1.7.1 |
13 |
| - github.com/gomodule/redigo v1.8.9 |
| 13 | + github.com/go-chi/chi/v5 v5.1.0 |
| 14 | + github.com/go-sql-driver/mysql v1.8.1 |
| 15 | + github.com/gomodule/redigo v1.9.2 |
14 | 16 | github.com/juliangruber/go-intersect v1.1.0
|
15 | 17 | github.com/mitchellh/mapstructure v1.5.0
|
16 | 18 | github.com/pkg/errors v0.9.1
|
17 |
| - github.com/rs/zerolog v1.31.0 |
18 |
| - google.golang.org/genproto v0.0.0-20231009173412-8bfb1ae86b6c |
19 |
| - google.golang.org/grpc v1.58.3 |
| 19 | + github.com/rs/zerolog v1.33.0 |
| 20 | + google.golang.org/genproto v0.0.0-20240924160255-9d4c2d233b61 |
| 21 | + google.golang.org/grpc v1.67.0 |
20 | 22 | )
|
21 | 23 |
|
22 | 24 | require (
|
| 25 | + filippo.io/edwards25519 v1.1.0 // indirect |
23 | 26 | github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
24 |
| - github.com/BurntSushi/toml v1.3.2 // indirect |
| 27 | + github.com/BurntSushi/toml v1.4.0 // indirect |
25 | 28 | github.com/Masterminds/goutils v1.1.1 // indirect
|
26 | 29 | github.com/Masterminds/semver v1.5.0 // indirect
|
27 | 30 | github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
|
28 |
| - github.com/creasty/defaults v1.7.0 // indirect |
29 |
| - github.com/gabriel-vasile/mimetype v1.4.2 // indirect |
| 31 | + github.com/cern-eos/go-eosgrpc v0.0.0-20240812132646-f105d2304f38 // indirect |
| 32 | + github.com/creasty/defaults v1.8.0 // indirect |
| 33 | + github.com/gabriel-vasile/mimetype v1.4.5 // indirect |
30 | 34 | github.com/glpatcern/go-mime v0.0.0-20221026162842-2a8d71ad17a9 // indirect
|
31 |
| - github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect |
32 |
| - github.com/go-ldap/ldap/v3 v3.4.6 // indirect |
| 35 | + github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect |
| 36 | + github.com/go-ldap/ldap/v3 v3.4.8 // indirect |
33 | 37 | github.com/go-playground/locales v0.14.1 // indirect
|
34 | 38 | github.com/go-playground/universal-translator v0.18.1 // indirect
|
35 |
| - github.com/go-playground/validator/v10 v10.15.5 // indirect |
| 39 | + github.com/go-playground/validator/v10 v10.22.1 // indirect |
36 | 40 | github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
37 | 41 | github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
38 |
| - github.com/golang/protobuf v1.5.3 // indirect |
39 |
| - github.com/google/go-cmp v0.5.9 // indirect |
40 |
| - github.com/google/uuid v1.3.1 // indirect |
41 |
| - github.com/huandu/xstrings v1.4.0 // indirect |
| 42 | + github.com/golang/protobuf v1.5.4 // indirect |
| 43 | + github.com/google/uuid v1.6.0 // indirect |
| 44 | + github.com/huandu/xstrings v1.5.0 // indirect |
42 | 45 | github.com/imdario/mergo v0.3.16 // indirect
|
43 | 46 | github.com/kr/text v0.2.0 // indirect
|
44 |
| - github.com/leodido/go-urn v1.2.4 // indirect |
| 47 | + github.com/leodido/go-urn v1.4.0 // indirect |
45 | 48 | github.com/mattn/go-colorable v0.1.13 // indirect
|
46 |
| - github.com/mattn/go-isatty v0.0.19 // indirect |
47 |
| - github.com/mileusna/useragent v1.3.4 // indirect |
| 49 | + github.com/mattn/go-isatty v0.0.20 // indirect |
| 50 | + github.com/mileusna/useragent v1.3.5 // indirect |
48 | 51 | github.com/mitchellh/copystructure v1.2.0 // indirect
|
49 | 52 | github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
50 |
| - github.com/rogpeppe/go-internal v1.11.0 // indirect |
51 |
| - go.opentelemetry.io/otel v1.19.0 // indirect |
52 |
| - go.opentelemetry.io/otel/trace v1.19.0 // indirect |
53 |
| - go.step.sm/crypto v0.36.0 // indirect |
54 |
| - golang.org/x/crypto v0.14.0 // indirect |
55 |
| - golang.org/x/image v0.13.0 // indirect |
56 |
| - golang.org/x/net v0.17.0 // indirect |
57 |
| - golang.org/x/sync v0.4.0 // indirect |
58 |
| - golang.org/x/sys v0.13.0 // indirect |
59 |
| - golang.org/x/text v0.13.0 // indirect |
60 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20231009173412-8bfb1ae86b6c // indirect |
61 |
| - google.golang.org/protobuf v1.31.0 // indirect |
| 53 | + go.step.sm/crypto v0.52.0 // indirect |
| 54 | + golang.org/x/crypto v0.27.0 // indirect |
| 55 | + golang.org/x/image v0.20.0 // indirect |
| 56 | + golang.org/x/net v0.29.0 // indirect |
| 57 | + golang.org/x/sync v0.8.0 // indirect |
| 58 | + golang.org/x/sys v0.25.0 // indirect |
| 59 | + golang.org/x/text v0.18.0 // indirect |
| 60 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240924160255-9d4c2d233b61 // indirect |
| 61 | + google.golang.org/protobuf v1.34.2 // indirect |
62 | 62 | )
|
| 63 | + |
| 64 | +replace github.com/cs3org/reva => ../REVA |
0 commit comments