From 77cfc282f62288e363598dde415d98bd6742db27 Mon Sep 17 00:00:00 2001 From: Steve Willoughby Date: Thu, 30 Nov 2023 11:58:50 -0800 Subject: [PATCH] updated go.mod files --- v3/integrations/nrgraphqlgo/go.mod | 2 ++ v3/integrations/nrgrpc/go.mod | 2 ++ v3/integrations/nrmicro/go.mod | 1 + v3/integrations/nrstan/test/go.mod | 2 +- 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/v3/integrations/nrgraphqlgo/go.mod b/v3/integrations/nrgraphqlgo/go.mod index 21f2e55db..f953df2e9 100644 --- a/v3/integrations/nrgraphqlgo/go.mod +++ b/v3/integrations/nrgraphqlgo/go.mod @@ -6,4 +6,6 @@ require ( github.com/graphql-go/graphql v0.8.1 github.com/newrelic/go-agent/v3 v3.28.1 ) + + replace github.com/newrelic/go-agent/v3 => ../.. diff --git a/v3/integrations/nrgrpc/go.mod b/v3/integrations/nrgrpc/go.mod index eea923f49..de50413b0 100644 --- a/v3/integrations/nrgrpc/go.mod +++ b/v3/integrations/nrgrpc/go.mod @@ -13,5 +13,7 @@ require ( google.golang.org/protobuf v1.30.0 ) + replace github.com/newrelic/go-agent/v3/integrations/nrsecurityagent => ../../integrations/nrsecurityagent + replace github.com/newrelic/go-agent/v3 => ../.. diff --git a/v3/integrations/nrmicro/go.mod b/v3/integrations/nrmicro/go.mod index 3b1d6002f..fda594e34 100644 --- a/v3/integrations/nrmicro/go.mod +++ b/v3/integrations/nrmicro/go.mod @@ -8,6 +8,7 @@ require ( github.com/golang/protobuf v1.5.3 github.com/micro/go-micro v1.8.0 github.com/newrelic/go-agent/v3 v3.28.1 + google.golang.org/protobuf v1.31.0 ) diff --git a/v3/integrations/nrstan/test/go.mod b/v3/integrations/nrstan/test/go.mod index 4c7be2421..6921303fe 100644 --- a/v3/integrations/nrstan/test/go.mod +++ b/v3/integrations/nrstan/test/go.mod @@ -5,7 +5,7 @@ module github.com/newrelic/go-agent/v3/integrations/nrstan/test go 1.19 require ( - github.com/nats-io/nats-streaming-server v0.25.5 + github.com/nats-io/nats-streaming-server v0.25.6 github.com/nats-io/stan.go v0.10.4 github.com/newrelic/go-agent/v3 v3.28.1 github.com/newrelic/go-agent/v3/integrations/nrstan v0.0.0