Skip to content

lint: Fix deprecated import github.com/golang/protobuf/proto

Pavlo Strokov requested to merge ps-deprecated-import-2 into master

The dependency github.com/golang/protobuf is deprecated and should be replaced with google.golang.org/protobuf. This change replaces usage of the proto package. The packages have incompatible API that is why the code changes were done to migrate. The exclusion rule removed from the golanci-lint tool configuration file to prevent future use of the deprecated package.

Merge request reports

Loading