We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ocis module version is v2 instead of v7 in a go.mod file it broke the dependencies between the osic and reva There are several services in a reva that use github.com/owncloud/ocis/v2/ocis-pkg/registry and pointed to the ocis/v2.0.0 https://github.com/cs3org/reva/blob/ea319ad6ac575eb725be92f9c0be8a6f7fe84fbd/go.mod#L64
go.mod
osic
reva
github.com/owncloud/ocis/v2/ocis-pkg/registry
ocis/v2.0.0
It could lead to unexpected side effects because the default registry for the v2 is mdnsr
mdnsr
Releasing modules https://go.dev/wiki/Modules#releasing-modules-v2-or-higher
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
The ocis module version is v2 instead of v7 in a
go.mod
file it broke the dependencies between theosic
andreva
There are several services in a
reva
that usegithub.com/owncloud/ocis/v2/ocis-pkg/registry
and pointed to theocis/v2.0.0
https://github.com/cs3org/reva/blob/ea319ad6ac575eb725be92f9c0be8a6f7fe84fbd/go.mod#L64
It could lead to unexpected side effects because the default registry for the v2 is
mdnsr
Releasing modules https://go.dev/wiki/Modules#releasing-modules-v2-or-higher
The text was updated successfully, but these errors were encountered: