We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a087c84 commit 1369dc6Copy full SHA for 1369dc6
go.mod
@@ -2,7 +2,4 @@ module github.com/cristalhq/jwt/v5
2
3
go 1.19
4
5
-retract (
6
- v5.3.0 // check 'typ' is too strict.
7
- v5.2.0 // check 'typ' is too strict.
8
-)
+retract [v5.2.0, v5.3.0] // check 'typ' is too strict (see https://github.com/cristalhq/jwt/pull/150)
0 commit comments