Skip to content

Commit

Permalink
Update examples dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Sep 25, 2023
1 parent f955489 commit effb0a9
Show file tree
Hide file tree
Showing 63 changed files with 772 additions and 435 deletions.
5 changes: 3 additions & 2 deletions _examples/auth/basicauth/database/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/go-sql-driver/mysql v1.7.1
github.com/kataras/iris/v12 v12.2.4
github.com/kataras/iris/v12 v12.2.5
)

require (
Expand Down Expand Up @@ -42,8 +42,9 @@ require (
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/yosssi/ace v0.0.5 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
Expand Down
26 changes: 18 additions & 8 deletions _examples/auth/basicauth/database/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions _examples/auth/jwt/tutorial/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module myapp
go 1.21

require (
github.com/google/uuid v1.3.0
github.com/kataras/iris/v12 v12.2.4
golang.org/x/crypto v0.12.0
github.com/google/uuid v1.3.1
github.com/kataras/iris/v12 v12.2.5
golang.org/x/crypto v0.13.0
)

require (
Expand All @@ -25,7 +25,7 @@ require (
github.com/josharian/intern v1.0.0 // indirect
github.com/kataras/blocks v0.0.7 // indirect
github.com/kataras/golog v0.1.9 // indirect
github.com/kataras/jwt v0.1.8 // indirect
github.com/kataras/jwt v0.1.9 // indirect
github.com/kataras/pio v0.0.12 // indirect
github.com/kataras/sitemap v0.0.6 // indirect
github.com/kataras/tunnel v0.0.4 // indirect
Expand All @@ -42,9 +42,10 @@ require (
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/yosssi/ace v0.0.5 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
42 changes: 26 additions & 16 deletions _examples/auth/jwt/tutorial/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit effb0a9

Please sign in to comment.