Skip to content

Commit 1401b37

Browse files
authored
chore(release): update to version 3.42.0 (#1107)
* chore(release): update to version 3.42.0 * chore: update go mods
1 parent 14fb746 commit 1401b37

File tree

62 files changed

+76
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+76
-61
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions

v3/integrations/logcontext-v2/logWriter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/logWriter
33
go 1.24
44

55
require (
6-
github.com/newrelic/go-agent/v3 v3.41.0
6+
github.com/newrelic/go-agent/v3 v3.42.0
77
github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrwriter v1.0.0
88
)
99

v3/integrations/logcontext-v2/nrlogrus/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrlogrus
33
go 1.24
44

55
require (
6-
github.com/newrelic/go-agent/v3 v3.41.0
6+
github.com/newrelic/go-agent/v3 v3.42.0
77
github.com/sirupsen/logrus v1.8.1
88
)
99

v3/integrations/logcontext-v2/nrslog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrslog
22

33
go 1.24
44

5-
require github.com/newrelic/go-agent/v3 v3.41.0
5+
require github.com/newrelic/go-agent/v3 v3.42.0
66

77

88
replace github.com/newrelic/go-agent/v3 => ../../..

v3/integrations/logcontext-v2/nrwriter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrwriter
22

33
go 1.24
44

5-
require github.com/newrelic/go-agent/v3 v3.41.0
5+
require github.com/newrelic/go-agent/v3 v3.42.0
66

77

88
replace github.com/newrelic/go-agent/v3 => ../../..

v3/integrations/logcontext-v2/nrzap/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrzap
33
go 1.24
44

55
require (
6-
github.com/newrelic/go-agent/v3 v3.41.0
6+
github.com/newrelic/go-agent/v3 v3.42.0
77
go.uber.org/zap v1.24.0
88
)
99

v3/integrations/logcontext-v2/nrzerolog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrzerolog
33
go 1.24
44

55
require (
6-
github.com/newrelic/go-agent/v3 v3.41.0
6+
github.com/newrelic/go-agent/v3 v3.42.0
77
github.com/rs/zerolog v1.26.1
88
)
99

v3/integrations/logcontext-v2/zerologWriter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/zerologWriter
33
go 1.24
44

55
require (
6-
github.com/newrelic/go-agent/v3 v3.41.0
6+
github.com/newrelic/go-agent/v3 v3.42.0
77
github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrwriter v1.0.2
88
github.com/rs/zerolog v1.27.0
99
)

v3/integrations/logcontext/nrlogrusplugin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module github.com/newrelic/go-agent/v3/integrations/logcontext/nrlogrusplugin
55
go 1.24
66

77
require (
8-
github.com/newrelic/go-agent/v3 v3.41.0
8+
github.com/newrelic/go-agent/v3 v3.42.0
99
// v1.4.0 is required for for the log.WithContext.
1010
github.com/sirupsen/logrus v1.4.0
1111
)

v3/integrations/nramqp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3/integrations/nramqp
33
go 1.24
44

55
require (
6-
github.com/newrelic/go-agent/v3 v3.41.0
6+
github.com/newrelic/go-agent/v3 v3.42.0
77
github.com/rabbitmq/amqp091-go v1.9.0
88
)
99
replace github.com/newrelic/go-agent/v3 => ../..

0 commit comments

Comments
 (0)