Skip to content

Commit

Permalink
updated go.mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-swilloughby committed Nov 30, 2023
1 parent dc257ff commit 77cfc28
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions v3/integrations/nrgraphqlgo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 => ../..
2 changes: 2 additions & 0 deletions v3/integrations/nrgrpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 => ../..
1 change: 1 addition & 0 deletions v3/integrations/nrmicro/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)


Expand Down
2 changes: 1 addition & 1 deletion v3/integrations/nrstan/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77cfc28

Please sign in to comment.