Alanxtl commented on code in PR #1016: URL: https://github.com/apache/dubbo-go-samples/pull/1016#discussion_r2797834691
########## go.mod: ########## @@ -173,6 +172,7 @@ require ( ) replace ( + dubbo.apache.org/dubbo-go/v3 => github.com/apache/dubbo-go/v3 v3.0.0-20260210015753-35ea886421f9 Review Comment: 为啥还是replace到了旧版本 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
