@@ -17,42 +17,41 @@ require (
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.2
20
+ github.com/jackc/pgx/v5 v5.5.3
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
- github.com/nats-io/nats.go v1.32.0
25
- github.com/prometheus/client_golang v1.18 .0
24
+ github.com/nats-io/nats.go v1.33.1
25
+ github.com/prometheus/client_golang v1.19 .0
26
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
- github.com/rs/zerolog v1.31 .0
29
+ github.com/rs/zerolog v1.32 .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.16.0
32
+ github.com/twmb/franz-go v1.16.1
33
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.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
37
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49 .0
38
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0
39
+ go.opentelemetry.io/otel v1.24 .0
40
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24 .0
41
+ go.opentelemetry.io/otel/sdk v1.24 .0
42
+ go.opentelemetry.io/otel/trace v1.24 .0
43
43
go.uber.org/automaxprocs v1.5.3
44
- golang.org/x/crypto v0.18 .0
44
+ golang.org/x/crypto v0.19 .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.61.0
47
+ google.golang.org/grpc v1.61.1
48
48
google.golang.org/protobuf v1.32.0
49
49
)
50
50
51
51
require (
52
52
github.com/jackc/pgpassfile v1.0.0 // indirect
53
53
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
54
54
github.com/jackc/puddle/v2 v2.2.1 // indirect
55
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
56
55
github.com/pierrec/lz4/v4 v4.1.19 // indirect
57
56
go.uber.org/mock v0.3.0 // indirect
58
57
)
@@ -69,8 +68,8 @@ require (
69
68
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
70
69
github.com/golang/protobuf v1.5.3 // indirect
71
70
github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
72
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.16 .0 // indirect
73
- github.com/igm/sockjs-go/v3 v3.0.2
71
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.19 .0 // indirect
72
+ github.com/igm/sockjs-go/v3 v3.0.3
74
73
github.com/inconshreveable/mousetrap v1.1.0 // indirect
75
74
github.com/josharian/intern v1.0.0 // indirect
76
75
github.com/klauspost/compress v1.17.4 // indirect
@@ -83,7 +82,7 @@ require (
83
82
github.com/pelletier/go-toml v1.9.4 // indirect
84
83
github.com/pmezard/go-difflib v1.0.0 // indirect
85
84
github.com/prometheus/client_model v0.5.0 // indirect
86
- github.com/prometheus/common v0.45 .0 // indirect
85
+ github.com/prometheus/common v0.48 .0 // indirect
87
86
github.com/prometheus/procfs v0.12.0 // indirect
88
87
github.com/quic-go/qpack v0.4.0 // indirect
89
88
github.com/redis/rueidis v1.0.27 // indirect
@@ -94,18 +93,18 @@ require (
94
93
github.com/spf13/pflag v1.0.5 // indirect
95
94
github.com/valyala/bytebufferpool v1.0.0 // indirect
96
95
github.com/vmihailenco/tagparser/v2 v2.0.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
100
- go.opentelemetry.io/proto/otlp v1.0 .0 // indirect
96
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24 .0
97
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24 .0
98
+ go.opentelemetry.io/otel/metric v1.24 .0 // indirect
99
+ go.opentelemetry.io/proto/otlp v1.1 .0 // indirect
101
100
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
102
101
golang.org/x/mod v0.12.0 // indirect
103
- golang.org/x/net v0.20 .0 // indirect
104
- golang.org/x/sys v0.16 .0 // indirect
102
+ golang.org/x/net v0.21 .0 // indirect
103
+ golang.org/x/sys v0.17 .0 // indirect
105
104
golang.org/x/text v0.14.0 // indirect
106
105
golang.org/x/tools v0.13.0 // 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
106
+ google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
107
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
109
108
gopkg.in/yaml.v2 v2.4.0 // indirect
110
109
gopkg.in/yaml.v3 v3.0.1 // indirect
111
110
)
0 commit comments