diff --git a/go.mod b/go.mod index 95e39a2bb..3ae7ee088 100644 --- a/go.mod +++ b/go.mod @@ -49,11 +49,11 @@ require ( ) retract ( + v1.1.3 + [v1.1.0, v1.1.1] + [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. [v0.21.0, v0.21.2] v0.18.0 - [v1.0.0, v1.0.2] - [v1.1.0, v1.1.1] - v1.1.3 )