1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-19 01:45:58 +00:00

update examples dependencies

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-08-11 00:22:59 +03:00
parent 9d538eabb0
commit a5daba277f
69 changed files with 2680 additions and 2490 deletions

View File

@@ -17,12 +17,14 @@
Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.
**How to upgrade**: Open your command-line and execute this command: `go get github.com/kataras/iris/v12@latest` and `go mod tidy -compat=1.20`.
**How to upgrade**: Open your command-line and execute this command: `go get github.com/kataras/iris/v12@latest` and `go mod tidy -compat=1.21`.
# Next
Changes apply to `master` branch.
# Mon, 17 July 2023 | v12.2.1
- Add `mvc.Application.EnableStructDependents()` method to handle [#2158](https://github.com/kataras/iris/issues/2158).
- Fix [iris-premium#17](https://github.com/kataras/iris-premium/issues/17).