@@ -18,7 +18,7 @@ require (
18
18
github.com/gomarkdown/markdown v0.0.0-20230716120725-531d2d74bc12
19
19
github.com/google/uuid v1.3.1
20
20
github.com/gorilla/securecookie v1.1.1
21
- github.com/iris-contrib/httpexpect/v2 v2.15.1
21
+ github.com/iris-contrib/httpexpect/v2 v2.15.2
22
22
github.com/iris-contrib/schema v0.0.6
23
23
github.com/json-iterator/go v1.1.12
24
24
github.com/kataras/blocks v0.0.7
@@ -34,15 +34,15 @@ require (
34
34
github.com/microcosm-cc/bluemonday v1.0.25
35
35
github.com/redis/go-redis/v9 v9.1.0
36
36
github.com/schollz/closestmatch v2.1.0+incompatible
37
- github.com/shirou/gopsutil/v3 v3.23.7
38
- github.com/tdewolff/minify/v2 v2.12.8
37
+ github.com/shirou/gopsutil/v3 v3.23.8
38
+ github.com/tdewolff/minify/v2 v2.12.9
39
39
github.com/vmihailenco/msgpack/v5 v5.3.5
40
40
github.com/yosssi/ace v0.0.5
41
41
go.etcd.io/bbolt v1.3.7
42
- golang.org/x/crypto v0.12 .0
43
- golang.org/x/net v0.14 .0
44
- golang.org/x/sys v0.11 .0
45
- golang.org/x/text v0.12 .0
42
+ golang.org/x/crypto v0.13 .0
43
+ golang.org/x/net v0.15 .0
44
+ golang.org/x/sys v0.12 .0
45
+ golang.org/x/text v0.13 .0
46
46
golang.org/x/time v0.3.0
47
47
google.golang.org/protobuf v1.31.0
48
48
gopkg.in/ini.v1 v1.67.0
@@ -95,9 +95,9 @@ require (
95
95
github.com/shoenig/go-m1cpu v0.1.6 // indirect
96
96
github.com/sirupsen/logrus v1.8.1 // indirect
97
97
github.com/stretchr/testify v1.8.4 // indirect
98
- github.com/tdewolff/parse/v2 v2.6.7 // indirect
99
- github.com/tklauser/go-sysconf v0.3.11 // indirect
100
- github.com/tklauser/numcpus v0.6.0 // indirect
98
+ github.com/tdewolff/parse/v2 v2.6.8 // indirect
99
+ github.com/tklauser/go-sysconf v0.3.12 // indirect
100
+ github.com/tklauser/numcpus v0.6.1 // indirect
101
101
github.com/valyala/bytebufferpool v1.0.0 // indirect
102
102
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
103
103
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
0 commit comments