Skip to content

Commit f7f3a0a

Browse files
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](uptrace/opentelemetry-go-extra@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] <support@github.com>
1 parent 602a655 commit f7f3a0a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

processor/ratelimitprocessor/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/gubernator-io/gubernator/v2 v2.13.0
88
github.com/sirupsen/logrus v1.9.3
99
github.com/stretchr/testify v1.11.1
10-
github.com/uptrace/opentelemetry-go-extra/otellogrus v0.2.1
10+
github.com/uptrace/opentelemetry-go-extra/otellogrus v0.3.2
1111
go.opentelemetry.io/collector/client v1.44.0
1212
go.opentelemetry.io/collector/component v1.44.0
1313
go.opentelemetry.io/collector/component/componenttest v0.138.0
@@ -93,7 +93,7 @@ require (
9393
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
9494
github.com/segmentio/fasthash v1.0.2 // indirect
9595
github.com/spf13/pflag v1.0.5 // indirect
96-
github.com/uptrace/opentelemetry-go-extra/otelutil v0.2.1 // indirect
96+
github.com/uptrace/opentelemetry-go-extra/otelutil v0.3.2 // indirect
9797
go.etcd.io/etcd/api/v3 v3.5.5 // indirect
9898
go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
9999
go.etcd.io/etcd/client/v3 v3.5.5 // indirect

processor/ratelimitprocessor/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -431,10 +431,10 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
431431
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
432432
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
433433
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
434-
github.com/uptrace/opentelemetry-go-extra/otellogrus v0.2.1 h1:klz16Hi1ydcI/AkFCbgxXvqwfKNPb+/EVHMlu1PdEKo=
435-
github.com/uptrace/opentelemetry-go-extra/otellogrus v0.2.1/go.mod h1:CufwvpLoGqj/uJFKsxBy09MKEM/o9QqaWjkB4RnFVdI=
436-
github.com/uptrace/opentelemetry-go-extra/otelutil v0.2.1 h1:qjljyY//UH064+gQDHh5U7M1Jh6b+iQpJUWVAuRJ04A=
437-
github.com/uptrace/opentelemetry-go-extra/otelutil v0.2.1/go.mod h1:7YSrHCmYPHIXjTWnKSU7EGT0TFEcm3WwSeQquwCGg38=
434+
github.com/uptrace/opentelemetry-go-extra/otellogrus v0.3.2 h1:H8wwQwTe5sL6x30z71lUgNiwBdeCHQjrphCfLwqIHGo=
435+
github.com/uptrace/opentelemetry-go-extra/otellogrus v0.3.2/go.mod h1:/kR4beFhlz2g+V5ik8jW+3PMiMQAPt29y6K64NNY53c=
436+
github.com/uptrace/opentelemetry-go-extra/otelutil v0.3.2 h1:3/aHKUq7qaFMWxyQV0W2ryNgg8x8rVeKVA20KJUkfS0=
437+
github.com/uptrace/opentelemetry-go-extra/otelutil v0.3.2/go.mod h1:Zit4b8AQXaXvA68+nzmbyDzqiyFRISyw1JiD5JqUBjw=
438438
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
439439
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
440440
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)