newrelic / go-agent

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

github.com/golang/protobuf is deprecated #777

Closed panapol-p closed 11 months 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.

iamemilio commented 11 months ago

This has been fixed in more recent versions of the go agent. Thanks for reporting.