Skip to content

go.mod: Drop direct dependency on golang/protobuf

Patrick Steinhardt requested to merge pks-drop-golang-protobuf-pkg into master

This MR removes remaining use of the old and deprecated golang/protobuf package in favor of the new google.golang.org/protobuf one and removes the direct dependency on golang/protobuf.

Merge request reports