Skip to content

Commit

Permalink
Merge branch 'main' into update-instrumentations-instagrpc-id-1702353872
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinputhenveettil authored Dec 12, 2023
2 parents e375570 + b270402 commit 0e03456
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion instrumentation/instaawssdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ Known limitations:
<!---
Mandatory comment section for CI/CD !!
target-pkg-url: github.com/aws/aws-sdk-go
current-version: v1.48.3
current-version: v1.49.0
--->
2 changes: 1 addition & 1 deletion instrumentation/instaawssdk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/instana/go-sensor/instrumentation/instaawssdk
go 1.13

require (
github.com/aws/aws-sdk-go v1.48.3
github.com/aws/aws-sdk-go v1.49.0
github.com/instana/go-sensor v1.58.0
github.com/kr/pretty v0.1.0 // indirect
github.com/opentracing/opentracing-go v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/instaawssdk/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/aws/aws-sdk-go v1.48.3 h1:btYjT+opVFxUbRz+qSCjJe07cdX82BHmMX/FXYmoL7g=
github.com/aws/aws-sdk-go v1.48.3/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY=
github.com/aws/aws-sdk-go v1.49.0/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
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=
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/instalambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ func subCall(ctx context.Context) {
<!---
Mandatory comment section for CI/CD !!
target-pkg-url: github.com/aws/aws-lambda-go
current-version: v1.41.0
current-version: v1.42.0
--->
2 changes: 1 addition & 1 deletion instrumentation/instalambda/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/instalambda/go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down

0 comments on commit 0e03456

Please sign in to comment.