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 @@ -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
Original file line number Diff line number Diff line change @@ -386,10 +386,10 @@ github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o
386386github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
387387github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
388388github.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 =
393393github.com/yuin/goldmark v1.1.25 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
394394github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
395395github.com/yuin/goldmark v1.1.32 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
You can’t perform that action at this time.
0 commit comments