1
- module github.com/centrifugal/centrifugo/v5
1
+ module github.com/centrifugal/centrifugo
2
2
3
3
go 1.23.0
4
4
5
5
require (
6
6
github.com/FZambia/eagle v0.1.0
7
7
github.com/FZambia/statik v0.1.2-0.20180217151304-b9f012bb2a1b
8
- github.com/FZambia/tarantool v0.3.1
9
- github.com/FZambia/viper-lite v0.0.0-20220110144934-1899f66c7d0e
10
- github.com/centrifugal/centrifuge v0.33.5-0.20241221140549-8f88728a2744
11
- github.com/centrifugal/protocol v0.13.4
8
+ github.com/centrifugal/centrifuge v0.33.7-0.20250115221636-66e8709d50e4
9
+ github.com/centrifugal/protocol v0.14.0
12
10
github.com/cristalhq/jwt/v5 v5.4.0
11
+ github.com/go-viper/mapstructure/v2 v2.2.1
13
12
github.com/gobwas/glob v0.2.3
14
13
github.com/google/uuid v1.6.0
15
14
github.com/gorilla/securecookie v1.1.2
16
15
github.com/gorilla/websocket v1.5.0
17
16
github.com/hashicorp/go-envparse v0.1.0
18
17
github.com/jackc/pgx/v5 v5.7.2
18
+ github.com/joho/godotenv v1.5.1
19
19
github.com/justinas/alice v1.2.0
20
20
github.com/mattn/go-isatty v0.0.20
21
- github.com/mitchellh/mapstructure v1.5.0
22
21
github.com/nats-io/nats.go v1.38.0
22
+ github.com/pelletier/go-toml/v2 v2.2.3
23
23
github.com/prometheus/client_golang v1.20.5
24
24
github.com/quic-go/quic-go v0.48.2
25
25
github.com/quic-go/webtransport-go v0.8.1-0.20241018022711-4ac2c9250e66
26
26
github.com/rakutentech/jwk-go v1.1.3
27
27
github.com/rs/zerolog v1.33.0
28
28
github.com/spf13/cobra v1.8.1
29
+ github.com/spf13/viper v1.20.0-alpha.6.0.20240903103719-273543ce8237
29
30
github.com/stretchr/testify v1.10.0
30
31
github.com/tidwall/gjson v1.18.0
31
32
github.com/tidwall/sjson v1.2.5
32
33
github.com/twmb/franz-go v1.18.0
33
34
github.com/twmb/franz-go/pkg/kadm v1.14.0
34
35
github.com/twmb/franz-go/pkg/kmsg v1.9.0
35
36
github.com/valyala/fasttemplate v1.2.2
36
- github.com/vmihailenco/msgpack/v5 v5.4.1
37
37
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0
38
38
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0
39
39
go.opentelemetry.io/otel v1.33.0
40
40
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33.0
41
41
go.opentelemetry.io/otel/sdk v1.33.0
42
42
go.opentelemetry.io/otel/trace v1.33.0
43
43
go.uber.org/automaxprocs v1.6.0
44
- golang.org/x/crypto v0.31 .0
44
+ golang.org/x/crypto v0.32 .0
45
45
golang.org/x/sync v0.10.0
46
- golang.org/x/time v0.8 .0
47
- google.golang.org/grpc v1.69.2
46
+ golang.org/x/time v0.9 .0
47
+ google.golang.org/grpc v1.69.4
48
48
google.golang.org/protobuf v1.36.1
49
49
)
50
50
@@ -58,26 +58,31 @@ require (
58
58
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
59
59
github.com/pierrec/lz4/v4 v4.1.21 // indirect
60
60
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
61
+ github.com/sagikazarmark/locafero v0.6.0 // indirect
61
62
github.com/shadowspore/fossil-delta v0.0.0-20241003175239-d3b7ce6bda62 // indirect
63
+ github.com/sourcegraph/conc v0.3.0 // indirect
64
+ github.com/spf13/afero v1.11.0 // indirect
65
+ github.com/subosito/gotenv v1.6.0 // indirect
62
66
github.com/tidwall/match v1.1.1 // indirect
63
67
github.com/tidwall/pretty v1.2.0 // indirect
64
68
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
69
+ go.uber.org/atomic v1.9.0 // indirect
65
70
go.uber.org/mock v0.4.0 // indirect
71
+ go.uber.org/multierr v1.9.0 // indirect
66
72
)
67
73
68
74
require (
69
75
github.com/beorn7/perks v1.0.1 // indirect
70
76
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
71
77
github.com/cespare/xxhash/v2 v2.3.0 // indirect
72
- github.com/davecgh/go-spew v1.1.1 // indirect
78
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
73
79
github.com/felixge/httpsnoop v1.0.4 // indirect
74
- github.com/fsnotify/fsnotify v1.5.4 // indirect
80
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
75
81
github.com/go-logr/logr v1.4.2 // indirect
76
82
github.com/go-logr/stdr v1.2.2 // indirect
77
83
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
78
84
github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
79
85
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 // indirect
80
- github.com/igm/sockjs-go/v3 v3.0.3
81
86
github.com/inconshreveable/mousetrap v1.1.0 // indirect
82
87
github.com/josharian/intern v1.0.0 // indirect
83
88
github.com/klauspost/compress v1.17.11 // indirect
@@ -87,32 +92,28 @@ require (
87
92
github.com/nats-io/nuid v1.0.1 // indirect
88
93
github.com/onsi/ginkgo v1.16.5 // indirect
89
94
github.com/onsi/ginkgo/v2 v2.12.1 // indirect
90
- github.com/pelletier/go-toml v1.9.4 // indirect
91
- github.com/pmezard/go-difflib v1.0.0 // indirect
95
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
92
96
github.com/prometheus/client_model v0.6.1 // indirect
93
97
github.com/prometheus/common v0.60.0 // indirect
94
98
github.com/prometheus/procfs v0.15.1 // indirect
95
99
github.com/quic-go/qpack v0.5.1 // indirect
96
- github.com/redis/rueidis v1.0.51 // indirect
100
+ github.com/redis/rueidis v1.0.53 // indirect
97
101
github.com/segmentio/asm v1.2.0 // indirect
98
102
github.com/segmentio/encoding v0.4.1 // indirect
99
- github.com/spf13/cast v1.4.1 // indirect
100
- github.com/spf13/jwalterweatherman v1.1.0 // indirect
103
+ github.com/spf13/cast v1.7.0 // indirect
101
104
github.com/spf13/pflag v1.0.5 // indirect
102
105
github.com/valyala/bytebufferpool v1.0.0 // indirect
103
- github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
104
106
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0
105
107
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33.0
106
108
go.opentelemetry.io/otel/metric v1.33.0 // indirect
107
109
go.opentelemetry.io/proto/otlp v1.4.0 // indirect
108
110
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
109
111
golang.org/x/mod v0.19.0 // indirect
110
- golang.org/x/net v0.32 .0 // indirect
111
- golang.org/x/sys v0.28 .0 // indirect
112
+ golang.org/x/net v0.33 .0 // indirect
113
+ golang.org/x/sys v0.29 .0 // indirect
112
114
golang.org/x/text v0.21.0 // indirect
113
115
golang.org/x/tools v0.23.0 // indirect
114
116
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
115
117
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
116
- gopkg.in/yaml.v2 v2.4.0 // indirect
117
- gopkg.in/yaml.v3 v3.0.1 // indirect
118
+ gopkg.in/yaml.v3 v3.0.1
118
119
)
0 commit comments