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 2021/02/18 06:38:48 UTC

[GitHub] [rocketmq-client-go] fwhezfwhez opened a new issue #609: use of internal package

fwhezfwhez opened a new issue #609:
URL: https://github.com/apache/rocketmq-client-go/issues/609


   Hello, I'm faced with a mistake:
   ```go
   ..\..\pkg\mod\github.com\apache\rocketmq-client-go\v2@v2.0.0\consumer\consumer.go:34:2: use of internal package github.com/apache/rocketmq-client-go/v2/internal not allowed
   ..\..\pkg\mod\github.com\apache\rocketmq-client-go\v2@v2.0.0\consumer\consumer.go:35:2: use of internal package github.com/apache/rocketmq-client-go/v2/internal/remote not allowed
   ..\..\pkg\mod\github.com\apache\rocketmq-client-go\v2@v2.0.0\consumer\consumer.go:36:2: use of internal package github.com/apache/rocketmq-client-go/v2/internal/utils not allowed
   ```
   
   This question seems alike to #199.However it should already be fixed in 2019 year , actually remained unfixed in latest v2.0.0.
   Help wanted


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



[GitHub] [rocketmq-client-go] fwhezfwhez commented on issue #609: [Emergency] use of internal package

Posted by GitBox <gi...@apache.org>.
fwhezfwhez commented on issue #609:
URL: https://github.com/apache/rocketmq-client-go/issues/609#issuecomment-782603582


   I fix it by replace all my import `"github.com\apache\rocketmq-client-go"` to `"github.com\apache\rocketmq-client-go\v2"`, and delete from go.mod `replace github.com\apache\rocketmq-client-go => 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



[GitHub] [rocketmq-client-go] fwhezfwhez closed issue #609: [Emergency] use of internal package

Posted by GitBox <gi...@apache.org>.
fwhezfwhez closed issue #609:
URL: https://github.com/apache/rocketmq-client-go/issues/609


   


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