From e863f82a1d47e931a914ad725ab9a6ac57254a02 Mon Sep 17 00:00:00 2001 From: IBM/Instana/Team Go Date: Wed, 29 Nov 2023 04:04:36 +0000 Subject: [PATCH] Updated go.mod, go.sum files, README.md for instaawsv2 --- instrumentation/instaawsv2/README.md | 2 +- instrumentation/instaawsv2/go.mod | 4 ++-- instrumentation/instaawsv2/go.sum | 6 ++++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/instrumentation/instaawsv2/README.md b/instrumentation/instaawsv2/README.md index eeca95f2a..7681e1baf 100644 --- a/instrumentation/instaawsv2/README.md +++ b/instrumentation/instaawsv2/README.md @@ -61,5 +61,5 @@ Hence, to avoid collisions, it is recommended to avoid these keys in your applic diff --git a/instrumentation/instaawsv2/go.mod b/instrumentation/instaawsv2/go.mod index e36ae109d..51caace8c 100644 --- a/instrumentation/instaawsv2/go.mod +++ b/instrumentation/instaawsv2/go.mod @@ -3,7 +3,7 @@ module github.com/instana/go-sensor/instrumentation/instaawsv2 go 1.15 require ( - github.com/aws/aws-sdk-go-v2 v1.21.0 + github.com/aws/aws-sdk-go-v2 v1.23.2 github.com/aws/aws-sdk-go-v2/config v1.18.40 github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.39 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.5 @@ -12,7 +12,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/s3 v1.38.5 github.com/aws/aws-sdk-go-v2/service/sns v1.22.0 github.com/aws/aws-sdk-go-v2/service/sqs v1.24.5 - github.com/aws/smithy-go v1.14.2 + github.com/aws/smithy-go v1.17.0 github.com/instana/go-sensor v1.58.0 github.com/opentracing/opentracing-go v1.2.0 github.com/pkg/errors v0.9.1 diff --git a/instrumentation/instaawsv2/go.sum b/instrumentation/instaawsv2/go.sum index 4f244bc42..fbf28ba6c 100644 --- a/instrumentation/instaawsv2/go.sum +++ b/instrumentation/instaawsv2/go.sum @@ -1,5 +1,6 @@ -github.com/aws/aws-sdk-go-v2 v1.21.0 h1:gMT0IW+03wtYJhRqTVYn0wLzwdnK9sRMcxmtfGzRdJc= github.com/aws/aws-sdk-go-v2 v1.21.0/go.mod h1:/RfNgGmRxI+iFOB1OeJUyxiU+9s88k3pfHvDagGEp0M= +github.com/aws/aws-sdk-go-v2 v1.23.2 h1:UoTll1Y5b88x8h53OlsJGgOHwpggdMr7UVnLjMb3XYg= +github.com/aws/aws-sdk-go-v2 v1.23.2/go.mod h1:i1XDttT4rnf6vxc9AuskLc6s7XBee8rlLilKlc03uAA= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.13 h1:OPLEkmhXf6xFPiz0bLeDArZIDx1NNS4oJyG4nv3Gct0= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.13/go.mod h1:gpAbvyDGQFozTEmlTFO8XcQKHzubdq0LzRyJpG6MiXM= github.com/aws/aws-sdk-go-v2/config v1.18.40 h1:dbu1llI/nTIL+r6sYHMeVLl99DM8J8/o1I4EPurnhLg= @@ -48,8 +49,9 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.16.0 h1:vbgiXuhtn49+erlPrgIvQ+J3 github.com/aws/aws-sdk-go-v2/service/ssooidc v1.16.0/go.mod h1:yygr8ACQRY2PrEcy3xsUI357stq2AxnFM6DIsR9lij4= github.com/aws/aws-sdk-go-v2/service/sts v1.22.0 h1:s4bioTgjSFRwOoyEFzAVCmFmoowBgjTR8gkrF/sQ4wk= github.com/aws/aws-sdk-go-v2/service/sts v1.22.0/go.mod h1:VC7JDqsqiwXukYEDjoHh9U0fOJtNWh04FPQz4ct4GGU= -github.com/aws/smithy-go v1.14.2 h1:MJU9hqBGbvWZdApzpvoF2WAIJDbtjK2NDJSiJP7HblQ= github.com/aws/smithy-go v1.14.2/go.mod h1:Tg+OJXh4MB2R/uN61Ko2f6hTZwB/ZYGOtib8J3gBHzA= +github.com/aws/smithy-go v1.17.0 h1:wWJD7LX6PBV6etBUwO0zElG0nWN9rUhp0WdYeHSHAaI= +github.com/aws/smithy-go v1.17.0/go.mod h1:NukqUGpCZIILqqiV0NIjeFh24kd/FAa4beRb6nbIUPE= 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=