1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

Remove the two day old crypto package, let's not confuse users between that and JWT - keep only JWT. And also, Drop older go versions support, only go1.12 and above which comes with a lot of performance improvements and security patches

Former-commit-id: a1d791ce45b87ecc440ed9c5aee5d5d204763f0d
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-07-09 12:42:27 +03:00
parent 2567ed22be
commit 29deac3270
15 changed files with 5 additions and 1032 deletions

2
doc.go
View File

@@ -42,7 +42,7 @@ Current Version
Installation
The only requirement is the Go Programming Language, at least version 1.8 but 1.11.1 and above is highly recommended.
The only requirement is the Go Programming Language, at least version 1.12.
$ go get -u github.com/kataras/iris