Skip to content

Commit

Permalink
Revert go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Dec 17, 2024
1 parent 5391b1a commit bc9cb9f
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions v3/integrations/logcontext-v2/nrslog/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
module github.com/newrelic/go-agent/v3/integrations/nrslog
module github.com/newrelic/go-agent/v3/integrations/logcontext-v2/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

require (
github.com/newrelic/go-agent/v3 v3.35.0
github.com/stretchr/testify v1.9.0
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 bc9cb9f

Please sign in to comment.