From 36ba6edfad908a6a4f31a996ea7210fa35f01968 Mon Sep 17 00:00:00 2001 From: Marko Baricevic Date: Wed, 31 Jul 2024 16:49:52 +0200 Subject: [PATCH 1/3] retract --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 13529117f..f5a5b6ff6 100644 --- a/go.mod +++ b/go.mod @@ -29,7 +29,7 @@ require ( retract ( v1.1.3 - [v1.1.0, v1.1.1] + [v1.1.0, v1.1.3] [v1.0.0, v1.0.2] // This version is not used by the Cosmos SDK and adds a maintenance burden. // Use v1.x.x instead. From 5e2277981d6ca4451ef93e98c59d2964c42066f9 Mon Sep 17 00:00:00 2001 From: Marko Baricevic Date: Wed, 31 Jul 2024 16:51:08 +0200 Subject: [PATCH 2/3] retract --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f5a5b6ff6..8113e461a 100644 --- a/go.mod +++ b/go.mod @@ -30,7 +30,7 @@ require ( retract ( v1.1.3 [v1.1.0, v1.1.3] - [v1.0.0, v1.0.2] + [v1.0.0, v1.0.3] // This version is not used by the Cosmos SDK and adds a maintenance burden. // Use v1.x.x instead. [v0.21.0, v0.21.2] From 5003c65c376fbd3acb8491c92a3309ebb4ad6c22 Mon Sep 17 00:00:00 2001 From: Marko Baricevic Date: Wed, 31 Jul 2024 16:53:11 +0200 Subject: [PATCH 3/3] ++ --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index 8113e461a..032836f04 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,6 @@ require ( ) retract ( - v1.1.3 [v1.1.0, v1.1.3] [v1.0.0, v1.0.3] // This version is not used by the Cosmos SDK and adds a maintenance burden.