we should use google.golang.org/protobuf instead of github.com/golang/protobuf
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.
github.com/golang/protobuf is deprecated
Description
we should use
google.golang.org/protobuf
instead ofgithub.com/golang/protobuf
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.