Open
Description
Summary
We are currently using gogo/protobuf and a replace directive that points to a regen fork of the library. We should update to use the fork maintained by the cosmos core devs and remove the replace directive.
For reference: cosmos/cosmos-sdk#10925 cosmos/cosmos-sdk#13070
Problem Definition
Using a replace directive is confusing and prevents users from using go install
.
Proposal
Use cosmos/gogoproto fork of gogo/protobuf instead of gogo/protobuf with replace directive.
For Admin Use
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned