From 722d8c8da8ed9b44340744c5aa8ef023ec6d1b88 Mon Sep 17 00:00:00 2001 From: Yogesh Deshpande Date: Fri, 8 Mar 2024 16:16:03 +0000 Subject: [PATCH] Update cwt_test.go Co-authored-by: Orie Steele Signed-off-by: Orie Steele --- cwt_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cwt_test.go b/cwt_test.go index cae8e1a..40f12af 100644 --- a/cwt_test.go +++ b/cwt_test.go @@ -6,7 +6,6 @@ import ( "crypto/rand" "fmt" - // "github.com/fxamacker/cbor/v2" "github.com/veraison/go-cose" )