From b3b67da9ecabf3a6de0a81ef9cab4f26686492a7 Mon Sep 17 00:00:00 2001 From: black Date: Tue, 6 Feb 2024 19:10:45 +0800 Subject: [PATCH] only retract v1.5.5 --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 7eaea0e..c11e396 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,4 @@ require ( golang.org/x/text v0.13.0 // indirect ) -retract ( - v1.5.6 // Contains retractions only. - v1.5.5 // Published accidentally. -) +retract v1.5.5 // Published accidentally.