You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/05/08 11:59:49 UTC

[GitHub] [rocketmq-client-go] ShannonDing commented on a change in pull request #481: feat(admin): add admin extension

ShannonDing commented on a change in pull request #481:
URL: https://github.com/apache/rocketmq-client-go/pull/481#discussion_r422103311



##########
File path: go.mod
##########
@@ -12,9 +12,12 @@ require (
 	github.com/tidwall/match v1.0.1 // indirect
 	github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 // indirect
 	go.uber.org/atomic v1.5.1
+	golang.org/x/sync v0.0.0-20190423024810-112230192c58
 	stathat.com/c/consistent v1.0.0
 )
 
 replace stathat.com/c/consistent v1.0.0 => github.com/stathat/consistent v1.0.0
 
+replace github.com/json-iterator/go => github.com/xujianhai666/go v1.1.10-0.20200118093701-ae604587eee1

Review comment:
       remove personal pkg.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org