As per the docs;
While go.mod files for minimove imports protobuf as:
And still has the replace directive:
The code is actually already using the new recommended import github.com/cosmos/gogoproto, which is good. However, the replace directive for github.com/gogo/protobuf is still present and should be removed since youre already using the new import path.
