fwhezfwhez commented on issue #582:
URL:
https://github.com/apache/rocketmq-client-go/issues/582#issuecomment-753854745
Case 3:
```go
module rocketmq
go 1.13
require (
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/[email protected]
```
fail:
```go
G:\go_workspace\GOPATH\src\rocketmq\go.mod:10: replacement module without
version must be directory path (rooted or starting with ./ or ../)
```
----------------------------------------------------------------
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]