Skip to content

Commit 9fe2ed6

Browse files
committed
up dependencies
1 parent ec11eac commit 9fe2ed6

File tree

2 files changed

+76
-81
lines changed

2 files changed

+76
-81
lines changed

go.mod

+24-25
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require (
77
github.com/FZambia/statik v0.1.2-0.20180217151304-b9f012bb2a1b
88
github.com/FZambia/tarantool v0.3.1
99
github.com/FZambia/viper-lite v0.0.0-20220110144934-1899f66c7d0e
10-
github.com/centrifugal/centrifuge v0.32.0
11-
github.com/centrifugal/protocol v0.12.0
10+
github.com/centrifugal/centrifuge v0.32.1
11+
github.com/centrifugal/protocol v0.12.1
1212
github.com/cristalhq/jwt/v5 v5.4.0
1313
github.com/gobwas/glob v0.2.3
1414
github.com/google/uuid v1.6.0
@@ -19,10 +19,10 @@ require (
1919
github.com/justinas/alice v1.2.0
2020
github.com/mattn/go-isatty v0.0.20
2121
github.com/mitchellh/mapstructure v1.5.0
22-
github.com/nats-io/nats.go v1.33.1
22+
github.com/nats-io/nats.go v1.34.1
2323
github.com/prometheus/client_golang v1.19.0
24-
github.com/quic-go/quic-go v0.41.0
25-
github.com/quic-go/webtransport-go v0.6.0
24+
github.com/quic-go/quic-go v0.42.0
25+
github.com/quic-go/webtransport-go v0.7.0
2626
github.com/rakutentech/jwk-go v1.1.3
2727
github.com/rs/zerolog v1.32.0
2828
github.com/spf13/cobra v1.8.0
@@ -32,17 +32,17 @@ require (
3232
github.com/twmb/franz-go/pkg/kmsg v1.7.0
3333
github.com/valyala/fasttemplate v1.2.2
3434
github.com/vmihailenco/msgpack/v5 v5.4.1
35-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
36-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
37-
go.opentelemetry.io/otel v1.24.0
38-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.24.0
39-
go.opentelemetry.io/otel/sdk v1.24.0
40-
go.opentelemetry.io/otel/trace v1.24.0
35+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.50.0
36+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.50.0
37+
go.opentelemetry.io/otel v1.25.0
38+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.25.0
39+
go.opentelemetry.io/otel/sdk v1.25.0
40+
go.opentelemetry.io/otel/trace v1.25.0
4141
go.uber.org/automaxprocs v1.5.3
42-
golang.org/x/crypto v0.21.0
43-
golang.org/x/sync v0.6.0
42+
golang.org/x/crypto v0.22.0
43+
golang.org/x/sync v0.7.0
4444
golang.org/x/time v0.5.0
45-
google.golang.org/grpc v1.62.1
45+
google.golang.org/grpc v1.63.0
4646
google.golang.org/protobuf v1.33.0
4747
)
4848

@@ -51,20 +51,19 @@ require (
5151
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
5252
github.com/jackc/puddle/v2 v2.2.1 // indirect
5353
github.com/pierrec/lz4/v4 v4.1.19 // indirect
54-
go.uber.org/mock v0.3.0 // indirect
54+
go.uber.org/mock v0.4.0 // indirect
5555
)
5656

5757
require (
5858
github.com/beorn7/perks v1.0.1 // indirect
59-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
59+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
6060
github.com/cespare/xxhash/v2 v2.2.0 // indirect
6161
github.com/davecgh/go-spew v1.1.1 // indirect
6262
github.com/felixge/httpsnoop v1.0.4 // indirect
6363
github.com/fsnotify/fsnotify v1.5.4 // indirect
6464
github.com/go-logr/logr v1.4.1 // indirect
6565
github.com/go-logr/stdr v1.2.2 // indirect
6666
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
67-
github.com/golang/protobuf v1.5.3 // indirect
6867
github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
6968
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
7069
github.com/igm/sockjs-go/v3 v3.0.3
@@ -83,26 +82,26 @@ require (
8382
github.com/prometheus/common v0.48.0 // indirect
8483
github.com/prometheus/procfs v0.12.0 // indirect
8584
github.com/quic-go/qpack v0.4.0 // indirect
86-
github.com/redis/rueidis v1.0.31 // indirect
85+
github.com/redis/rueidis v1.0.33 // indirect
8786
github.com/segmentio/asm v1.2.0 // indirect
8887
github.com/segmentio/encoding v0.4.0 // indirect
8988
github.com/spf13/cast v1.4.1 // indirect
9089
github.com/spf13/jwalterweatherman v1.1.0 // indirect
9190
github.com/spf13/pflag v1.0.5 // indirect
9291
github.com/valyala/bytebufferpool v1.0.0 // indirect
9392
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
94-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.24.0
95-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.24.0
96-
go.opentelemetry.io/otel/metric v1.24.0 // indirect
93+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.25.0
94+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.25.0
95+
go.opentelemetry.io/otel/metric v1.25.0 // indirect
9796
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
9897
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
9998
golang.org/x/mod v0.12.0 // indirect
100-
golang.org/x/net v0.21.0 // indirect
101-
golang.org/x/sys v0.18.0 // indirect
99+
golang.org/x/net v0.23.0 // indirect
100+
golang.org/x/sys v0.19.0 // indirect
102101
golang.org/x/text v0.14.0 // indirect
103102
golang.org/x/tools v0.13.0 // indirect
104-
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
105-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
103+
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
104+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
106105
gopkg.in/yaml.v2 v2.4.0 // indirect
107106
gopkg.in/yaml.v3 v3.0.1 // indirect
108107
)

0 commit comments

Comments
 (0)