From d715278f3f57d8f653bec8726cf845f8d608f2fd Mon Sep 17 00:00:00 2001 From: black-06 Date: Tue, 6 Feb 2024 10:57:56 +0800 Subject: [PATCH] fix: retract v1.5.5 (#249) --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/go.mod b/go.mod index ef538c5..7eaea0e 100644 --- a/go.mod +++ b/go.mod @@ -15,3 +15,8 @@ require ( golang.org/x/crypto v0.14.0 // indirect golang.org/x/text v0.13.0 // indirect ) + +retract ( + v1.5.6 // Contains retractions only. + v1.5.5 // Published accidentally. +)