protoc-gen-twirp_swagger icon indicating copy to clipboard operation
protoc-gen-twirp_swagger copied to clipboard

If anyone has issues with failures from this module

Open flyandi opened this issue 4 years ago • 3 comments

There is an underlying module that is used by protoc-gen that has been adjusted and many previously exposed API's were moved behind closed doors.

Here is my thread at the original source: https://github.com/grpc-ecosystem/grpc-gateway/issues/1154

flyandi avatar Mar 05 '20 00:03 flyandi

Thank you @flyandi, it mentions in their release notes (https://github.com/grpc-ecosystem/grpc-gateway/releases/tag/v1.14.0) to raise an issue if some of those apis were needed so I imagine you did the right thing :)

marwan-at-work avatar Mar 05 '20 01:03 marwan-at-work

Ok they put the module API's in questions back. So this will work again.

flyandi avatar Mar 05 '20 17:03 flyandi

After upgrade to v1.14.1,go mod tidy failed. My go version is 1.14.

go: finding module for package github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule

github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule: module github.com/grpc-ecosystem/grpc-gateway@latest found (v1.14.1), but does not contain package github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule

coolyrat avatar Mar 09 '20 07:03 coolyrat