1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-09 13:05:56 +00:00

update deps

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-12-19 12:15:29 +02:00
parent 9279ca5a27
commit d808958057
3 changed files with 15 additions and 16 deletions

10
go.mod
View File

@@ -15,8 +15,8 @@ require (
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-20230922112808-5421fefb8386
github.com/google/uuid v1.4.0
github.com/gomarkdown/markdown v0.0.0-20231115200524-a660076da3fd
github.com/google/uuid v1.5.0
github.com/gorilla/securecookie v1.1.2
github.com/iris-contrib/httpexpect/v2 v2.15.2
github.com/iris-contrib/schema v0.0.6
@@ -35,11 +35,11 @@ require (
github.com/redis/go-redis/v9 v9.3.0
github.com/schollz/closestmatch v2.1.0+incompatible
github.com/shirou/gopsutil/v3 v3.23.11
github.com/tdewolff/minify/v2 v2.20.9
github.com/tdewolff/minify/v2 v2.20.10
github.com/vmihailenco/msgpack/v5 v5.4.1
github.com/yosssi/ace v0.0.5
go.etcd.io/bbolt v1.3.8
golang.org/x/crypto v0.16.0
golang.org/x/crypto v0.17.0
golang.org/x/net v0.19.0
golang.org/x/sys v0.15.0
golang.org/x/text v0.14.0
@@ -95,7 +95,7 @@ require (
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/tdewolff/parse/v2 v2.7.6 // indirect
github.com/tdewolff/parse/v2 v2.7.7 // indirect
github.com/tklauser/go-sysconf v0.3.12 // indirect
github.com/tklauser/numcpus v0.6.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect