diff --git a/api/go.mod b/api/go.mod index 024e1c02460..68683da3579 100644 --- a/api/go.mod +++ b/api/go.mod @@ -2,7 +2,7 @@ module github.com/cosmos/ibc-go/api go 1.22.0 -// NOTE: This replaces points the ics23 dependency to a protov2 compatible encoding format which also uses pulsar. +// NOTE: This replace points the ics23 code deps used by 23-commitment to a branch using pulsar codegen (i.e. protov2 compatible encoding interfaces) // This should be removed and reverted when depinject supports protov1 with gogoproto. replace github.com/cosmos/ics23/go/api => github.com/cosmos/ics23/go/api v0.0.0-20240417162222-d137921f67b6