newrelic / go-agent

New Relic Go Agent
Apache License 2.0
775 stars 296 forks source link

golang protobuff is deprecated #776

Closed panapol-p closed 1 year ago

panapol-p commented 1 year ago

github.com/golang/protobuf is deprecated

Description

we should use google.golang.org/protobuf instead of github.com/golang/protobuf

It has been superseded by the google.golang.org/protobuf module, which contains an updated and simplified API, support for protobuf reflection, and many other improvements. We recommend that new code use the google.golang.org/protobuf module.