Skip to content

Commit 1238e13

Browse files
committed
update dependencies
1 parent 3bd3117 commit 1238e13

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

go.mod

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/fatih/structs v1.1.0
1616
github.com/flosch/pongo2/v4 v4.0.2
1717
github.com/golang/snappy v0.0.4
18-
github.com/gomarkdown/markdown v0.0.0-20241204215513-7786913245e6
18+
github.com/gomarkdown/markdown v0.0.0-20241205020045-f7e15b2f3e62
1919
github.com/google/uuid v1.6.0
2020
github.com/gorilla/securecookie v1.1.2
2121
github.com/iris-contrib/httpexpect/v2 v2.15.2
@@ -30,7 +30,7 @@ require (
3030
github.com/kataras/tunnel v0.0.4
3131
github.com/klauspost/compress v1.17.11
3232
github.com/mailgun/raymond/v2 v2.0.48
33-
github.com/mailru/easyjson v0.7.7
33+
github.com/mailru/easyjson v0.9.0
3434
github.com/microcosm-cc/bluemonday v1.0.27
3535
github.com/redis/go-redis/v9 v9.7.0
3636
github.com/schollz/closestmatch v2.1.0+incompatible
@@ -39,13 +39,13 @@ require (
3939
github.com/vmihailenco/msgpack/v5 v5.4.1
4040
github.com/yosssi/ace v0.0.5
4141
go.etcd.io/bbolt v1.3.11
42-
golang.org/x/crypto v0.30.0
43-
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d
44-
golang.org/x/net v0.32.0
42+
golang.org/x/crypto v0.31.0
43+
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
44+
golang.org/x/net v0.33.0
4545
golang.org/x/sys v0.28.0
4646
golang.org/x/text v0.21.0
4747
golang.org/x/time v0.8.0
48-
google.golang.org/protobuf v1.35.2
48+
google.golang.org/protobuf v1.36.1
4949
gopkg.in/ini.v1 v1.67.0
5050
gopkg.in/yaml.v3 v3.0.1
5151
)
@@ -56,7 +56,7 @@ require (
5656
github.com/aymerick/douceur v0.2.0 // indirect
5757
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5858
github.com/davecgh/go-spew v1.1.1 // indirect
59-
github.com/dgraph-io/ristretto/v2 v2.0.0 // indirect
59+
github.com/dgraph-io/ristretto/v2 v2.0.1 // indirect
6060
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
6161
github.com/dustin/go-humanize v1.0.1 // indirect
6262
github.com/fatih/color v1.18.0 // indirect
@@ -66,7 +66,7 @@ require (
6666
github.com/gobwas/pool v0.2.1 // indirect
6767
github.com/gobwas/ws v1.4.0 // indirect
6868
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
69-
github.com/google/flatbuffers v24.3.25+incompatible // indirect
69+
github.com/google/flatbuffers v24.12.23+incompatible // indirect
7070
github.com/google/go-querystring v1.1.0 // indirect
7171
github.com/gorilla/css v1.0.1 // indirect
7272
github.com/gorilla/websocket v1.5.3 // indirect
@@ -79,8 +79,8 @@ require (
7979
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
8080
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
8181
github.com/modern-go/reflect2 v1.0.2 // indirect
82-
github.com/nats-io/nats.go v1.37.0 // indirect
83-
github.com/nats-io/nkeys v0.4.8 // indirect
82+
github.com/nats-io/nats.go v1.38.0 // indirect
83+
github.com/nats-io/nkeys v0.4.9 // indirect
8484
github.com/nats-io/nuid v1.0.1 // indirect
8585
github.com/nxadm/tail v1.4.11 // indirect
8686
github.com/pkg/errors v0.9.1 // indirect

go.sum

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)