fwhezfwhez commented on issue #582:
URL:
https://github.com/apache/rocketmq-client-go/issues/582#issuecomment-753859004
Case 4:
```
module rocketmq
go 1.13
require (
github.com/apache/rocketmq-client-go v0.0.0-00010101000000-000000000000
github.com/apache/rocketmq-client-go/v2 v2.0.0 // indirect
github.com/fwhezfwhez/errorx v0.0.0-20201127140441-9d82b2c2216f
github.com/gofrs/uuid v4.0.0+incompatible // indirect
)
replace github.com/apache/rocketmq-client-go =>
github.com/apache/rocketmq-client-go/v2 v2.0.0
```
download well run fail:
```go
G:/go_workspace/GOPATH/src/rocketmq/fillmod/main.go #gosetup
..\..\pkg\mod\github.com\apache\rocketmq-client-go\[email protected]\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\[email protected]\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\[email protected]\consumer\consumer.go:36:2:
use of internal package github.com/apache/rocketmq-client-go/v2/internal/utils
not allowed
```
----------------------------------------------------------------
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]