cs3org / cs3apis

:arrows_clockwise: Connect Storage and Application Providers

Home Page:https://buf.build/cs3org-buf/cs3apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to protobuf golang bindings V2

ishank011 opened this issue · comments

@ishank011 we are using protobuf v3, what is the motivation to go back?

@labkode sorry, I meant switching to the newer golang implementation of protobuffers, from https://github.com/golang/protobuf to https://github.com/protocolbuffers/protobuf-go. The previous version is deprecated now (golang/protobuf#1077) and we have to suppress linter warnings in reva since we use it.