Skip to content

Commit

Permalink
[internal/kafka] fix version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfree committed Feb 2, 2024
1 parent d416881 commit 55dfb64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/kafka/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/IBM/sarama v1.42.1
github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.92.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.93.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/config/configtls v0.93.1-0.20240130182548-89388addcc7f
)
Expand Down
2 changes: 1 addition & 1 deletion receiver/kafkametricsreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ require (
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.92.0 // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.93.0 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/client_golang v1.18.0 // indirect
Expand Down

0 comments on commit 55dfb64

Please sign in to comment.