Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google.golang.org/grpc from 1.25.1 to 1.53.0 #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 7 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.13

require (
cdr.dev/slog v1.3.0
cloud.google.com/go v0.49.0
cloud.google.com/go/profiler v0.3.1
github.com/apple/foundationdb/bindings/go v0.0.0-20190730174800-17cfc127fa57
github.com/coreos/bbolt v1.3.3 // indirect
github.com/coreos/etcd v3.3.15+incompatible
Expand All @@ -17,10 +17,8 @@ require (
github.com/go-redis/redis v6.15.6+incompatible
github.com/gogo/protobuf v1.3.0
github.com/google/gops v0.3.6
github.com/google/uuid v1.1.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.11.1 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/json-iterator/go v1.1.10-0.20200206015604-7acbb404a45b
Expand All @@ -30,7 +28,7 @@ require (
github.com/minio/simdjson-go v0.1.4
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/tatsuworks/czlib v0.0.0-20190916143545-2fa68a6fc561
Expand All @@ -40,11 +38,12 @@ require (
go.etcd.io/bbolt v1.3.3 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.12.0
golang.org/x/net v0.8.0
golang.org/x/net v0.9.0
golang.org/x/sync v0.1.0
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
google.golang.org/grpc v1.25.1
golang.org/x/time v0.3.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
google.golang.org/grpc v1.54.0
google.golang.org/grpc/examples v0.0.0-20230705174746-11feb0a9afd8 // indirect
nhooyr.io/websocket v1.8.6
sigs.k8s.io/yaml v1.1.0 // indirect
)