mirror of
https://github.com/kataras/iris.git
synced 2025-12-22 04:17:03 +00:00
update examples deps
This commit is contained in:
@@ -5,7 +5,7 @@ go 1.21
|
||||
require (
|
||||
github.com/DATA-DOG/go-sqlmock v1.5.2
|
||||
github.com/go-sql-driver/mysql v1.7.1
|
||||
github.com/kataras/iris/v12 v12.2.10-0.20240113102250-0063f1ce394f
|
||||
github.com/kataras/iris/v12 v12.2.10
|
||||
github.com/mailgun/groupcache/v2 v2.5.0
|
||||
)
|
||||
|
||||
@@ -40,14 +40,14 @@ require (
|
||||
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
|
||||
github.com/segmentio/fasthash v1.0.3 // indirect
|
||||
github.com/sirupsen/logrus v1.9.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
|
||||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
||||
github.com/yosssi/ace v0.0.5 // 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