From 1369dc64a90f6d7cff46f15d72f14270678c066d Mon Sep 17 00:00:00 2001 From: Oleg Kovalov Date: Sat, 18 Nov 2023 11:40:16 +0100 Subject: [PATCH] Format go.mod (#151) --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/go.mod b/go.mod index dd51ed5..cae6fc7 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,4 @@ module github.com/cristalhq/jwt/v5 go 1.19 -retract ( - v5.3.0 // check 'typ' is too strict. - v5.2.0 // check 'typ' is too strict. -) +retract [v5.2.0, v5.3.0] // check 'typ' is too strict (see https://github.com/cristalhq/jwt/pull/150)