@@ -15,7 +15,7 @@ require (
15
15
github.com/fatih/structs v1.1.0
16
16
github.com/flosch/pongo2/v4 v4.0.2
17
17
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
19
19
github.com/google/uuid v1.6.0
20
20
github.com/gorilla/securecookie v1.1.2
21
21
github.com/iris-contrib/httpexpect/v2 v2.15.2
@@ -30,7 +30,7 @@ require (
30
30
github.com/kataras/tunnel v0.0.4
31
31
github.com/klauspost/compress v1.17.11
32
32
github.com/mailgun/raymond/v2 v2.0.48
33
- github.com/mailru/easyjson v0.7.7
33
+ github.com/mailru/easyjson v0.9.0
34
34
github.com/microcosm-cc/bluemonday v1.0.27
35
35
github.com/redis/go-redis/v9 v9.7.0
36
36
github.com/schollz/closestmatch v2.1.0+incompatible
@@ -39,13 +39,13 @@ require (
39
39
github.com/vmihailenco/msgpack/v5 v5.4.1
40
40
github.com/yosssi/ace v0.0.5
41
41
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
45
45
golang.org/x/sys v0.28.0
46
46
golang.org/x/text v0.21.0
47
47
golang.org/x/time v0.8.0
48
- google.golang.org/protobuf v1.35.2
48
+ google.golang.org/protobuf v1.36.1
49
49
gopkg.in/ini.v1 v1.67.0
50
50
gopkg.in/yaml.v3 v3.0.1
51
51
)
@@ -56,7 +56,7 @@ require (
56
56
github.com/aymerick/douceur v0.2.0 // indirect
57
57
github.com/cespare/xxhash/v2 v2.3.0 // indirect
58
58
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
60
60
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
61
61
github.com/dustin/go-humanize v1.0.1 // indirect
62
62
github.com/fatih/color v1.18.0 // indirect
@@ -66,7 +66,7 @@ require (
66
66
github.com/gobwas/pool v0.2.1 // indirect
67
67
github.com/gobwas/ws v1.4.0 // indirect
68
68
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
70
70
github.com/google/go-querystring v1.1.0 // indirect
71
71
github.com/gorilla/css v1.0.1 // indirect
72
72
github.com/gorilla/websocket v1.5.3 // indirect
@@ -79,8 +79,8 @@ require (
79
79
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
80
80
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
81
81
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
84
84
github.com/nats-io/nuid v1.0.1 // indirect
85
85
github.com/nxadm/tail v1.4.11 // indirect
86
86
github.com/pkg/errors v0.9.1 // indirect
0 commit comments