1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-24 12:25:57 +00:00

update dependencies

This commit is contained in:
Gerasimos (Makis) Maropoulos
2026-01-15 14:50:16 +02:00
parent 30c1c6b10e
commit 4291456991
69 changed files with 940 additions and 958 deletions

16
go.mod
View File

@@ -39,14 +39,14 @@ require (
github.com/vmihailenco/msgpack/v5 v5.4.1
github.com/yosssi/ace v0.0.5
go.etcd.io/bbolt v1.4.3
golang.org/x/crypto v0.46.0
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93
golang.org/x/net v0.48.0
golang.org/x/sys v0.39.0
golang.org/x/text v0.32.0
golang.org/x/crypto v0.47.0
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
golang.org/x/net v0.49.0
golang.org/x/sys v0.40.0
golang.org/x/text v0.33.0
golang.org/x/time v0.14.0
google.golang.org/protobuf v1.36.11
gopkg.in/ini.v1 v1.67.0
gopkg.in/ini.v1 v1.67.1
gopkg.in/yaml.v3 v3.0.1
)
@@ -91,7 +91,7 @@ require (
github.com/sergi/go-diff v1.0.0 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/stretchr/testify v1.11.1 // indirect
github.com/tdewolff/parse/v2 v2.8.5 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
@@ -108,6 +108,6 @@ require (
go.opentelemetry.io/otel v1.37.0 // indirect
go.opentelemetry.io/otel/metric v1.37.0 // indirect
go.opentelemetry.io/otel/trace v1.37.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
moul.io/http2curl/v2 v2.3.0 // indirect
)