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/01/04 09:06:23 UTC

[GitHub] [rocketmq-client-go] fwhezfwhez commented on issue #582: How to import this package using go module

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:
users@infra.apache.org