From ca37a357404c2ff099c72ab5d728ae8d694d2f4e Mon Sep 17 00:00:00 2001 From: setrofim Date: Mon, 3 Jul 2023 07:45:11 +0100 Subject: [PATCH] Retract v1.2.0 release This release was published in error, as further work is required on COSE_Key. Signed-off-by: setrofim --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/go.mod b/go.mod index 609875d..4a202d9 100644 --- a/go.mod +++ b/go.mod @@ -5,3 +5,8 @@ go 1.18 require github.com/fxamacker/cbor/v2 v2.4.0 require github.com/x448/float16 v0.8.4 // indirect + +retract ( + v1.2.1 // contains retractions only + v1.2.0 // published in error +)