google / mako

Mako - A performance testing library and service
Apache License 2.0
57 stars 14 forks source link

Use google.golang.org/protobuf instead of github.com/golang/protobuf #13

Open chaodaiG opened 4 years ago

chaodaiG commented 4 years ago

As stated https://github.com/golang/protobuf#go-support-for-protocol-buffers, that:

This module (github.com/golang/protobuf) contains Go bindings for protocol buffers.

It has been superseded by the google.golang.org/protobuf module, which contains an updated and simplified API, support for protobuf reflection, and many other improvements. We recommend that new code use the google.golang.org/protobuf module.
timford commented 4 years ago

Thanks @chaodaiG . We're probably not going to go out of our way to update, but if we find the opportunity when it makes sense we'll do so.

chaodaiG commented 4 years ago

Thank you