Skip to content

Commit 986d8a0

Browse files
committed
update dependencies
The next version is coming !2025!
1 parent d5e0048 commit 986d8a0

65 files changed

Lines changed: 1302 additions & 1278 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 103 additions & 78 deletions
Large diffs are not rendered by default.

_examples/auth/basicauth/database/go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23
44

55
require (
66
github.com/go-sql-driver/mysql v1.8.1
7-
github.com/kataras/iris/v12 v12.2.11-0.20240926142654-e0f324041d40
7+
github.com/kataras/iris/v12 v12.2.11-0.20241016105220-d5e0048d7d32
88
)
99

1010
require (
@@ -19,7 +19,7 @@ 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-20240930133441-72d49d9543d8 // indirect
22+
github.com/gomarkdown/markdown v0.0.0-20241105142532-d03b89096d81 // indirect
2323
github.com/google/uuid v1.6.0 // indirect
2424
github.com/gorilla/css v1.0.1 // indirect
2525
github.com/iris-contrib/schema v0.0.6 // indirect
@@ -37,19 +37,19 @@ require (
3737
github.com/russross/blackfriday/v2 v2.1.0 // indirect
3838
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
3939
github.com/sirupsen/logrus v1.9.3 // indirect
40-
github.com/tdewolff/minify/v2 v2.21.0 // indirect
41-
github.com/tdewolff/parse/v2 v2.7.18 // indirect
40+
github.com/tdewolff/minify/v2 v2.21.1 // indirect
41+
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.28.0 // indirect
47-
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
48-
golang.org/x/net v0.30.0 // indirect
49-
golang.org/x/sys v0.26.0 // indirect
50-
golang.org/x/text v0.19.0 // indirect
51-
golang.org/x/time v0.7.0 // indirect
52-
google.golang.org/protobuf v1.35.1 // indirect
46+
golang.org/x/crypto v0.29.0 // indirect
47+
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
48+
golang.org/x/net v0.31.0 // indirect
49+
golang.org/x/sys v0.27.0 // indirect
50+
golang.org/x/text v0.20.0 // indirect
51+
golang.org/x/time v0.8.0 // indirect
52+
google.golang.org/protobuf v1.35.2 // 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

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_examples/auth/jwt/tutorial/go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.23
44

55
require (
66
github.com/google/uuid v1.6.0
7-
github.com/kataras/iris/v12 v12.2.11-0.20240926142654-e0f324041d40
8-
golang.org/x/crypto v0.28.0
7+
github.com/kataras/iris/v12 v12.2.11-0.20241016105220-d5e0048d7d32
8+
golang.org/x/crypto v0.29.0
99
)
1010

1111
require (
@@ -19,7 +19,7 @@ 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-20240930133441-72d49d9543d8 // indirect
22+
github.com/gomarkdown/markdown v0.0.0-20241105142532-d03b89096d81 // indirect
2323
github.com/gorilla/css v1.0.1 // indirect
2424
github.com/iris-contrib/schema v0.0.6 // indirect
2525
github.com/josharian/intern v1.0.0 // indirect
@@ -37,18 +37,18 @@ require (
3737
github.com/russross/blackfriday/v2 v2.1.0 // indirect
3838
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
3939
github.com/sirupsen/logrus v1.9.3 // indirect
40-
github.com/tdewolff/minify/v2 v2.21.0 // indirect
41-
github.com/tdewolff/parse/v2 v2.7.18 // indirect
40+
github.com/tdewolff/minify/v2 v2.21.1 // indirect
41+
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/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
47-
golang.org/x/net v0.30.0 // indirect
48-
golang.org/x/sys v0.26.0 // indirect
49-
golang.org/x/text v0.19.0 // indirect
50-
golang.org/x/time v0.7.0 // indirect
51-
google.golang.org/protobuf v1.35.1 // indirect
46+
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
47+
golang.org/x/net v0.31.0 // indirect
48+
golang.org/x/sys v0.27.0 // indirect
49+
golang.org/x/text v0.20.0 // indirect
50+
golang.org/x/time v0.8.0 // indirect
51+
google.golang.org/protobuf v1.35.2 // indirect
5252
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
5353
gopkg.in/ini.v1 v1.67.0 // indirect
5454
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)