mirror of
https://github.com/kataras/iris.git
synced 2026-01-06 03:27:27 +00:00
update examples deps
This commit is contained in:
@@ -3,7 +3,7 @@ module app
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/kataras/iris/v12 v12.2.10-0.20240113102250-0063f1ce394f
|
||||
github.com/kataras/iris/v12 v12.2.10
|
||||
github.com/spf13/viper v1.18.2
|
||||
)
|
||||
|
||||
@@ -47,7 +47,7 @@ require (
|
||||
github.com/spf13/cast v1.6.0 // indirect
|
||||
github.com/spf13/pflag v1.0.5 // indirect
|
||||
github.com/subosito/gotenv v1.6.0 // indirect
|
||||
github.com/tdewolff/minify/v2 v2.20.13 // indirect
|
||||
github.com/tdewolff/minify/v2 v2.20.14 // indirect
|
||||
github.com/tdewolff/parse/v2 v2.7.8 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
||||
@@ -56,7 +56,7 @@ require (
|
||||
go.uber.org/atomic v1.9.0 // indirect
|
||||
go.uber.org/multierr v1.9.0 // indirect
|
||||
golang.org/x/crypto v0.18.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20240110193028-0dcbfd608b1e // indirect
|
||||
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 // 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
|
||||
|
||||
Reference in New Issue
Block a user