Skip to content

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

Pavlo Strokov requested to merge ps-deprecated-import-3 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 ptypes package. The replacement packages has a different structure and it requires code changes to be done to migrate. The exclusion rules removed from the golanci-lint tool configuration file to prevent future use of the deprecated package.

Edited by Pavlo Strokov

Merge request reports

Loading