From 4a00a593acfac6e3ac9cd426ae3419ecb4a3885a Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Wed, 10 Jan 2024 15:27:38 +0100 Subject: [PATCH] Retract 1.2.5 --- go.mod | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index c160e7e9..b73aea95 100644 --- a/go.mod +++ b/go.mod @@ -15,5 +15,9 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) -// see https://github.com/CosmWasm/wasmvm/issues/459 -retract v1.4.0 +retract ( + // see https://github.com/CosmWasm/wasmvm/issues/459 + v1.4.0 + // originally published without the CWA-2023-004 fix + v1.2.5 +)