Skip to content

Commit 05ac761

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 ea82cbc commit 05ac761

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
@@ -8,7 +8,7 @@ require (
88
github.com/gubernator-io/gubernator/v2 v2.16.0
99
github.com/sirupsen/logrus v1.9.3
1010
github.com/stretchr/testify v1.11.1
11-
github.com/uptrace/opentelemetry-go-extra/otellogrus v0.2.1
11+
github.com/uptrace/opentelemetry-go-extra/otellogrus v0.3.2
1212
go.opentelemetry.io/collector/client v1.44.0
1313
go.opentelemetry.io/collector/component v1.44.0
1414
go.opentelemetry.io/collector/component/componenttest v0.138.0
@@ -100,7 +100,7 @@ require (
100100
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
101101
github.com/segmentio/fasthash v1.0.2 // indirect
102102
github.com/spf13/pflag v1.0.5 // indirect
103-
github.com/uptrace/opentelemetry-go-extra/otelutil v0.2.1 // indirect
103+
github.com/uptrace/opentelemetry-go-extra/otelutil v0.3.2 // indirect
104104
go.etcd.io/etcd/api/v3 v3.5.5 // indirect
105105
go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
106106
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
@@ -386,10 +386,10 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
386386
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
387387
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
388388
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
389-
github.com/uptrace/opentelemetry-go-extra/otellogrus v0.2.1 h1:klz16Hi1ydcI/AkFCbgxXvqwfKNPb+/EVHMlu1PdEKo=
390-
github.com/uptrace/opentelemetry-go-extra/otellogrus v0.2.1/go.mod h1:CufwvpLoGqj/uJFKsxBy09MKEM/o9QqaWjkB4RnFVdI=
391-
github.com/uptrace/opentelemetry-go-extra/otelutil v0.2.1 h1:qjljyY//UH064+gQDHh5U7M1Jh6b+iQpJUWVAuRJ04A=
392-
github.com/uptrace/opentelemetry-go-extra/otelutil v0.2.1/go.mod h1:7YSrHCmYPHIXjTWnKSU7EGT0TFEcm3WwSeQquwCGg38=
389+
github.com/uptrace/opentelemetry-go-extra/otellogrus v0.3.2 h1:H8wwQwTe5sL6x30z71lUgNiwBdeCHQjrphCfLwqIHGo=
390+
github.com/uptrace/opentelemetry-go-extra/otellogrus v0.3.2/go.mod h1:/kR4beFhlz2g+V5ik8jW+3PMiMQAPt29y6K64NNY53c=
391+
github.com/uptrace/opentelemetry-go-extra/otelutil v0.3.2 h1:3/aHKUq7qaFMWxyQV0W2ryNgg8x8rVeKVA20KJUkfS0=
392+
github.com/uptrace/opentelemetry-go-extra/otelutil v0.3.2/go.mod h1:Zit4b8AQXaXvA68+nzmbyDzqiyFRISyw1JiD5JqUBjw=
393393
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
394394
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
395395
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)