mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-20 03:20:44 -06:00
Merge pull request #3867 from owncloud/reva-2.4.1
[full-ci] update reva to 2.4.1
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
Enhancement: update reva to version 2.4.0
|
||||
Enhancement: update reva to version 2.4.1
|
||||
|
||||
Changelog for reva 2.4.1 (2022-05-24)
|
||||
=======================================
|
||||
|
||||
The following sections list the changes in reva 2.4.1 relevant to
|
||||
reva users. The changes are ordered by importance.
|
||||
|
||||
Summary
|
||||
-------
|
||||
|
||||
* Bugfix [cs3org/reva#2891](https://github.com/cs3org/reva/pull/2891): Add missing http status code
|
||||
|
||||
Changelog for reva 2.4.0 (2022-05-24)
|
||||
=======================================
|
||||
@@ -33,3 +44,4 @@ https://github.com/owncloud/ocis/pull/3778
|
||||
https://github.com/owncloud/ocis/pull/3842
|
||||
https://github.com/owncloud/ocis/pull/3854
|
||||
https://github.com/owncloud/ocis/pull/3858
|
||||
https://github.com/owncloud/ocis/pull/3867
|
||||
|
||||
2
go.mod
2
go.mod
@@ -10,7 +10,7 @@ require (
|
||||
github.com/blevesearch/bleve_index_api v1.0.1
|
||||
github.com/coreos/go-oidc/v3 v3.2.0
|
||||
github.com/cs3org/go-cs3apis v0.0.0-20220412090512-93c5918b4bde
|
||||
github.com/cs3org/reva/v2 v2.4.0
|
||||
github.com/cs3org/reva/v2 v2.4.1
|
||||
github.com/disintegration/imaging v1.6.2
|
||||
github.com/go-chi/chi/v5 v5.0.7
|
||||
github.com/go-chi/cors v1.2.1
|
||||
|
||||
2
go.sum
2
go.sum
@@ -303,6 +303,8 @@ github.com/cs3org/reva/v2 v2.3.2-0.20220523160938-bf5b893fda25 h1:kkb5kdZ/9b7hJK
|
||||
github.com/cs3org/reva/v2 v2.3.2-0.20220523160938-bf5b893fda25/go.mod h1:uGeTncJa3FISh8AERkbZYVNXFV40PjYyRht5L09i+LQ=
|
||||
github.com/cs3org/reva/v2 v2.4.0 h1:iQqqkeSdyH1UD6GDmYa1qh1qdiDJSBt08RaLyYiHu4E=
|
||||
github.com/cs3org/reva/v2 v2.4.0/go.mod h1:uGeTncJa3FISh8AERkbZYVNXFV40PjYyRht5L09i+LQ=
|
||||
github.com/cs3org/reva/v2 v2.4.1 h1:+IjaDbMv2rH0VKXcJ26oI6Zc6R7nV5NHB1eIYnuoPaQ=
|
||||
github.com/cs3org/reva/v2 v2.4.1/go.mod h1:uGeTncJa3FISh8AERkbZYVNXFV40PjYyRht5L09i+LQ=
|
||||
github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8 h1:Z9lwXumT5ACSmJ7WGnFl+OMLLjpz5uR2fyz7dC255FI=
|
||||
github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8/go.mod h1:4abs/jPXcmJzYoYGF91JF9Uq9s/KL5n1jvFDix8KcqY=
|
||||
github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c/go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4=
|
||||
|
||||
Reference in New Issue
Block a user