MoChengqian commented on code in PR #389:
URL: https://github.com/apache/dubbo-go-hessian2/pull/389#discussion_r2969132199
##########
go.mod:
##########
@@ -1,7 +1,16 @@
module github.com/apache/dubbo-go-hessian2
+go 1.21
+
require (
- github.com/dubbogo/gost v1.13.1
+ github.com/dubbogo/gost v1.14.0
github.com/pkg/errors v0.9.1
- github.com/stretchr/testify v1.7.0
+ github.com/stretchr/testify v1.11.1
Review Comment:
已修正,现testify未升级,仍使用v1.7.0
--
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]