-
Notifications
You must be signed in to change notification settings - Fork 713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parsing go.mod: unexpected module path "gopkg.in/resty.v1" #230
Comments
@kourtni It seems, one of your project dependencies uses incorrect resty import path for Could you try the following, add this into
|
That worked. Thanks! |
go-resty is imported under its old import path by grpc-gateway. This works around that problem until we pick up a version of grpc-gateway that has the imports fixed. See: go-resty/resty#230
go-resty is imported under its old import path by grpc-gateway. This works around that problem until we pick up a version of grpc-gateway that has the imports fixed. See: go-resty/resty#230
Having the same issue, $ GO111MODULE=on go mod vendor |
@kourtni For There are breaking changes in |
Hi,
I'm trying to generate a go.mod file for a project I'm working on. However it is failing with:
We don't directly depend on resty, so not certain how I can get beyond this issue.
The text was updated successfully, but these errors were encountered: