Skip to content

Commit

Permalink
use the reva replace for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
2403905 committed Nov 15, 2023
1 parent 9213c29 commit 2f8ca13
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 44 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,4 @@ require (

replace github.com/go-micro/plugins/v4/store/nats-js => github.com/kobergj/plugins/v4/store/nats-js v1.2.1-0.20231020092801-9463c820c19a

replace github.com/cs3org/reva/v2 => github.com/2403905/reva/v2 v2.0.0-20231114152054-a6420c84936d
replace github.com/cs3org/reva/v2 => github.com/2403905/reva/v2 v2.0.0-20231115102502-6f73f237c62f
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -762,8 +762,8 @@ contrib.go.opencensus.io/exporter/prometheus v0.4.2/go.mod h1:dvEHbiKmgvbr5pjaF9
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
gioui.org v0.0.0-20210308172011-57750fc8a0a6/go.mod h1:RSH6KIUZ0p2xy5zHDxgAM4zumjgTw83q2ge/PI+yyw8=
git.sr.ht/~sbinet/gg v0.3.1/go.mod h1:KGYtlADtqsqANL9ueOFkWymvzUvLMQllU5Ixo+8v3pc=
github.com/2403905/reva/v2 v2.0.0-20231114152054-a6420c84936d h1:zO+r6naV4SdWV+ybJoTuF4cGjyLagLVnr1zAPFcQMQs=
github.com/2403905/reva/v2 v2.0.0-20231114152054-a6420c84936d/go.mod h1:utPCNSrWDdAwz2biLrKvzO6nDH9L7vRVGNzof13r8Kw=
github.com/2403905/reva/v2 v2.0.0-20231115102502-6f73f237c62f h1:oFU89BJ/Rr96qt/uS0ehtaCelxjb3VzV2IYd2KZXH4U=
github.com/2403905/reva/v2 v2.0.0-20231115102502-6f73f237c62f/go.mod h1:utPCNSrWDdAwz2biLrKvzO6nDH9L7vRVGNzof13r8Kw=
github.com/Azure/azure-pipeline-go v0.2.3/go.mod h1:x841ezTBIMG6O3lAcl8ATHnsOPVl2bqk7S3ta6S6u4k=
github.com/Azure/azure-sdk-for-go v32.4.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc=
github.com/Azure/azure-storage-blob-go v0.14.0/go.mod h1:SMqIBi+SuiQH32bvyjngEewEeXoPfKMgWlBDaYf6fck=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 0 additions & 31 deletions vendor/github.com/cs3org/reva/v2/pkg/conversions/role.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ github.com/cs3org/go-cs3apis/cs3/storage/provider/v1beta1
github.com/cs3org/go-cs3apis/cs3/storage/registry/v1beta1
github.com/cs3org/go-cs3apis/cs3/tx/v1beta1
github.com/cs3org/go-cs3apis/cs3/types/v1beta1
# github.com/cs3org/reva/v2 v2.16.1-0.20231114152054-a6420c84936d => github.com/2403905/reva/v2 v2.0.0-20231114152054-a6420c84936d
# github.com/cs3org/reva/v2 v2.16.1-0.20231114152054-a6420c84936d => github.com/2403905/reva/v2 v2.0.0-20231115102502-6f73f237c62f
## explicit; go 1.20
github.com/cs3org/reva/v2/cmd/revad/internal/grace
github.com/cs3org/reva/v2/cmd/revad/runtime
Expand Down Expand Up @@ -2272,4 +2272,4 @@ stash.kopano.io/kgol/oidc-go
## explicit; go 1.13
stash.kopano.io/kgol/rndm
# github.com/go-micro/plugins/v4/store/nats-js => github.com/kobergj/plugins/v4/store/nats-js v1.2.1-0.20231020092801-9463c820c19a
# github.com/cs3org/reva/v2 => github.com/2403905/reva/v2 v2.0.0-20231114152054-a6420c84936d
# github.com/cs3org/reva/v2 => github.com/2403905/reva/v2 v2.0.0-20231115102502-6f73f237c62f

0 comments on commit 2f8ca13

Please sign in to comment.