newrelic / go-agent

New Relic Go Agent
Apache License 2.0
759 stars 297 forks source link

protobuf is deprecated #930

Open amantinetti opened 1 week ago

amantinetti commented 1 week ago

Description

protobuf is deprecated The package name changes from github.com/golang/protobuf to google.golang.org/protobuf These generate problems when try to update all packages in project with newrelic agent

Steps to Reproduce

Try update packages using go get -u

Expected Behavior

Solve dependencies

NR Diag results

Your Environment

Last Newrelic version

Reproduction case

Try to do go get -u in any project with newrelic agent

Additional context