From afb86ef1d13905e8d4207ba86f98cd5175313229 Mon Sep 17 00:00:00 2001 From: Sheel Bedi Date: Mon, 27 Jun 2022 17:45:03 -0500 Subject: [PATCH] update aws gomod --- v3/integrations/nrawssdk-v1/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/integrations/nrawssdk-v1/go.mod b/v3/integrations/nrawssdk-v1/go.mod index 1ca3e02e7..ee1cc3936 100644 --- a/v3/integrations/nrawssdk-v1/go.mod +++ b/v3/integrations/nrawssdk-v1/go.mod @@ -8,5 +8,5 @@ go 1.7 require ( // v1.15.0 is the first aws-sdk-go version with module support. github.com/aws/aws-sdk-go v1.15.0 - github.com/newrelic/go-agent/v3 v3.0.0 + github.com/newrelic/go-agent/v3 v3.16.0 )