1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

update dependencies

The next version is coming !2025!
This commit is contained in:
Gerasimos (Makis) Maropoulos
2024-11-23 22:01:40 +02:00
parent d5e0048d7d
commit 986d8a07c6
65 changed files with 1309 additions and 1285 deletions

32
go.mod
View File

@@ -11,11 +11,11 @@ require (
github.com/Shopify/goreferrer v0.0.0-20240724165105-aceaa0259138
github.com/andybalholm/brotli v1.1.1
github.com/blang/semver/v4 v4.0.0
github.com/dgraph-io/badger/v4 v4.3.1
github.com/dgraph-io/badger/v4 v4.4.0
github.com/fatih/structs v1.1.0
github.com/flosch/pongo2/v4 v4.0.2
github.com/golang/snappy v0.0.4
github.com/gomarkdown/markdown v0.0.0-20240930133441-72d49d9543d8
github.com/gomarkdown/markdown v0.0.0-20241105142532-d03b89096d81
github.com/google/uuid v1.6.0
github.com/gorilla/securecookie v1.1.2
github.com/iris-contrib/httpexpect/v2 v2.15.2
@@ -24,7 +24,7 @@ require (
github.com/kataras/blocks v0.0.8
github.com/kataras/golog v0.1.12
github.com/kataras/jwt v0.1.12
github.com/kataras/neffos v0.0.24-0.20240927085411-23b9b4b5a867
github.com/kataras/neffos v0.0.24-0.20241114125147-07c1e09b1919
github.com/kataras/pio v0.0.14-0.20240707171706-2005199e2703
github.com/kataras/sitemap v0.0.6
github.com/kataras/tunnel v0.0.4
@@ -32,20 +32,20 @@ require (
github.com/mailgun/raymond/v2 v2.0.48
github.com/mailru/easyjson v0.7.7
github.com/microcosm-cc/bluemonday v1.0.27
github.com/redis/go-redis/v9 v9.6.2
github.com/redis/go-redis/v9 v9.7.0
github.com/schollz/closestmatch v2.1.0+incompatible
github.com/shirou/gopsutil/v3 v3.24.5
github.com/tdewolff/minify/v2 v2.21.0
github.com/tdewolff/minify/v2 v2.21.1
github.com/vmihailenco/msgpack/v5 v5.4.1
github.com/yosssi/ace v0.0.5
go.etcd.io/bbolt v1.3.11
golang.org/x/crypto v0.28.0
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
golang.org/x/net v0.30.0
golang.org/x/sys v0.26.0
golang.org/x/text v0.19.0
golang.org/x/time v0.7.0
google.golang.org/protobuf v1.35.1
golang.org/x/crypto v0.29.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/net v0.31.0
golang.org/x/sys v0.27.0
golang.org/x/text v0.20.0
golang.org/x/time v0.8.0
google.golang.org/protobuf v1.35.2
gopkg.in/ini.v1 v1.67.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -56,10 +56,10 @@ require (
github.com/aymerick/douceur v0.2.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgraph-io/ristretto v1.0.0 // indirect
github.com/dgraph-io/ristretto/v2 v2.0.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fatih/color v1.17.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
@@ -93,8 +93,8 @@ require (
github.com/sergi/go-diff v1.3.1 // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/tdewolff/parse/v2 v2.7.18 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/tdewolff/parse/v2 v2.7.19 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.9.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect