The new integrations/nrzerolog packages imports newrelic/go-agent in its testable example, instead of newrelic/go-agent/v3. This is causing errors with go mod tidy.
Steps to Reproduce
Doesn't need to be in a new repo, just run mod tidy in the nrzerolog integration package.
$ go mod tidy
go: finding module for package github.com/newrelic/go-agent
go: github.m6web.fr/devops/go-fx-core/newrelic imports
github.com/newrelic/go-agent/v3/integrations/nrzerolog tested by
github.com/newrelic/go-agent/v3/integrations/nrzerolog.test imports
github.com/newrelic/go-agent: module github.com/newrelic/go-agent@latest found (v3.34.0+incompatible), but does not contain package github.com/newrelic/go-agent
Description
The new integrations/nrzerolog packages imports newrelic/go-agent in its testable example, instead of newrelic/go-agent/v3. This is causing errors with
go mod tidy
.Steps to Reproduce
Doesn't need to be in a new repo, just run mod tidy in the nrzerolog integration package.
Expected Behavior
NR Diag results
Your Environment
Reproduction case
Additional context