From 05ac76160dddcec64887fae72d45ecf196378e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 09:45:34 +0000 Subject: [PATCH] chore(deps): bump github.com/uptrace/opentelemetry-go-extra/otellogrus Bumps [github.com/uptrace/opentelemetry-go-extra/otellogrus](https://github.com/uptrace/opentelemetry-go-extra) from 0.2.1 to 0.3.2. - [Release notes](https://github.com/uptrace/opentelemetry-go-extra/releases) - [Changelog](https://github.com/uptrace/opentelemetry-go-extra/blob/main/CHANGELOG.md) - [Commits](https://github.com/uptrace/opentelemetry-go-extra/compare/v0.2.1...v0.3.2) --- updated-dependencies: - dependency-name: github.com/uptrace/opentelemetry-go-extra/otellogrus dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- processor/ratelimitprocessor/go.mod | 4 ++-- processor/ratelimitprocessor/go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/processor/ratelimitprocessor/go.mod b/processor/ratelimitprocessor/go.mod index ed6fc503d..ff7624f72 100644 --- a/processor/ratelimitprocessor/go.mod +++ b/processor/ratelimitprocessor/go.mod @@ -8,7 +8,7 @@ require ( github.com/gubernator-io/gubernator/v2 v2.16.0 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.11.1 - github.com/uptrace/opentelemetry-go-extra/otellogrus v0.2.1 + github.com/uptrace/opentelemetry-go-extra/otellogrus v0.3.2 go.opentelemetry.io/collector/client v1.44.0 go.opentelemetry.io/collector/component v1.44.0 go.opentelemetry.io/collector/component/componenttest v0.138.0 @@ -100,7 +100,7 @@ require ( github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect github.com/segmentio/fasthash v1.0.2 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/uptrace/opentelemetry-go-extra/otelutil v0.2.1 // indirect + github.com/uptrace/opentelemetry-go-extra/otelutil v0.3.2 // indirect go.etcd.io/etcd/api/v3 v3.5.5 // indirect go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect go.etcd.io/etcd/client/v3 v3.5.5 // indirect diff --git a/processor/ratelimitprocessor/go.sum b/processor/ratelimitprocessor/go.sum index fcbb2756b..f38bc8283 100644 --- a/processor/ratelimitprocessor/go.sum +++ b/processor/ratelimitprocessor/go.sum @@ -386,10 +386,10 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U= github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= -github.com/uptrace/opentelemetry-go-extra/otellogrus v0.2.1 h1:klz16Hi1ydcI/AkFCbgxXvqwfKNPb+/EVHMlu1PdEKo= -github.com/uptrace/opentelemetry-go-extra/otellogrus v0.2.1/go.mod h1:CufwvpLoGqj/uJFKsxBy09MKEM/o9QqaWjkB4RnFVdI= -github.com/uptrace/opentelemetry-go-extra/otelutil v0.2.1 h1:qjljyY//UH064+gQDHh5U7M1Jh6b+iQpJUWVAuRJ04A= -github.com/uptrace/opentelemetry-go-extra/otelutil v0.2.1/go.mod h1:7YSrHCmYPHIXjTWnKSU7EGT0TFEcm3WwSeQquwCGg38= +github.com/uptrace/opentelemetry-go-extra/otellogrus v0.3.2 h1:H8wwQwTe5sL6x30z71lUgNiwBdeCHQjrphCfLwqIHGo= +github.com/uptrace/opentelemetry-go-extra/otellogrus v0.3.2/go.mod h1:/kR4beFhlz2g+V5ik8jW+3PMiMQAPt29y6K64NNY53c= +github.com/uptrace/opentelemetry-go-extra/otelutil v0.3.2 h1:3/aHKUq7qaFMWxyQV0W2ryNgg8x8rVeKVA20KJUkfS0= +github.com/uptrace/opentelemetry-go-extra/otelutil v0.3.2/go.mod h1:Zit4b8AQXaXvA68+nzmbyDzqiyFRISyw1JiD5JqUBjw= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=