Skip to content

Commit

Permalink
Merge pull request #965 from nr-swilloughby/950_zerolog_import
Browse files Browse the repository at this point in the history
950 zerolog import fix
  • Loading branch information
nr-swilloughby authored Oct 10, 2024
2 parents 364adbd + fa564c7 commit 1c35a75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion v3/integrations/nrzerolog/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ package nrzerolog_test
import (
"os"

newrelic "github.com/newrelic/go-agent"
"github.com/newrelic/go-agent/v3/integrations/nrzerolog"
"github.com/newrelic/go-agent/v3/newrelic"
"github.com/rs/zerolog"
)

Expand Down
2 changes: 1 addition & 1 deletion v3/integrations/nrzerolog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/newrelic/go-agent/v3/integrations/nrzerolog
go 1.19

require (
github.com/newrelic/go-agent/v3 v3.20.2
github.com/newrelic/go-agent/v3 v3.34.0
github.com/rs/zerolog v1.28.0
)

0 comments on commit 1c35a75

Please sign in to comment.