fwhezfwhez commented on issue #582:
URL:
https://github.com/apache/rocketmq-client-go/issues/582#issuecomment-753852686
Here I show how I failed.
Case 1 :
```go
module rocketmq
go 1.13
require (
github.com/apache/rocketmq-client-go v2.0.0
github.com/fwhezfwhez/errorx v0.0.0-20201127140441-9d82b2c2216f
github.com/gofrs/uuid v4.0.0+incompatible // indirect
)
```
result:
```go
go: finding github.com/apache/rocketmq-client-go v2.0.0
go: errors parsing go.mod:
G:\go_workspace\GOPATH\src\rocketmq\go.mod:6: require
github.com/apache/rocketmq-client-go: reading
https://goproxy.io/github.com/apache/rocketmq-client-go/@v/v2.0.0.info: 404 Not
Found
```
----------------------------------------------------------------
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]