File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
processor/ratelimitprocessor Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -431,10 +431,10 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
431431github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
432432github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
433433github.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 =
438438github.com/yuin/goldmark v1.1.25 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
439439github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
440440github.com/yuin/goldmark v1.1.32 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
You can’t perform that action at this time.
0 commit comments