Skip to content

Commit

Permalink
update examples dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Aug 10, 2023
1 parent 9d538ea commit a5daba2
Show file tree
Hide file tree
Showing 69 changed files with 2,680 additions and 2,490 deletions.
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
1 change: 0 additions & 1 deletion _examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
* [Root and Proxy AccessLog instances](logging/request-logger/accesslog-proxy/main.go)
* [Slack integration example](logging/request-logger/accesslog-slack/main.go)
* API Documentation
* [Yaag](apidoc/yaag/main.go)
* [Swagger](https://github.com/iris-contrib/swagger/tree/master/_examples/basic)
* Testing
* [Testing with httptest](testing/httptest/main_test.go)
Expand Down
1 change: 0 additions & 1 deletion _examples/README_ZH_HANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
- [Root and Proxy AccessLog instances](logging/request-logger/accesslog-proxy/main.go)
- [Slack integration example](logging/request-logger/accesslog-slack/main.go)
- API 文件
- [Yaag](apidoc/yaag/main.go)
- [Swagger](https://github.com/iris-contrib/swagger/tree/master/_examples/basic)
- 測試
- [Testing with httptest](testing/httptest/main_test.go)
Expand Down
58 changes: 0 additions & 58 deletions _examples/apidoc/yaag/go.mod

This file was deleted.

167 changes: 0 additions & 167 deletions _examples/apidoc/yaag/go.sum

This file was deleted.

Loading

0 comments on commit a5daba2

Please sign in to comment.