Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Update reva to v0.1.1-0.20200603071553-e05a87521618
Browse files Browse the repository at this point in the history
Brings in additions to TUS
  • Loading branch information
Vincent Petry committed Jun 3, 2020
1 parent f5272f3 commit b95acca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog/unreleased/update-reva-to-20200603071553.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Enhancement: update reva to v0.1.1-0.20200603071553-e05a87521618

- Updated reva to v0.1.1-0.20200603071553-e05a87521618 (#244)
- Add option to disable TUS on OC layer (#177, reva/#791)
- Dataprovider now supports method override (#177, reva/#792)

https://github.com/owncloud/ocis-reva/issues/244
https://github.com/owncloud/ocis-reva/issues/177
https://github.com/cs3org/reva/pull/791
https://github.com/cs3org/reva/pull/792
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/cs3org/reva v0.1.1-0.20200529120551-4f2d9c85d3c9
github.com/cs3org/reva v0.1.1-0.20200603071553-e05a87521618
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/haya14busa/goverage v0.0.0-20180129164344-eec3514a20b5 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ github.com/cs3org/reva v0.1.1-0.20200528123359-7d74bf8e9928 h1:6dIWlFuZNGz3tmK8I
github.com/cs3org/reva v0.1.1-0.20200528123359-7d74bf8e9928/go.mod h1:ig/TuMCG/l6vjOvFkj/4tU27PBvcig+Kfjc4mF++BwQ=
github.com/cs3org/reva v0.1.1-0.20200529120551-4f2d9c85d3c9 h1:j1jhTTKkXyRL4mZrfXn86poq8z3lRVV7N/KcuDVEudo=
github.com/cs3org/reva v0.1.1-0.20200529120551-4f2d9c85d3c9/go.mod h1:FOU15UeWYXIckxEOwqjjoNAK/1EQrdRTuiX6x66b3Ts=
github.com/cs3org/reva v0.1.1-0.20200603071553-e05a87521618 h1:W9qBdHKhY2PE5e//dWgHB/j3r8DDORImt0VvYZ7vtA0=
github.com/cs3org/reva v0.1.1-0.20200603071553-e05a87521618/go.mod h1:FOU15UeWYXIckxEOwqjjoNAK/1EQrdRTuiX6x66b3Ts=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit b95acca

Please sign in to comment.