cosmos / ibc-apps

IBC applications and middleware for Cosmos SDK chains.
Apache License 2.0
82 stars 62 forks source link

Remove gogo/protobuf replace directive in async-icq/v8 #168

Closed Taztingo closed 6 months ago

Taztingo commented 6 months ago

This PR is for #167 and it removes a replace directive that is no longer needed, but is enforcing other chains to use it. Official documentation can be found here

This means you should replace all imports of github.com/gogo/protobuf to github.com/cosmos/gogoproto. This allows you to remove the replace directive replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 from your go.mod file.