mrproliu commented on code in PR #99: URL: https://github.com/apache/skywalking-go/pull/99#discussion_r1312651523
########## test/plugins/scenarios/irisv12/go.mod: ########## @@ -0,0 +1,58 @@ +module test/plugins/scenarios/irisv12 + +go 1.18 + +require ( + github.com/apache/skywalking-go v0.2.0 Review Comment: Same here. ########## plugins/irisv12/go.mod: ########## @@ -0,0 +1,39 @@ +module github.com/apache/skywalking-go/plugins/irisv12 + +go 1.18 + +require ( + github.com/apache/skywalking-go/plugins/core v0.0.0-20230825023739-685f598ab343 Review Comment: Please delete this package declaration since skywalking-go uses workspace to manage all packages. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
