mrproliu commented on code in PR #230: URL: https://github.com/apache/skywalking-go/pull/230#discussion_r2300338347
########## 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: `go mod tidy` is use for the single module, in the go work concept, you should use `go work sync`. -- 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