Skip to content

Commit

Permalink
update examples deps before release
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Jan 10, 2024
1 parent d32eb68 commit 06a6e63
Show file tree
Hide file tree
Showing 63 changed files with 292 additions and 311 deletions.
6 changes: 3 additions & 3 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.9-0.20240107204142-746b1fc0da75
github.com/kataras/iris/v12 v12.2.9-0.20240109231132-d32eb68ed48d
)

require (
Expand Down Expand Up @@ -41,9 +41,9 @@ require (
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/yosssi/ace v0.0.5 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions _examples/auth/basicauth/database/go.sum

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

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

require (
github.com/google/uuid v1.5.0
github.com/kataras/iris/v12 v12.2.9-0.20240107204142-746b1fc0da75
golang.org/x/crypto v0.17.0
github.com/kataras/iris/v12 v12.2.9-0.20240109231132-d32eb68ed48d
golang.org/x/crypto v0.18.0
)

require (
Expand Down Expand Up @@ -43,7 +43,7 @@ require (
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/yosssi/ace v0.0.5 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions _examples/auth/jwt/tutorial/go.sum

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

6 changes: 3 additions & 3 deletions _examples/bootstrapper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/gorilla/securecookie v1.1.2
github.com/kataras/iris/v12 v12.2.9-0.20240107204142-746b1fc0da75
github.com/kataras/iris/v12 v12.2.9-0.20240109231132-d32eb68ed48d
)

require (
Expand Down Expand Up @@ -72,9 +72,9 @@ require (
github.com/yosssi/ace v0.0.5 // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions _examples/bootstrapper/go.sum

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

6 changes: 3 additions & 3 deletions _examples/configuration/multi-environments/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/kataras/my-iris-app
go 1.21

require (
github.com/kataras/iris/v12 v12.2.9-0.20240107204142-746b1fc0da75
github.com/kataras/iris/v12 v12.2.9-0.20240109231132-d32eb68ed48d
github.com/spf13/cobra v1.8.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down Expand Up @@ -44,9 +44,9 @@ require (
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/yosssi/ace v0.0.5 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions _examples/configuration/multi-environments/go.sum

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

6 changes: 3 additions & 3 deletions _examples/configuration/viper/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module app
go 1.21

require (
github.com/kataras/iris/v12 v12.2.9-0.20240107204142-746b1fc0da75
github.com/kataras/iris/v12 v12.2.9-0.20240109231132-d32eb68ed48d
github.com/spf13/viper v1.18.2
)

Expand Down Expand Up @@ -55,9 +55,9 @@ require (
github.com/yosssi/ace v0.0.5 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions _examples/configuration/viper/go.sum

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

6 changes: 3 additions & 3 deletions _examples/database/mongodb/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/joho/godotenv v1.5.1
github.com/kataras/iris/v12 v12.2.9-0.20240107204142-746b1fc0da75
github.com/kataras/iris/v12 v12.2.9-0.20240109231132-d32eb68ed48d
go.mongodb.org/mongo-driver v1.13.1
)

Expand Down Expand Up @@ -47,9 +47,9 @@ require (
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/yosssi/ace v0.0.5 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down
Loading

0 comments on commit 06a6e63

Please sign in to comment.