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)