From 9493f3a21e954645658f67e7a480d930b9a6d1ac Mon Sep 17 00:00:00 2001 From: Pino' Surace Date: Wed, 15 Nov 2023 14:22:07 +0100 Subject: [PATCH] Retract wasmd v0.43.0 and v0.44.0 (cherry picked from commit 12589b2067fb29911d581add94f1a2b3fd2cf723) --- go.mod | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 36b6afaf74..594ef0d522 100644 --- a/go.mod +++ b/go.mod @@ -194,5 +194,11 @@ replace ( github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 ) -// see https://github.com/CosmWasm/wasmd/issues/1651 -retract v0.42.0 +retract ( + // see https://github.com/CosmWasm/wasmd/issues/1713 + v0.44.0 + // see https://github.com/CosmWasm/wasmd/issues/1713 + v0.43.0 + // see https://github.com/CosmWasm/wasmd/issues/1651 + v0.42.0 +)