From 4eb2d9020e57bdb1fda7798ed7d6a5169f23eb61 Mon Sep 17 00:00:00 2001 From: Daniel Wedul Date: Thu, 13 Jun 2024 15:44:02 -0600 Subject: [PATCH] Replace the last two v50 epic TODOs with standard TODOs since we're gonna have to just live with our forks for the async-icq and ibc-go libraries for now. --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 839a35472..b224c6f36 100644 --- a/go.mod +++ b/go.mod @@ -214,9 +214,9 @@ replace ( github.com/CosmWasm/wasmd => github.com/provenance-io/wasmd v0.50.0-pio-2 github.com/cosmos/cosmos-sdk => github.com/provenance-io/cosmos-sdk v0.50.7-pio-1 - // TODO[1760]: Update once async-icq creates tag with our changes https://github.com/cosmos/ibc-apps/pull/168 + // TODO: Update once async-icq creates tag with our changes https://github.com/cosmos/ibc-apps/pull/168 github.com/cosmos/ibc-apps/modules/async-icq/v8 => github.com/provenance-io/ibc-apps/modules/async-icq/v8 v8.0.0-prov-1 - // TODO[1760]: Update or change once a tag is made containing a fix for https://github.com/cosmos/ibc-go/issues/6375 + // TODO: Update or change once a tag is made containing a fix for https://github.com/cosmos/ibc-go/issues/6375 github.com/cosmos/ibc-go/v8 => github.com/provenance-io/ibc-go/v8 v8.2.1-pio-1 // dgrijalva/jwt-go is deprecated and doesn't receive security updates.