Skip to content

Commit

Permalink
update contrib aws lambda dep
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Nov 22, 2023
1 parent df0f0ef commit 66c062e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/sethvargo/go-envconfig v0.9.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/contrib/detectors/aws/lambda v0.46.0
go.opentelemetry.io/contrib/detectors/aws/lambda v0.46.1
go.opentelemetry.io/contrib/instrumentation/host v0.46.1
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1
go.opentelemetry.io/contrib/propagators/b3 v1.21.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+F
github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY=
github.com/yusufpapurcu/wmi v1.2.3 h1:E1ctvB7uKFMOJw3fdOW32DwGE9I7t++CRUEMKvFoFiw=
github.com/yusufpapurcu/wmi v1.2.3/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
go.opentelemetry.io/contrib/detectors/aws/lambda v0.46.0 h1:ZwUf/XDQ8pDJ3t71bFPSy/J0EZ7yzfDk0EEk7sl4Wrg=
go.opentelemetry.io/contrib/detectors/aws/lambda v0.46.0/go.mod h1:qOIFHNUD+WhCIGvrQAcPjC3agr3Ryx6kxWIN9ezHDHA=
go.opentelemetry.io/contrib/detectors/aws/lambda v0.46.1 h1:MCtkJ76UiXEphmYGj+C2MB20viwYjEHVn+I+2qq7/os=
go.opentelemetry.io/contrib/detectors/aws/lambda v0.46.1/go.mod h1:mb4RYmSIT8466N536PZ1z3FLiBwiwvX81AisUfgqgyE=
go.opentelemetry.io/contrib/instrumentation/host v0.46.1 h1:jLPv7OPP2CROWQ8PaUx3zONn5S4HjCJnH1syT3fnEEc=
go.opentelemetry.io/contrib/instrumentation/host v0.46.1/go.mod h1:7PhaLiZ6K9zbeZNxOdr+DB8tzxWsrjVa9BcCMGuMPeA=
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.1 h1:m9ReioVPIffxjJlGNRd0d5poy+9oTro3D+YbiEzUDOc=
Expand Down

0 comments on commit 66c062e

Please sign in to comment.