diff --git a/go.mod b/go.mod index 82fa02fd0..1ec13c9db 100644 --- a/go.mod +++ b/go.mod @@ -243,4 +243,4 @@ require ( //replace github.com/cs3org/reva => github.com/cs3org/reva v1.16.1-0.20211208164450-3abd76eecf8b //replace github.com/cs3org/reva => ../reva -replace github.com/cs3org/reva => github.com/butonic/reva v0.0.0-20211209144624-f30ae65a9198 +replace github.com/cs3org/reva => github.com/butonic/reva v0.0.0-20211209153438-8cbbceb1207c diff --git a/go.sum b/go.sum index 6c1e390e5..7a4325d04 100644 --- a/go.sum +++ b/go.sum @@ -227,8 +227,8 @@ github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f/go.mod h1:8rLXio+Wji github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= github.com/boombuler/barcode v1.0.1 h1:NDBbPmhS+EqABEs5Kg3n/5ZNjy73Pz7SIV+KCeqyXcs= github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= -github.com/butonic/reva v0.0.0-20211209144624-f30ae65a9198 h1:07/nBnJFLDsagwSGYUK05VJ34HpduPvbtwEoFkn3kd8= -github.com/butonic/reva v0.0.0-20211209144624-f30ae65a9198/go.mod h1:3n/zVKsKTCL10Mwn2Nhtvn50gP5mA+933lQ2IYNAJso= +github.com/butonic/reva v0.0.0-20211209153438-8cbbceb1207c h1:aqfWmKKW6iaVCkXfIoyfp1Aqd5fQPARBwu2KdtYZDec= +github.com/butonic/reva v0.0.0-20211209153438-8cbbceb1207c/go.mod h1:3n/zVKsKTCL10Mwn2Nhtvn50gP5mA+933lQ2IYNAJso= github.com/c-bata/go-prompt v0.2.5/go.mod h1:vFnjEGDIIA/Lib7giyE4E9c50Lvl8j0S+7FVlAwDAVw= github.com/cenkalti/backoff/v4 v4.1.0/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw= github.com/cenkalti/backoff/v4 v4.1.1/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw=