Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrations/nrzerolog imports error #950

Open
Meroje opened this issue Aug 19, 2024 · 0 comments
Open

integrations/nrzerolog imports error #950

Meroje opened this issue Aug 19, 2024 · 0 comments
Labels

Comments

@Meroje
Copy link

Meroje commented Aug 19, 2024

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.

$ 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

Expected Behavior

NR Diag results

Your Environment

Reproduction case

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant