From abb5953531ff8c0f1f86cc313467cd37203c1f2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:46:50 +0200 Subject: [PATCH] chore(deps): update opentelemetry-go monorepo to 083d03e (#6028) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go.opentelemetry.io/otel](https://togithub.com/open-telemetry/opentelemetry-go) | indirect | digest | `b213e25` -> `083d03e` | | [go.opentelemetry.io/otel](https://togithub.com/open-telemetry/opentelemetry-go) | require | digest | `b213e25` -> `083d03e` | | [go.opentelemetry.io/otel/log](https://togithub.com/open-telemetry/opentelemetry-go) | require | digest | `b213e25` -> `083d03e` | | [go.opentelemetry.io/otel/metric](https://togithub.com/open-telemetry/opentelemetry-go) | indirect | digest | `b213e25` -> `083d03e` | | [go.opentelemetry.io/otel/sdk](https://togithub.com/open-telemetry/opentelemetry-go) | indirect | digest | `b213e25` -> `083d03e` | | [go.opentelemetry.io/otel/sdk](https://togithub.com/open-telemetry/opentelemetry-go) | require | digest | `b213e25` -> `083d03e` | | [go.opentelemetry.io/otel/sdk/log](https://togithub.com/open-telemetry/opentelemetry-go) | require | digest | `b213e25` -> `083d03e` | | [go.opentelemetry.io/otel/trace](https://togithub.com/open-telemetry/opentelemetry-go) | indirect | digest | `b213e25` -> `083d03e` | | [go.opentelemetry.io/otel/trace](https://togithub.com/open-telemetry/opentelemetry-go) | require | digest | `b213e25` -> `083d03e` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go-contrib). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .../aws/aws-lambda-go/otellambda/test/go.mod | 8 +++---- .../aws/aws-lambda-go/otellambda/test/go.sum | 16 ++++++------- processors/minsev/go.mod | 12 +++++----- processors/minsev/go.sum | 24 +++++++++---------- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod index b581c320cfd..f9b028bbd06 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.mod @@ -14,9 +14,9 @@ require ( go.opentelemetry.io/contrib/detectors/aws/lambda v0.53.0 go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.53.0 go.opentelemetry.io/contrib/propagators/aws v1.28.0 - go.opentelemetry.io/otel v1.28.1-0.20240820232910-b213e25d4352 - go.opentelemetry.io/otel/sdk v1.28.1-0.20240820232910-b213e25d4352 - go.opentelemetry.io/otel/trace v1.28.1-0.20240820232910-b213e25d4352 + go.opentelemetry.io/otel v1.28.1-0.20240821073756-083d03e605a7 + go.opentelemetry.io/otel/sdk v1.28.1-0.20240821073756-083d03e605a7 + go.opentelemetry.io/otel/trace v1.28.1-0.20240821073756-083d03e605a7 ) require ( @@ -25,7 +25,7 @@ require ( github.com/go-logr/stdr v1.2.2 // indirect github.com/google/uuid v1.6.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - go.opentelemetry.io/otel/metric v1.28.1-0.20240820232910-b213e25d4352 // indirect + go.opentelemetry.io/otel/metric v1.28.1-0.20240821073756-083d03e605a7 // indirect golang.org/x/sys v0.24.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.sum b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.sum index 8c5731a2b37..b9a8f137868 100644 --- a/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.sum +++ b/instrumentation/github.com/aws/aws-lambda-go/otellambda/test/go.sum @@ -15,14 +15,14 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -go.opentelemetry.io/otel v1.28.1-0.20240820232910-b213e25d4352 h1:w06nAhLQQFtQVCj/EIWC1d/dr+aUgAGWkR+ywFP/qCw= -go.opentelemetry.io/otel v1.28.1-0.20240820232910-b213e25d4352/go.mod h1:q68ijF8Fc8CnMHKyzqL6akLO46ePnjkgfIMIjUIX9z4= -go.opentelemetry.io/otel/metric v1.28.1-0.20240820232910-b213e25d4352 h1:QvPUiF33+RGTaUGNnSc1zknmhW11e5hayN6wz03GkVs= -go.opentelemetry.io/otel/metric v1.28.1-0.20240820232910-b213e25d4352/go.mod h1:Fb1eVBFZmLVTMb6PPohq3TO9IIhUisDsbJoL/+uQW4s= -go.opentelemetry.io/otel/sdk v1.28.1-0.20240820232910-b213e25d4352 h1:85ogmUK7qn1fSFsRwC02MOw1dXoZrISiG359DVgwNHs= -go.opentelemetry.io/otel/sdk v1.28.1-0.20240820232910-b213e25d4352/go.mod h1:s+YkHMBEnqm6NGT5aPyKzXh6ykS0EKN0Sx5H+oo+Hd4= -go.opentelemetry.io/otel/trace v1.28.1-0.20240820232910-b213e25d4352 h1:IKz2OiXvwiqc4x3Ga1woOsYSCdSXaxxsYTEsmnk3L1Y= -go.opentelemetry.io/otel/trace v1.28.1-0.20240820232910-b213e25d4352/go.mod h1:jPyXzNPg6da9+38HEwElrQiHlVMTnVfM3/yv2OlIHaI= +go.opentelemetry.io/otel v1.28.1-0.20240821073756-083d03e605a7 h1:urbAoDOV9ZXsoy8nta64/keXmzSR9xIQpOw7a34Cyak= +go.opentelemetry.io/otel v1.28.1-0.20240821073756-083d03e605a7/go.mod h1:q68ijF8Fc8CnMHKyzqL6akLO46ePnjkgfIMIjUIX9z4= +go.opentelemetry.io/otel/metric v1.28.1-0.20240821073756-083d03e605a7 h1:VZvVzLobhog3uxWh12Nl4ptwvadtVPEaaalEwPcGJqw= +go.opentelemetry.io/otel/metric v1.28.1-0.20240821073756-083d03e605a7/go.mod h1:Fb1eVBFZmLVTMb6PPohq3TO9IIhUisDsbJoL/+uQW4s= +go.opentelemetry.io/otel/sdk v1.28.1-0.20240821073756-083d03e605a7 h1:Tj4h4a6VAgYNCUdJVi32fE2CA/ZgSkSUm1Jnf39x0pE= +go.opentelemetry.io/otel/sdk v1.28.1-0.20240821073756-083d03e605a7/go.mod h1:s+YkHMBEnqm6NGT5aPyKzXh6ykS0EKN0Sx5H+oo+Hd4= +go.opentelemetry.io/otel/trace v1.28.1-0.20240821073756-083d03e605a7 h1:q/strrfRm5rSON1HtU3i2r2TYmVyj8LXBLjXOcV84i4= +go.opentelemetry.io/otel/trace v1.28.1-0.20240821073756-083d03e605a7/go.mod h1:jPyXzNPg6da9+38HEwElrQiHlVMTnVfM3/yv2OlIHaI= golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg= golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= diff --git a/processors/minsev/go.mod b/processors/minsev/go.mod index 39209798251..c4fb737e581 100644 --- a/processors/minsev/go.mod +++ b/processors/minsev/go.mod @@ -4,8 +4,8 @@ go 1.21 require ( github.com/stretchr/testify v1.9.0 - go.opentelemetry.io/otel/log v0.4.1-0.20240820232910-b213e25d4352 - go.opentelemetry.io/otel/sdk/log v0.4.1-0.20240820232910-b213e25d4352 + go.opentelemetry.io/otel/log v0.4.1-0.20240821073756-083d03e605a7 + go.opentelemetry.io/otel/sdk/log v0.4.1-0.20240821073756-083d03e605a7 ) require ( @@ -14,10 +14,10 @@ require ( github.com/go-logr/stdr v1.2.2 // indirect github.com/google/uuid v1.6.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - go.opentelemetry.io/otel v1.28.1-0.20240820232910-b213e25d4352 // indirect - go.opentelemetry.io/otel/metric v1.28.1-0.20240820232910-b213e25d4352 // indirect - go.opentelemetry.io/otel/sdk v1.28.1-0.20240820232910-b213e25d4352 // indirect - go.opentelemetry.io/otel/trace v1.28.1-0.20240820232910-b213e25d4352 // indirect + go.opentelemetry.io/otel v1.28.1-0.20240821073756-083d03e605a7 // indirect + go.opentelemetry.io/otel/metric v1.28.1-0.20240821073756-083d03e605a7 // indirect + go.opentelemetry.io/otel/sdk v1.28.1-0.20240821073756-083d03e605a7 // indirect + go.opentelemetry.io/otel/trace v1.28.1-0.20240821073756-083d03e605a7 // indirect golang.org/x/sys v0.24.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/processors/minsev/go.sum b/processors/minsev/go.sum index 2e21fb948ee..0e7171ac130 100644 --- a/processors/minsev/go.sum +++ b/processors/minsev/go.sum @@ -13,18 +13,18 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg= github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= -go.opentelemetry.io/otel v1.28.1-0.20240820232910-b213e25d4352 h1:w06nAhLQQFtQVCj/EIWC1d/dr+aUgAGWkR+ywFP/qCw= -go.opentelemetry.io/otel v1.28.1-0.20240820232910-b213e25d4352/go.mod h1:q68ijF8Fc8CnMHKyzqL6akLO46ePnjkgfIMIjUIX9z4= -go.opentelemetry.io/otel/log v0.4.1-0.20240820232910-b213e25d4352 h1:5to28Xkjpfd+ZXvib8AtFSCw8ET59JUztGtWow8Kd1w= -go.opentelemetry.io/otel/log v0.4.1-0.20240820232910-b213e25d4352/go.mod h1:DhGnQvky7pHy82MIRV43iXh3FlKN8UUKftn0KbLOq6I= -go.opentelemetry.io/otel/metric v1.28.1-0.20240820232910-b213e25d4352 h1:QvPUiF33+RGTaUGNnSc1zknmhW11e5hayN6wz03GkVs= -go.opentelemetry.io/otel/metric v1.28.1-0.20240820232910-b213e25d4352/go.mod h1:Fb1eVBFZmLVTMb6PPohq3TO9IIhUisDsbJoL/+uQW4s= -go.opentelemetry.io/otel/sdk v1.28.1-0.20240820232910-b213e25d4352 h1:85ogmUK7qn1fSFsRwC02MOw1dXoZrISiG359DVgwNHs= -go.opentelemetry.io/otel/sdk v1.28.1-0.20240820232910-b213e25d4352/go.mod h1:s+YkHMBEnqm6NGT5aPyKzXh6ykS0EKN0Sx5H+oo+Hd4= -go.opentelemetry.io/otel/sdk/log v0.4.1-0.20240820232910-b213e25d4352 h1:v+5SB/O3ntIBCbAKZ1fZpbMY2kWwAqiwNmzOldXeURM= -go.opentelemetry.io/otel/sdk/log v0.4.1-0.20240820232910-b213e25d4352/go.mod h1:ZIugwGZBHdCmtBtEhlbyLvh/3qfTvl7ag1b9Dg2i6fs= -go.opentelemetry.io/otel/trace v1.28.1-0.20240820232910-b213e25d4352 h1:IKz2OiXvwiqc4x3Ga1woOsYSCdSXaxxsYTEsmnk3L1Y= -go.opentelemetry.io/otel/trace v1.28.1-0.20240820232910-b213e25d4352/go.mod h1:jPyXzNPg6da9+38HEwElrQiHlVMTnVfM3/yv2OlIHaI= +go.opentelemetry.io/otel v1.28.1-0.20240821073756-083d03e605a7 h1:urbAoDOV9ZXsoy8nta64/keXmzSR9xIQpOw7a34Cyak= +go.opentelemetry.io/otel v1.28.1-0.20240821073756-083d03e605a7/go.mod h1:q68ijF8Fc8CnMHKyzqL6akLO46ePnjkgfIMIjUIX9z4= +go.opentelemetry.io/otel/log v0.4.1-0.20240821073756-083d03e605a7 h1:tVf5xb+PW4o/x/Sh3GGz07w48p5kjUVjmOLs/xl9dQw= +go.opentelemetry.io/otel/log v0.4.1-0.20240821073756-083d03e605a7/go.mod h1:DhGnQvky7pHy82MIRV43iXh3FlKN8UUKftn0KbLOq6I= +go.opentelemetry.io/otel/metric v1.28.1-0.20240821073756-083d03e605a7 h1:VZvVzLobhog3uxWh12Nl4ptwvadtVPEaaalEwPcGJqw= +go.opentelemetry.io/otel/metric v1.28.1-0.20240821073756-083d03e605a7/go.mod h1:Fb1eVBFZmLVTMb6PPohq3TO9IIhUisDsbJoL/+uQW4s= +go.opentelemetry.io/otel/sdk v1.28.1-0.20240821073756-083d03e605a7 h1:Tj4h4a6VAgYNCUdJVi32fE2CA/ZgSkSUm1Jnf39x0pE= +go.opentelemetry.io/otel/sdk v1.28.1-0.20240821073756-083d03e605a7/go.mod h1:s+YkHMBEnqm6NGT5aPyKzXh6ykS0EKN0Sx5H+oo+Hd4= +go.opentelemetry.io/otel/sdk/log v0.4.1-0.20240821073756-083d03e605a7 h1:WUADBFjNf/cLCAcW++DfcvtOvWP2Cjv9Fu3Fz/f3F8c= +go.opentelemetry.io/otel/sdk/log v0.4.1-0.20240821073756-083d03e605a7/go.mod h1:ZIugwGZBHdCmtBtEhlbyLvh/3qfTvl7ag1b9Dg2i6fs= +go.opentelemetry.io/otel/trace v1.28.1-0.20240821073756-083d03e605a7 h1:q/strrfRm5rSON1HtU3i2r2TYmVyj8LXBLjXOcV84i4= +go.opentelemetry.io/otel/trace v1.28.1-0.20240821073756-083d03e605a7/go.mod h1:jPyXzNPg6da9+38HEwElrQiHlVMTnVfM3/yv2OlIHaI= golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg= golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=