Skip to content

Commit 24ba4e8

Browse files
committed
update dependencies
1 parent cf3808a commit 24ba4e8

File tree

2 files changed

+31
-40
lines changed

2 files changed

+31
-40
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/gomarkdown/markdown v0.0.0-20230716120725-531d2d74bc12
1919
github.com/google/uuid v1.3.1
2020
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
2222
github.com/iris-contrib/schema v0.0.6
2323
github.com/json-iterator/go v1.1.12
2424
github.com/kataras/blocks v0.0.7
@@ -34,15 +34,15 @@ require (
3434
github.com/microcosm-cc/bluemonday v1.0.25
3535
github.com/redis/go-redis/v9 v9.1.0
3636
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
3939
github.com/vmihailenco/msgpack/v5 v5.3.5
4040
github.com/yosssi/ace v0.0.5
4141
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
4646
golang.org/x/time v0.3.0
4747
google.golang.org/protobuf v1.31.0
4848
gopkg.in/ini.v1 v1.67.0
@@ -95,9 +95,9 @@ require (
9595
github.com/shoenig/go-m1cpu v0.1.6 // indirect
9696
github.com/sirupsen/logrus v1.8.1 // indirect
9797
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
101101
github.com/valyala/bytebufferpool v1.0.0 // indirect
102102
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
103103
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect

go.sum

Lines changed: 21 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)