1
0
mirror of https://github.com/kataras/iris.git synced 2026-05-14 18:13:49 +00:00

update deps, go 1.19

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-08-15 00:44:26 +03:00
parent 0d63ef41b8
commit 16af6d017f
6 changed files with 24 additions and 21 deletions

View File

@@ -261,7 +261,7 @@ $ go get github.com/kataras/iris/v12@master
```txt
module myapp
go 1.18
go 1.19
require github.com/kataras/iris/v12 master
```