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/14 06:40:13 UTC

[GitHub] [rocketmq-client-go] duffiye opened a new issue #388: go mod import v2.0.0-rc1 error

duffiye opened a new issue #388: go mod import v2.0.0-rc1 error
URL: https://github.com/apache/rocketmq-client-go/issues/388
 
 
   <!-- go.mod -->
   
   require (
   
       github.com/apache/rocketmq-client-go v2.0.0-rc1
   
   )
   
   get error : 
   
   `go: finding github.com/apache/rocketmq-client-go v2.0.0-rc1
   go: finding github.com/apache/rocketmq-client-go v2.0.0-rc1
   go: errors parsing go.mod:
   /Users/duffiye/code/erp/go.mod:22: require github.com/apache/rocketmq-client-go: version "v2.0.0-rc1" invalid: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2`
   
   maybe in go.mod shoud be
   
   `module github.com/apache/rocketmq-client-go/v2
   `

----------------------------------------------------------------
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] wenfengwang commented on issue #388: [Native] go mod import v2.0.0-rc1 error

Posted by GitBox <gi...@apache.org>.
wenfengwang commented on issue #388: [Native] go mod import v2.0.0-rc1 error
URL: https://github.com/apache/rocketmq-client-go/issues/388#issuecomment-575967138
 
 
   closed due to duplicated

----------------------------------------------------------------
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 #388: [Native] go mod import v2.0.0-rc1 error

Posted by GitBox <gi...@apache.org>.
ShannonDing commented on issue #388: [Native] go mod import v2.0.0-rc1 error
URL: https://github.com/apache/rocketmq-client-go/issues/388#issuecomment-574040362
 
 
   link #380 

----------------------------------------------------------------
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] wenfengwang closed issue #388: [Native] go mod import v2.0.0-rc1 error

Posted by GitBox <gi...@apache.org>.
wenfengwang closed issue #388: [Native] go mod import v2.0.0-rc1 error
URL: https://github.com/apache/rocketmq-client-go/issues/388
 
 
   

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