Skip to content

Commit

Permalink
Refactor module path and update dependencies in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Dec 17, 2024
1 parent e2d1087 commit 5391b1a
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions v3/integrations/logcontext-v2/nrslog/go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/nrslog
module github.com/newrelic/go-agent/v3/integrations/nrslog

// The new log/slog package in Go 1.21 brings structured logging to the standard library.
go 1.21

require (
github.com/newrelic/go-agent/v3 v3.35.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.9.0
)

require (
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)

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

0 comments on commit 5391b1a

Please sign in to comment.