twirp-ruby icon indicating copy to clipboard operation
twirp-ruby copied to clipboard

"go get -u github.com/twitchtv/twirp-ruby/protoc-gen-twirp_ruby" yields module deprecated error

Open Bhavya opened this issue 3 years ago • 0 comments

I recently pulled the latest repo and followed along with the example tutorial. Modified one of the protos to test and started to run code gen when I got this output trying to install the Twirp plugin:

go: downloading google.golang.org/protobuf v1.28.1 go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead. go: upgraded google.golang.org/protobuf v1.28.0 => v1.28.1

Can I get some help understanding if this is a known plugin issue or a local dependency issue on my part? Thanks.

Bhavya avatar Jul 29 '22 23:07 Bhavya