Skip to content

Commit

Permalink
Update reva to v1.3.1-0.20201109104617-f47d01b73
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Nov 10, 2020
1 parent ad3ecbd commit d097f0f
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/update-reva-to-f47d01b73dec.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Update reva to v1.3.1-0.20201109104617-f47d01b73

* [OCS] filter share with me requests

https://github.com/owncloud/ocis/pull/823
https://github.com/cs3org/reva/pull/1302
7 changes: 3 additions & 4 deletions storage/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ module github.com/owncloud/ocis/storage
go 1.13

require (
github.com/cs3org/reva v1.3.1-0.20201023144216-cdb3d6688da5
github.com/cs3org/reva v1.3.1-0.20201109104617-f47d01b73dec
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/micro/cli/v2 v2.1.2
github.com/micro/go-micro/v2 v2.9.1
github.com/oklog/run v1.0.0
github.com/oklog/run v1.1.0
github.com/owncloud/flaex v0.0.0-20200411150708-dce59891a203
github.com/owncloud/ocis/ocis-pkg v0.0.0-20200918114005-1a0ddd2190ee
github.com/restic/calens v0.2.0
github.com/spf13/viper v1.6.3
github.com/spf13/viper v1.7.0
)

replace github.com/owncloud/ocis/ocis-pkg => ../ocis-pkg
Loading

0 comments on commit d097f0f

Please sign in to comment.