diff --git a/v3/integrations/logcontext-v2/nrslog/go.mod b/v3/integrations/logcontext-v2/nrslog/go.mod index 117a01c9b..7a3357f51 100644 --- a/v3/integrations/logcontext-v2/nrslog/go.mod +++ b/v3/integrations/logcontext-v2/nrslog/go.mod @@ -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 => ../.. \ No newline at end of file +replace github.com/newrelic/go-agent/v3 => ../../..