From 85a584dd2ee3437b117d9f5e894eac70bf09aeef Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Wed, 24 Aug 2022 15:57:05 +0200 Subject: [PATCH] add retraction notice for v0.35 (#9308) --- go.mod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/go.mod b/go.mod index f238b242e..e2449c10b 100644 --- a/go.mod +++ b/go.mod @@ -245,3 +245,7 @@ require ( github.com/prometheus/common v0.37.0 github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca ) + +retract ( + [v0.35.0,v0.35.9] // See https://github.com/tendermint/tendermint/discussions/9155 +) \ No newline at end of file