Remove gogoproto replace statements for v8 #167
Labels
async-icq
Label for items related to the async-icq module
packet-forward-middleware
Label for items related to the packet forward middleware
I'm currently assisting the Provenance Blockchain in migrating to sdk 50. One step in this migration process is the ability to remove
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
from go.mod since cosmos/gogoproto is being used. The Provenance Blockchain cannot remove this dependency because it was not removed from async-icq/v8. This ibc-app should be able to remove it since it is no longer needed.The text was updated successfully, but these errors were encountered: