Skip to content

Commit

Permalink
Update api/go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan authored Apr 18, 2024
1 parent 7f4c62c commit dcb615b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dcb615b

Please sign in to comment.