1
0
mirror of https://github.com/kataras/iris.git synced 2026-03-14 04:09:37 +00:00

update deps

This commit is contained in:
Gerasimos (Makis) Maropoulos
2024-01-10 23:53:42 +02:00
parent f0e52718c7
commit ff59475a41
4 changed files with 10 additions and 8 deletions

View File

@@ -627,7 +627,7 @@ $ go get github.com/kataras/iris/v12@latest
**Run**
```sh
$ go mod tidy -compat=1.20 # -compat="1.20" for windows.
$ go mod tidy -compat=1.21 # -compat="1.21" for windows.
$ go run .
```