Skip to content

Commit

Permalink
Merge pull request #868 from go-agent/rabolofia/update-gomods
Browse files Browse the repository at this point in the history
Update go.mod files.
  • Loading branch information
purple4reina authored and GitHub Enterprise committed Mar 23, 2020
2 parents b41adb7 + fd867a4 commit b9b65ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion v3/integrations/nrlambda/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ go 1.12

require (
github.com/aws/aws-lambda-go v1.11.0
github.com/newrelic/go-agent/v3 v3.0.0
github.com/newrelic/go-agent/v3 v3.4.0
)
2 changes: 1 addition & 1 deletion v3/integrations/nrmicro/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ go 1.13
require (
github.com/golang/protobuf v1.3.2
github.com/micro/go-micro v1.8.0
github.com/newrelic/go-agent/v3 v3.0.0
github.com/newrelic/go-agent/v3 v3.4.0
)
2 changes: 1 addition & 1 deletion v3/integrations/nrnats/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ go 1.11
require (
// v1.8.0 is the first nats version with a go.mod.
github.com/nats-io/nats.go v1.8.0
github.com/newrelic/go-agent/v3 v3.0.0
github.com/newrelic/go-agent/v3 v3.4.0
)
2 changes: 1 addition & 1 deletion v3/integrations/nrstan/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ go 1.11

require (
github.com/nats-io/stan.go v0.5.0
github.com/newrelic/go-agent/v3 v3.0.0
github.com/newrelic/go-agent/v3 v3.4.0
)

0 comments on commit b9b65ab

Please sign in to comment.