From 71efa762fe72bebe86987d56d5487877c3cf5009 Mon Sep 17 00:00:00 2001 From: tracer-team-go Date: Fri, 12 Jun 2026 16:36:36 +0530 Subject: [PATCH] feat(currency): updated go.mod, go.sum files, README.md for instaawsv2 --- instrumentation/instaawsv2/go.mod | 2 +- instrumentation/instaawsv2/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/instrumentation/instaawsv2/go.mod b/instrumentation/instaawsv2/go.mod index ac0503ea3..e3782d69d 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.24 require ( - github.com/aws/aws-sdk-go-v2 v1.41.9 + github.com/aws/aws-sdk-go-v2 v1.41.10 github.com/aws/aws-sdk-go-v2/config v1.29.14 github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.18.12 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.44.0 diff --git a/instrumentation/instaawsv2/go.sum b/instrumentation/instaawsv2/go.sum index c8302081a..1e5098721 100644 --- a/instrumentation/instaawsv2/go.sum +++ b/instrumentation/instaawsv2/go.sum @@ -1,5 +1,7 @@ github.com/aws/aws-sdk-go-v2 v1.41.9 h1:/rYeyO2+HrMztAmxAq9++XJtFMqSIpSsNA0yDGALYq4= github.com/aws/aws-sdk-go-v2 v1.41.9/go.mod h1:+HsoOEX80qAVUitj1A2DhCNTjmb3edVyuDypb6LNEeo= +github.com/aws/aws-sdk-go-v2 v1.41.10 h1:i/Ezw+xWTo/EtO/lEq6xBYu9RXpRb3QPN5UlTsJg8Ck= +github.com/aws/aws-sdk-go-v2 v1.41.10/go.mod h1:+HsoOEX80qAVUitj1A2DhCNTjmb3edVyuDypb6LNEeo= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 h1:eBMB84YGghSocM7PsjmmPffTa+1FBUeNvGvFou6V/4o= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8/go.mod h1:lyw7GFp3qENLh7kwzf7iMzAxDn+NzjXEAGjKS2UOKqI= github.com/aws/aws-sdk-go-v2/config v1.29.14 h1:f+eEi/2cKCg9pqKBoAIwRGzVb70MRKqWX4dg1BDcSJM=