Skip to content

Commit b56525f

Browse files
committed
update dependencies
1 parent 4701030 commit b56525f

File tree

65 files changed

+1827
-1888
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1827
-1888
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Dear Iris Community,
22

3-
You might have noticed a recent lull in activity on the Iris repository, but this silence has a purpose. For the past **7-8 months**, I've been working diligently on the next major release of Iris, fully embracing **Generics** and introducing a suite of **new features**, **enhancements**, and **optimizations**. My **8 years** of Go experience guide this evolution, ensuring Iris grows with your needs.
3+
You might have noticed a recent lull in activity on the Iris repository, but this silence has a purpose. For the past **8-9 months**, I've been working diligently on the next major release of Iris, fully embracing **Generics** and introducing a suite of **new features**, **enhancements**, and **optimizations**. My **8 years** of Go experience guide this evolution, ensuring Iris grows with your needs.
44

55
Warm regards,<br/>
66
Gerasimos (Makis) Maropoulos

_examples/auth/basicauth/database/go.mod

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module myapp
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/go-sql-driver/mysql v1.8.1
7-
github.com/kataras/iris/v12 v12.2.11-0.20241123200140-986d8a07c6ba
7+
github.com/kataras/iris/v12 v12.2.11-0.20250208150557-4701030f0941
88
)
99

1010
require (
@@ -19,10 +19,10 @@ require (
1919
github.com/fatih/structs v1.1.0 // indirect
2020
github.com/flosch/pongo2/v4 v4.0.2 // indirect
2121
github.com/golang/snappy v0.0.4 // indirect
22-
github.com/gomarkdown/markdown v0.0.0-20241204215513-7786913245e6 // indirect
22+
github.com/gomarkdown/markdown v0.0.0-20250207164621-7a1f277a159e // indirect
2323
github.com/google/uuid v1.6.0 // indirect
2424
github.com/gorilla/css v1.0.1 // indirect
25-
github.com/iris-contrib/schema v0.0.6 // indirect
25+
github.com/iris-contrib/schema v0.0.7-0.20250208085038-f68827b0bbfa // indirect
2626
github.com/josharian/intern v1.0.0 // indirect
2727
github.com/kataras/blocks v0.0.8 // indirect
2828
github.com/kataras/golog v0.1.12 // indirect
@@ -32,24 +32,24 @@ require (
3232
github.com/klauspost/compress v1.17.11 // indirect
3333
github.com/kr/pretty v0.3.0 // indirect
3434
github.com/mailgun/raymond/v2 v2.0.48 // indirect
35-
github.com/mailru/easyjson v0.7.7 // indirect
35+
github.com/mailru/easyjson v0.9.0 // indirect
3636
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
3737
github.com/russross/blackfriday/v2 v2.1.0 // indirect
3838
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
39-
github.com/sirupsen/logrus v1.9.3 // indirect
40-
github.com/tdewolff/minify/v2 v2.21.2 // indirect
39+
github.com/sirupsen/logrus v1.8.1 // indirect
40+
github.com/tdewolff/minify/v2 v2.21.3 // indirect
4141
github.com/tdewolff/parse/v2 v2.7.19 // indirect
4242
github.com/valyala/bytebufferpool v1.0.0 // indirect
4343
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
4444
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
4545
github.com/yosssi/ace v0.0.5 // indirect
46-
golang.org/x/crypto v0.30.0 // indirect
47-
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
48-
golang.org/x/net v0.32.0 // indirect
49-
golang.org/x/sys v0.28.0 // indirect
50-
golang.org/x/text v0.21.0 // indirect
51-
golang.org/x/time v0.8.0 // indirect
52-
google.golang.org/protobuf v1.35.2 // indirect
46+
golang.org/x/crypto v0.36.0 // indirect
47+
golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3 // indirect
48+
golang.org/x/net v0.37.0 // indirect
49+
golang.org/x/sys v0.31.0 // indirect
50+
golang.org/x/text v0.23.0 // indirect
51+
golang.org/x/time v0.10.0 // indirect
52+
google.golang.org/protobuf v1.36.5 // indirect
5353
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
5454
gopkg.in/ini.v1 v1.67.0 // indirect
5555
gopkg.in/yaml.v3 v3.0.1 // indirect

_examples/auth/basicauth/database/go.sum

+33-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)