-
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (40 loc) · 1.64 KB
/
go.mod
File metadata and controls
43 lines (40 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/centrifugal/centrifuge
go 1.24.9
require (
github.com/FZambia/eagle v0.2.0
github.com/centrifugal/protocol v0.18.2
github.com/google/cel-go v0.27.0
github.com/google/uuid v1.6.0
github.com/maypok86/otter/v2 v2.3.0
github.com/planetscale/vtprotobuf v0.6.0
github.com/prometheus/client_golang v1.23.2
github.com/quagmt/udecimal v1.9.0
github.com/redis/rueidis v1.0.71
github.com/segmentio/encoding v0.5.3
github.com/shadowspore/fossil-delta v0.0.0-20241213113458-1d797d70cbe3
github.com/stretchr/testify v1.11.1
golang.org/x/sync v0.19.0
google.golang.org/protobuf v1.36.11
)
require (
cel.dev/expr v0.25.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
golang.org/x/sys v0.39.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)