mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 05:25:58 +00:00
update examples dependencies
This commit is contained in:
16
go.mod
16
go.mod
@@ -1,6 +1,6 @@
|
||||
module github.com/kataras/iris/v12
|
||||
|
||||
go 1.20
|
||||
go 1.21.0
|
||||
|
||||
retract [v12.0.0, v12.1.8] // Retract older versions as only latest is to be depended upon. Please update to @latest
|
||||
|
||||
@@ -24,7 +24,7 @@ require (
|
||||
github.com/kataras/blocks v0.0.7
|
||||
github.com/kataras/golog v0.1.9
|
||||
github.com/kataras/jwt v0.1.8
|
||||
github.com/kataras/neffos v0.0.21
|
||||
github.com/kataras/neffos v0.0.22
|
||||
github.com/kataras/pio v0.0.12
|
||||
github.com/kataras/sitemap v0.0.6
|
||||
github.com/kataras/tunnel v0.0.4
|
||||
@@ -39,10 +39,10 @@ require (
|
||||
github.com/vmihailenco/msgpack/v5 v5.3.5
|
||||
github.com/yosssi/ace v0.0.5
|
||||
go.etcd.io/bbolt v1.3.7
|
||||
golang.org/x/crypto v0.11.0
|
||||
golang.org/x/net v0.13.0
|
||||
golang.org/x/sys v0.10.0
|
||||
golang.org/x/text v0.11.0
|
||||
golang.org/x/crypto v0.12.0
|
||||
golang.org/x/net v0.14.0
|
||||
golang.org/x/sys v0.11.0
|
||||
golang.org/x/text v0.12.0
|
||||
golang.org/x/time v0.3.0
|
||||
google.golang.org/protobuf v1.31.0
|
||||
gopkg.in/ini.v1 v1.67.0
|
||||
@@ -63,7 +63,7 @@ require (
|
||||
github.com/go-ole/go-ole v1.2.6 // indirect
|
||||
github.com/gobwas/httphead v0.1.0 // indirect
|
||||
github.com/gobwas/pool v0.2.1 // indirect
|
||||
github.com/gobwas/ws v1.1.0 // indirect
|
||||
github.com/gobwas/ws v1.3.0 // indirect
|
||||
github.com/golang/protobuf v1.5.2 // indirect
|
||||
github.com/google/go-querystring v1.1.0 // indirect
|
||||
github.com/gorilla/css v1.0.0 // indirect
|
||||
@@ -79,7 +79,7 @@ require (
|
||||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
||||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||
github.com/nats-io/jwt/v2 v2.4.1 // indirect
|
||||
github.com/nats-io/nats.go v1.23.0 // indirect
|
||||
github.com/nats-io/nats.go v1.28.0 // indirect
|
||||
github.com/nats-io/nkeys v0.4.4 // indirect
|
||||
github.com/nats-io/nuid v1.0.1 // indirect
|
||||
github.com/nxadm/tail v1.4.8 // indirect
|
||||
|
||||
Reference in New Issue
Block a user