Skip to content

Commit 805eb51

Browse files
committed
latest reva ocm changes
1 parent 7916bb3 commit 805eb51

File tree

8 files changed

+14
-19
lines changed

8 files changed

+14
-19
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ require (
6666
github.com/open-policy-agent/opa v1.6.0
6767
github.com/orcaman/concurrent-map v1.0.0
6868
github.com/owncloud/libre-graph-api-go v1.0.5-0.20250217093259-fa3804be6c27
69-
github.com/owncloud/reva/v2 v2.0.0-20251104220141-c05e0189d4f5
69+
github.com/owncloud/reva/v2 v2.0.0-20251106102926-751223b32d48
7070
github.com/pkg/errors v0.9.1
7171
github.com/pkg/xattr v0.4.12
7272
github.com/prometheus/client_golang v1.23.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,8 +717,8 @@ github.com/orcaman/concurrent-map v1.0.0 h1:I/2A2XPCb4IuQWcQhBhSwGfiuybl/J0ev9HD
717717
github.com/orcaman/concurrent-map v1.0.0/go.mod h1:Lu3tH6HLW3feq74c2GC+jIMS/K2CFcDWnWD9XkenwhI=
718718
github.com/owncloud/libre-graph-api-go v1.0.5-0.20250217093259-fa3804be6c27 h1:ID8s5lGBntmrlI6TbDAjTzRyHucn3bVM2wlW+HBplv4=
719719
github.com/owncloud/libre-graph-api-go v1.0.5-0.20250217093259-fa3804be6c27/go.mod h1:+gT+x62AS9u2Farh9wE2uYmgdvTg0MQgsSI62D+xoRg=
720-
github.com/owncloud/reva/v2 v2.0.0-20251104220141-c05e0189d4f5 h1:M/V8rz8rj8iff1W9KIL1+3hm3fqnh5YNGqyZH7jMktM=
721-
github.com/owncloud/reva/v2 v2.0.0-20251104220141-c05e0189d4f5/go.mod h1:9c5qJbKff+lDgtgjOPFi4/b5Cyx5niauCJGSm1b1zqM=
720+
github.com/owncloud/reva/v2 v2.0.0-20251106102926-751223b32d48 h1:RGnvbZNOE1ss3b0BOM8J+bPrk6prfXB0paKnWaDA/Xg=
721+
github.com/owncloud/reva/v2 v2.0.0-20251106102926-751223b32d48/go.mod h1:XenQR69s8JQ5Q4/+/vQbSg6B4+0iM6inYjNxB7SJAhI=
722722
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c h1:rp5dCmg/yLR3mgFuSOe4oEnDDmGLROTvMragMUXpTQw=
723723
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c/go.mod h1:X07ZCGwUbLaax7L0S3Tw4hpejzu63ZrrQiUe6W0hcy0=
724724
github.com/pablodz/inotifywaitgo v0.0.9 h1:njquRbBU7fuwIe5rEvtaniVBjwWzcpdUVptSgzFqZsw=

vendor/github.com/owncloud/reva/v2/internal/grpc/services/ocminvitemanager/ocminvitemanager.go

Lines changed: 1 addition & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/owncloud/reva/v2/internal/http/services/ocmd/invites.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/owncloud/reva/v2/internal/http/services/ocmd/notifications.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/owncloud/reva/v2/internal/http/services/ocmd/shares.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/owncloud/reva/v2/pkg/ocm/user/user.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ github.com/orcaman/concurrent-map
12461246
# github.com/owncloud/libre-graph-api-go v1.0.5-0.20250217093259-fa3804be6c27
12471247
## explicit; go 1.18
12481248
github.com/owncloud/libre-graph-api-go
1249-
# github.com/owncloud/reva/v2 v2.0.0-20251104220141-c05e0189d4f5
1249+
# github.com/owncloud/reva/v2 v2.0.0-20251106102926-751223b32d48
12501250
## explicit; go 1.24.0
12511251
github.com/owncloud/reva/v2/cmd/revad/internal/grace
12521252
github.com/owncloud/reva/v2/cmd/revad/runtime
@@ -2316,6 +2316,8 @@ golang.org/x/tools/internal/stdlib
23162316
golang.org/x/tools/internal/typeparams
23172317
golang.org/x/tools/internal/typesinternal
23182318
golang.org/x/tools/internal/versions
2319+
# golang.org/x/tools/godoc v0.1.0-deprecated
2320+
## explicit; go 1.24.0
23192321
# google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb
23202322
## explicit; go 1.23.0
23212323
google.golang.org/genproto/protobuf/field_mask

0 commit comments

Comments
 (0)