From dcb615b04218370d27200a5cf5e6553c8c4a8f19 Mon Sep 17 00:00:00 2001 From: Damian Nolan Date: Thu, 18 Apr 2024 10:24:48 +0200 Subject: [PATCH] Update api/go.mod --- api/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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