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/01/21 10:56:34 UTC

[GitHub] [rocketmq-client-go] veryrich opened a new issue #405: can not using native version

veryrich opened a new issue #405: can not using native version
URL: https://github.com/apache/rocketmq-client-go/issues/405
 
 
   ### go.mod
   ```golang
   module rocketMqtest
   
   go 1.13
   
   require (
   	github.com/apache/rocketmq-client-go/v2 v2.0.0-rc1
   
   )
   
   ```
   
   ### and run command
   ```shell
   go mod tidy
   ```
   
   ### ERROR:
   ```shell
   go: github.com/apache/rocketmq-client-go/v2@v2.0.0-rc1: go.mod has non-.../v2 module path "github.com/apache/rocketmq-client-go" (and .../v2/go.mod does not exist) at revision v2.0.0-rc1
   ```

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


With regards,
Apache Git Services

[GitHub] [rocketmq-client-go] ShannonDing closed issue #405: can not using native version

Posted by GitBox <gi...@apache.org>.
ShannonDing closed issue #405: can not using native version
URL: https://github.com/apache/rocketmq-client-go/issues/405
 
 
   

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


With regards,
Apache Git Services

[GitHub] [rocketmq-client-go] ShannonDing commented on issue #405: can not using native version

Posted by GitBox <gi...@apache.org>.
ShannonDing commented on issue #405: can not using native version
URL: https://github.com/apache/rocketmq-client-go/issues/405#issuecomment-585065091
 
 
   link #385, it will be fixed in next release.

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


With regards,
Apache Git Services