Skip to content

Commit b30cbdb

Browse files
committed
update examples dependencies
1 parent 2f85ad1 commit b30cbdb

File tree

60 files changed

+771
-1034
lines changed

Some content is hidden

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

60 files changed

+771
-1034
lines changed

_examples/auth/basicauth/database/go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/go-sql-driver/mysql v1.7.1
7-
github.com/kataras/iris/v12 v12.2.1
7+
github.com/kataras/iris/v12 v12.2.4
88
)
99

1010
require (
@@ -31,20 +31,20 @@ require (
3131
github.com/klauspost/compress v1.16.7 // indirect
3232
github.com/mailgun/raymond/v2 v2.0.48 // indirect
3333
github.com/mailru/easyjson v0.7.7 // indirect
34-
github.com/microcosm-cc/bluemonday v1.0.24 // indirect
34+
github.com/microcosm-cc/bluemonday v1.0.25 // indirect
3535
github.com/russross/blackfriday/v2 v2.1.0 // indirect
3636
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
3737
github.com/sirupsen/logrus v1.8.1 // indirect
38-
github.com/tdewolff/minify/v2 v2.12.7 // indirect
39-
github.com/tdewolff/parse/v2 v2.6.6 // indirect
38+
github.com/tdewolff/minify/v2 v2.12.8 // indirect
39+
github.com/tdewolff/parse/v2 v2.6.7 // indirect
4040
github.com/valyala/bytebufferpool v1.0.0 // indirect
4141
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
4242
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
4343
github.com/yosssi/ace v0.0.5 // indirect
44-
golang.org/x/crypto v0.11.0 // indirect
45-
golang.org/x/net v0.12.0 // indirect
46-
golang.org/x/sys v0.10.0 // indirect
47-
golang.org/x/text v0.11.0 // indirect
44+
golang.org/x/crypto v0.12.0 // indirect
45+
golang.org/x/net v0.14.0 // indirect
46+
golang.org/x/sys v0.11.0 // indirect
47+
golang.org/x/text v0.12.0 // indirect
4848
golang.org/x/time v0.3.0 // indirect
4949
google.golang.org/protobuf v1.31.0 // indirect
5050
gopkg.in/ini.v1 v1.67.0 // indirect

_examples/auth/basicauth/database/go.sum

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

_examples/auth/jwt/tutorial/go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/google/uuid v1.3.0
7-
github.com/kataras/iris/v12 v12.2.1
7+
github.com/kataras/iris/v12 v12.2.4
88
golang.org/x/crypto v0.12.0
99
)
1010

@@ -32,17 +32,17 @@ require (
3232
github.com/klauspost/compress v1.16.7 // indirect
3333
github.com/mailgun/raymond/v2 v2.0.48 // indirect
3434
github.com/mailru/easyjson v0.7.7 // indirect
35-
github.com/microcosm-cc/bluemonday v1.0.24 // indirect
35+
github.com/microcosm-cc/bluemonday v1.0.25 // indirect
3636
github.com/russross/blackfriday/v2 v2.1.0 // indirect
3737
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
3838
github.com/sirupsen/logrus v1.8.1 // indirect
39-
github.com/tdewolff/minify/v2 v2.12.7 // indirect
40-
github.com/tdewolff/parse/v2 v2.6.6 // indirect
39+
github.com/tdewolff/minify/v2 v2.12.8 // indirect
40+
github.com/tdewolff/parse/v2 v2.6.7 // indirect
4141
github.com/valyala/bytebufferpool v1.0.0 // indirect
4242
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
4343
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
4444
github.com/yosssi/ace v0.0.5 // indirect
45-
golang.org/x/net v0.12.0 // indirect
45+
golang.org/x/net v0.14.0 // indirect
4646
golang.org/x/sys v0.11.0 // indirect
4747
golang.org/x/text v0.12.0 // indirect
4848
golang.org/x/time v0.3.0 // indirect

_examples/auth/jwt/tutorial/go.sum

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

0 commit comments

Comments
 (0)