Skip to content

Commit

Permalink
Merge branch 'main' into update-instrumentations-instalambda-id-17023…
Browse files Browse the repository at this point in the history
…53877
  • Loading branch information
nithinputhenveettil authored Dec 12, 2023
2 parents 287c4d6 + 27b149d commit b108b11
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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

0 comments on commit b108b11

Please sign in to comment.