mrproliu commented on code in PR #232: URL: https://github.com/apache/skywalking-go/pull/232#discussion_r2332907014
########## go.mod: ########## @@ -3,18 +3,21 @@ module github.com/apache/skywalking-go go 1.19 require ( - github.com/google/uuid v1.3.0 + github.com/google/uuid v1.6.0 github.com/pkg/errors v0.9.1 - google.golang.org/grpc v1.55.0 - skywalking.apache.org/repo/goapi v0.0.0-20230314034821-0c5a44bb767a + github.com/segmentio/kafka-go v0.4.48 + google.golang.org/grpc v1.73.0 + google.golang.org/protobuf v1.36.6 + skywalking.apache.org/repo/goapi v0.0.0-20250831073349-4fd1f9f19fb5 Review Comment: I think it should only update the goapi is enough. Why the agent needs update others? ########## go.work: ########## @@ -2,78 +2,75 @@ go 1.19 use ( . + ./plugins/amqp // define the plugins ./plugins/core ./plugins/dubbo + ./plugins/echov4 Review Comment: Please do not modify the original import format. Just added your project. -- 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