youngxhui commented on code in PR #230: URL: https://github.com/apache/skywalking-go/pull/230#discussion_r2299427554
########## go.mod: ########## @@ -5,16 +5,19 @@ go 1.19 require ( github.com/google/uuid v1.3.0 github.com/pkg/errors v0.9.1 + github.com/segmentio/kafka-go v0.4.48 Review Comment: When I run go mod tidy, Kafka is automatically added to go.mod. Using go mod why, I found that it is being used in the reporter. ```sh go mod why -m github.com/segmentio/kafka-go # github.com/segmentio/kafka-go github.com/apache/skywalking-go/agent/reporter github.com/segmentio/kafka-go ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org