From 287c4d62f547231a3d9bc348ca6dc22fb6b40fbf Mon Sep 17 00:00:00 2001 From: IBM/Instana/Team Go Date: Tue, 12 Dec 2023 04:04:37 +0000 Subject: [PATCH] Updated go.mod, go.sum files, README.md for instalambda --- instrumentation/instalambda/README.md | 2 +- instrumentation/instalambda/go.mod | 2 +- instrumentation/instalambda/go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/instrumentation/instalambda/README.md b/instrumentation/instalambda/README.md index 298fa6cc1..a4a125f85 100644 --- a/instrumentation/instalambda/README.md +++ b/instrumentation/instalambda/README.md @@ -116,5 +116,5 @@ func subCall(ctx context.Context) { diff --git a/instrumentation/instalambda/go.mod b/instrumentation/instalambda/go.mod index 86e8b074a..edf4c1dd6 100644 --- a/instrumentation/instalambda/go.mod +++ b/instrumentation/instalambda/go.mod @@ -3,7 +3,7 @@ module github.com/instana/go-sensor/instrumentation/instalambda go 1.15 require ( - github.com/aws/aws-lambda-go v1.41.0 + github.com/aws/aws-lambda-go v1.42.0 github.com/instana/go-sensor v1.58.0 github.com/opentracing/opentracing-go v1.2.0 github.com/stretchr/testify v1.8.1 diff --git a/instrumentation/instalambda/go.sum b/instrumentation/instalambda/go.sum index e3bc29a5c..e4b8d3c9b 100644 --- a/instrumentation/instalambda/go.sum +++ b/instrumentation/instalambda/go.sum @@ -1,5 +1,5 @@ -github.com/aws/aws-lambda-go v1.41.0 h1:l/5fyVb6Ud9uYd411xdHZzSf2n86TakxzpvIoz7l+3Y= -github.com/aws/aws-lambda-go v1.41.0/go.mod h1:jwFe2KmMsHmffA1X2R09hH6lFzJQxzI8qK17ewzbQMM= +github.com/aws/aws-lambda-go v1.42.0 h1:U4QKkxLp/il15RJGAANxiT9VumQzimsUER7gokqA0+c= +github.com/aws/aws-lambda-go v1.42.0/go.mod h1:dpMpZgvWx5vuQJfBt0zqBha60q7Dd7RfgJv23DymV8A= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=