fwhezfwhez opened a new issue #582: URL: https://github.com/apache/rocketmq-client-go/issues/582
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 go.mod ``` 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 ) ``` ---------------------------------------------------------------- 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]
