@@ -13,38 +13,38 @@ require (
13
13
github.com/centrifugal/protocol v0.11.0
14
14
github.com/cristalhq/jwt/v5 v5.4.0
15
15
github.com/gobwas/glob v0.2.3
16
- github.com/google/uuid v1.5 .0
16
+ github.com/google/uuid v1.6 .0
17
17
github.com/gorilla/securecookie v1.1.2
18
18
github.com/gorilla/websocket v1.5.0
19
19
github.com/hashicorp/go-envparse v0.1.0
20
- github.com/jackc/pgx/v5 v5.5.1
20
+ github.com/jackc/pgx/v5 v5.5.2
21
21
github.com/justinas/alice v1.2.0
22
22
github.com/mattn/go-isatty v0.0.20
23
23
github.com/mitchellh/mapstructure v1.5.0
24
24
github.com/nats-io/nats.go v1.32.0
25
25
github.com/prometheus/client_golang v1.18.0
26
- github.com/quic-go/quic-go v0.40.1
26
+ github.com/quic-go/quic-go v0.41.0
27
27
github.com/quic-go/webtransport-go v0.6.0
28
28
github.com/rakutentech/jwk-go v1.1.3
29
29
github.com/rs/zerolog v1.31.0
30
30
github.com/spf13/cobra v1.8.0
31
31
github.com/stretchr/testify v1.8.4
32
- github.com/twmb/franz-go v1.15.4
33
- github.com/twmb/franz-go/pkg/kadm v1.10 .0
32
+ github.com/twmb/franz-go v1.16.0
33
+ github.com/twmb/franz-go/pkg/kadm v1.11 .0
34
34
github.com/twmb/franz-go/pkg/kmsg v1.7.0
35
35
github.com/valyala/fasttemplate v1.2.2
36
36
github.com/vmihailenco/msgpack/v5 v5.4.1
37
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1
38
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1
39
- go.opentelemetry.io/otel v1.21 .0
40
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21 .0
41
- go.opentelemetry.io/otel/sdk v1.21 .0
42
- go.opentelemetry.io/otel/trace v1.21 .0
37
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0
38
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0
39
+ go.opentelemetry.io/otel v1.22 .0
40
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.22 .0
41
+ go.opentelemetry.io/otel/sdk v1.22 .0
42
+ go.opentelemetry.io/otel/trace v1.22 .0
43
43
go.uber.org/automaxprocs v1.5.3
44
44
golang.org/x/crypto v0.18.0
45
45
golang.org/x/sync v0.6.0
46
46
golang.org/x/time v0.5.0
47
- google.golang.org/grpc v1.60.1
47
+ google.golang.org/grpc v1.61.0
48
48
google.golang.org/protobuf v1.32.0
49
49
)
50
50
@@ -64,7 +64,7 @@ require (
64
64
github.com/davecgh/go-spew v1.1.1 // indirect
65
65
github.com/felixge/httpsnoop v1.0.4 // indirect
66
66
github.com/fsnotify/fsnotify v1.5.4 // indirect
67
- github.com/go-logr/logr v1.3.0 // indirect
67
+ github.com/go-logr/logr v1.4.1 // indirect
68
68
github.com/go-logr/stdr v1.2.2 // indirect
69
69
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
70
70
github.com/golang/protobuf v1.5.3 // indirect
@@ -73,7 +73,7 @@ require (
73
73
github.com/igm/sockjs-go/v3 v3.0.2 // indirect
74
74
github.com/inconshreveable/mousetrap v1.1.0 // indirect
75
75
github.com/josharian/intern v1.0.0 // indirect
76
- github.com/klauspost/compress v1.17.2 // indirect
76
+ github.com/klauspost/compress v1.17.4 // indirect
77
77
github.com/mailru/easyjson v0.7.7 // indirect
78
78
github.com/mattn/go-colorable v0.1.13 // indirect
79
79
github.com/nats-io/nkeys v0.4.7 // indirect
@@ -86,7 +86,6 @@ require (
86
86
github.com/prometheus/common v0.45.0 // indirect
87
87
github.com/prometheus/procfs v0.12.0 // indirect
88
88
github.com/quic-go/qpack v0.4.0 // indirect
89
- github.com/quic-go/qtls-go1-20 v0.4.1 // indirect
90
89
github.com/redis/rueidis v1.0.27 // indirect
91
90
github.com/segmentio/asm v1.2.0 // indirect
92
91
github.com/segmentio/encoding v0.4.0 // indirect
@@ -95,18 +94,18 @@ require (
95
94
github.com/spf13/pflag v1.0.5 // indirect
96
95
github.com/valyala/bytebufferpool v1.0.0 // indirect
97
96
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
98
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21 .0
99
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21 .0
100
- go.opentelemetry.io/otel/metric v1.21 .0 // indirect
97
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.22 .0
98
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.22 .0
99
+ go.opentelemetry.io/otel/metric v1.22 .0 // indirect
101
100
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
102
101
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
103
102
golang.org/x/mod v0.12.0 // indirect
104
- golang.org/x/net v0.18 .0 // indirect
103
+ golang.org/x/net v0.20 .0 // indirect
105
104
golang.org/x/sys v0.16.0 // indirect
106
105
golang.org/x/text v0.14.0 // indirect
107
106
golang.org/x/tools v0.13.0 // indirect
108
- google.golang.org/genproto/googleapis/api v0.0.0-20231002182017-d307bd883b97 // indirect
109
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
107
+ google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
108
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
110
109
gopkg.in/yaml.v2 v2.4.0 // indirect
111
110
gopkg.in/yaml.v3 v3.0.1 // indirect
112
111
)
0 commit comments