Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Sep 8, 2023
1 parent cf3808a commit 24ba4e8
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 40 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/gomarkdown/markdown v0.0.0-20230716120725-531d2d74bc12
github.com/google/uuid v1.3.1
github.com/gorilla/securecookie v1.1.1
github.com/iris-contrib/httpexpect/v2 v2.15.1
github.com/iris-contrib/httpexpect/v2 v2.15.2
github.com/iris-contrib/schema v0.0.6
github.com/json-iterator/go v1.1.12
github.com/kataras/blocks v0.0.7
Expand All @@ -34,15 +34,15 @@ require (
github.com/microcosm-cc/bluemonday v1.0.25
github.com/redis/go-redis/v9 v9.1.0
github.com/schollz/closestmatch v2.1.0+incompatible
github.com/shirou/gopsutil/v3 v3.23.7
github.com/tdewolff/minify/v2 v2.12.8
github.com/shirou/gopsutil/v3 v3.23.8
github.com/tdewolff/minify/v2 v2.12.9
github.com/vmihailenco/msgpack/v5 v5.3.5
github.com/yosssi/ace v0.0.5
go.etcd.io/bbolt v1.3.7
golang.org/x/crypto v0.12.0
golang.org/x/net v0.14.0
golang.org/x/sys v0.11.0
golang.org/x/text v0.12.0
golang.org/x/crypto v0.13.0
golang.org/x/net v0.15.0
golang.org/x/sys v0.12.0
golang.org/x/text v0.13.0
golang.org/x/time v0.3.0
google.golang.org/protobuf v1.31.0
gopkg.in/ini.v1 v1.67.0
Expand Down Expand Up @@ -95,9 +95,9 @@ 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.6.7 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/tdewolff/parse/v2 v2.6.8 // 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
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
Expand Down
51 changes: 21 additions & 30 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24ba4e8

Please sign in to comment.