doucheng opened a new issue #380: [native]get 
github.com/apache/rocketmq-client-go v2.0.0-rc1 error
URL: https://github.com/apache/rocketmq-client-go/issues/380
 
 
   go version
   go version go1.13.4 darwin/amd64
   
   <!-- go.mod -->
   require (
       github.com/apache/rocketmq-client-go v2.0.0-rc1+incompatible
   )
   
   error:
   go: finding github.com/apache/rocketmq-client-go v2.0.0-rc1+incompatible
   go list -m: github.com/apache/[email protected]+incompatible: 
invalid version: +incompatible suffix not allowed: module contains a go.mod 
file, so semantic import versioning is required
   
   ------------
   or 
   
   <!-- go.mod -->
   require (
       github.com/apache/rocketmq-client-go v2.0.0-rc1
   )
   
   error:
   go: finding github.com/apache/rocketmq-client-go v2.0.0-rc1
   go: errors parsing go.mod:
   /apps/webroot/production/xmq-infra/go.mod:9: 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
   
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to