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


With regards,
Apache Git Services

Reply via email to