From 1e35abd035043455d16fdc37d135965f987b407a Mon Sep 17 00:00:00 2001 From: Rich Vanderwal Date: Mon, 30 Aug 2021 17:02:36 -0700 Subject: [PATCH] Get test running on Rich's workstation --- v3/integrations/nrmongo/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/integrations/nrmongo/go.mod b/v3/integrations/nrmongo/go.mod index fce8a0d53..f1e09d4da 100644 --- a/v3/integrations/nrmongo/go.mod +++ b/v3/integrations/nrmongo/go.mod @@ -6,7 +6,7 @@ go 1.10 require ( github.com/go-stack/stack v1.8.0 // indirect - github.com/newrelic/go-agent/v3 v3.0.0 + github.com/newrelic/go-agent/v3 v3.6.0 // mongo-driver does not support modules as of Nov 2019. go.mongodb.org/mongo-driver v1.0.0 )