Skip to content

Commit 77559e0

Browse files
Bump google.golang.org/grpc from 1.55.0-dev to 1.59.0 (#14364)
Signed-off-by: Harshit Gangal <harshit@planetscale.com>
1 parent 15214fc commit 77559e0

39 files changed

+175
-127
lines changed

go.mod

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module vitess.io/vitess
33
go 1.20
44

55
require (
6-
cloud.google.com/go/storage v1.29.0
6+
cloud.google.com/go/storage v1.30.1
77
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1
88
github.com/Azure/azure-pipeline-go v0.2.3
99
github.com/Azure/azure-storage-blob-go v0.15.0
@@ -20,12 +20,12 @@ require (
2020
github.com/evanphx/json-patch v5.6.0+incompatible
2121
github.com/fsnotify/fsnotify v1.6.0
2222
github.com/go-sql-driver/mysql v1.7.0
23-
github.com/golang/glog v1.0.0
24-
github.com/golang/protobuf v1.5.2
23+
github.com/golang/glog v1.1.2
24+
github.com/golang/protobuf v1.5.3
2525
github.com/golang/snappy v0.0.4
2626
github.com/google/go-cmp v0.5.9
2727
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
28-
github.com/google/uuid v1.3.0
28+
github.com/google/uuid v1.3.1
2929
github.com/gorilla/handlers v1.5.1
3030
github.com/gorilla/mux v1.8.0
3131
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
@@ -73,21 +73,21 @@ require (
7373
go.etcd.io/etcd/client/pkg/v3 v3.5.7
7474
go.etcd.io/etcd/client/v3 v3.5.7
7575
go.uber.org/mock v0.2.0
76-
golang.org/x/crypto v0.14.0 // indirect
76+
golang.org/x/crypto v0.15.0 // indirect
7777
golang.org/x/mod v0.8.0 // indirect
78-
golang.org/x/net v0.17.0
79-
golang.org/x/oauth2 v0.4.0
80-
golang.org/x/sys v0.13.0 // indirect
81-
golang.org/x/term v0.13.0
82-
golang.org/x/text v0.13.0
78+
golang.org/x/net v0.18.0
79+
golang.org/x/oauth2 v0.11.0
80+
golang.org/x/sys v0.14.0 // indirect
81+
golang.org/x/term v0.14.0
82+
golang.org/x/text v0.14.0
8383
golang.org/x/time v0.3.0
8484
golang.org/x/tools v0.6.0
85-
google.golang.org/api v0.109.0
86-
google.golang.org/genproto v0.0.0-20230131230820-1c016267d619 // indirect
87-
google.golang.org/grpc v1.52.3
85+
google.golang.org/api v0.128.0
86+
google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect
87+
google.golang.org/grpc v1.59.0
8888
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
8989
google.golang.org/grpc/examples v0.0.0-20210430044426-28078834f35b
90-
google.golang.org/protobuf v1.28.1
90+
google.golang.org/protobuf v1.31.0
9191
gopkg.in/DataDog/dd-trace-go.v1 v1.47.0
9292
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
9393
gopkg.in/gcfg.v1 v1.2.3
@@ -114,16 +114,16 @@ require (
114114
github.com/spf13/jwalterweatherman v1.1.0
115115
github.com/xlab/treeprint v1.2.0
116116
golang.org/x/exp v0.0.0-20230131160201-f062dba9d201
117-
golang.org/x/sync v0.1.0
117+
golang.org/x/sync v0.3.0
118118
k8s.io/utils v0.0.0-20230115233650-391b47cb4029
119119
modernc.org/sqlite v1.20.3
120120
)
121121

122122
require (
123-
cloud.google.com/go v0.109.0 // indirect
124-
cloud.google.com/go/compute v1.18.0 // indirect
123+
cloud.google.com/go v0.110.9 // indirect
124+
cloud.google.com/go/compute v1.23.2 // indirect
125125
cloud.google.com/go/compute/metadata v0.2.3 // indirect
126-
cloud.google.com/go/iam v0.10.0 // indirect
126+
cloud.google.com/go/iam v1.1.4 // indirect
127127
github.com/DataDog/datadog-agent/pkg/obfuscate v0.42.0 // indirect
128128
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.42.0 // indirect
129129
github.com/DataDog/datadog-go/v5 v5.2.0 // indirect
@@ -150,8 +150,9 @@ require (
150150
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
151151
github.com/google/gnostic v0.6.9 // indirect
152152
github.com/google/gofuzz v1.2.0 // indirect
153-
github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
154-
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
153+
github.com/google/s2a-go v0.1.4 // indirect
154+
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
155+
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
155156
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
156157
github.com/hashicorp/go-hclog v1.4.0 // indirect
157158
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
@@ -193,6 +194,8 @@ require (
193194
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
194195
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
195196
google.golang.org/appengine v1.6.7 // indirect
197+
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
198+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
196199
gopkg.in/inf.v0 v0.9.1 // indirect
197200
gopkg.in/ini.v1 v1.67.0 // indirect
198201
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

Lines changed: 55 additions & 40 deletions
Large diffs are not rendered by default.

go/flags/endtoend/mysqlctl.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,12 @@ Global flags:
5656
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
5757
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
5858
--lameduck-period duration keep running at least this long after SIGTERM before stopping (default 50ms)
59-
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
59+
--log_backtrace_at traceLocations when logging hits line file:N, emit a stack trace
6060
--log_dir string If non-empty, write log files in this directory
6161
--log_err_stacks log stack traces for errors
62+
--log_link string If non-empty, add symbolic links in this directory to the log files
6263
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
64+
--logbuflevel int Buffer log messages logged at this level or lower (-1 means don't buffer; 0 means buffer INFO only; ...). Has limited applicability on non-prod platforms.
6365
--logtostderr log to standard error instead of files
6466
--max-stack-size int configure the maximum stack size in bytes (default 67108864)
6567
--mysql_port int MySQL port (default 3306)
@@ -78,10 +80,10 @@ Global flags:
7880
--security_policy string the name of a registered security policy to use for controlling access to URLs - empty means allow all for anyone (built-in policies: deny-all, read-only)
7981
--service_map strings comma separated list of services to enable (or disable if prefixed with '-') Example: grpc-queryservice
8082
--socket_file string Local unix socket file to listen on
81-
--stderrthreshold severity logs at or above this threshold go to stderr (default 1)
83+
--stderrthreshold severityFlag logs at or above this threshold go to stderr (default 1)
8284
--table-refresh-interval int interval in milliseconds to refresh tables in status page with refreshRequired class
8385
--tablet_dir string The directory within the vtdataroot to store vttablet/mysql files. Defaults to being generated by the tablet uid.
8486
--tablet_uid uint32 Tablet UID (default 41983)
8587
--v Level log level for V logs
8688
-v, --version print binary version
87-
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
89+
--vmodule vModuleFlag comma-separated list of pattern=N settings for file-filtered logging

go/flags/endtoend/mysqlctld.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@ Usage of mysqlctld:
6767
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
6868
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
6969
--lameduck-period duration keep running at least this long after SIGTERM before stopping (default 50ms)
70-
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
70+
--log_backtrace_at traceLocations when logging hits line file:N, emit a stack trace
7171
--log_dir string If non-empty, write log files in this directory
7272
--log_err_stacks log stack traces for errors
73+
--log_link string If non-empty, add symbolic links in this directory to the log files
7374
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
75+
--logbuflevel int Buffer log messages logged at this level or lower (-1 means don't buffer; 0 means buffer INFO only; ...). Has limited applicability on non-prod platforms.
7476
--logtostderr log to standard error instead of files
7577
--max-stack-size int configure the maximum stack size in bytes (default 67108864)
7678
--mysql_port int MySQL port (default 3306)
@@ -89,11 +91,11 @@ Usage of mysqlctld:
8991
--security_policy string the name of a registered security policy to use for controlling access to URLs - empty means allow all for anyone (built-in policies: deny-all, read-only)
9092
--service_map strings comma separated list of services to enable (or disable if prefixed with '-') Example: grpc-queryservice
9193
--socket_file string Local unix socket file to listen on
92-
--stderrthreshold severity logs at or above this threshold go to stderr (default 1)
94+
--stderrthreshold severityFlag logs at or above this threshold go to stderr (default 1)
9395
--table-refresh-interval int interval in milliseconds to refresh tables in status page with refreshRequired class
9496
--tablet_dir string The directory within the vtdataroot to store vttablet/mysql files. Defaults to being generated by the tablet uid.
9597
--tablet_uid uint32 Tablet UID (default 41983)
9698
--v Level log level for V logs
9799
-v, --version print binary version
98-
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
100+
--vmodule vModuleFlag comma-separated list of pattern=N settings for file-filtered logging
99101
--wait_time duration How long to wait for mysqld startup or shutdown (default 5m0s)

go/flags/endtoend/vtaclcheck.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@ Usage of vtaclcheck:
1010
-h, --help display usage and exit
1111
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
1212
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
13-
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
13+
--log_backtrace_at traceLocations when logging hits line file:N, emit a stack trace
1414
--log_dir string If non-empty, write log files in this directory
1515
--log_err_stacks log stack traces for errors
16+
--log_link string If non-empty, add symbolic links in this directory to the log files
1617
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
18+
--logbuflevel int Buffer log messages logged at this level or lower (-1 means don't buffer; 0 means buffer INFO only; ...). Has limited applicability on non-prod platforms.
1719
--logtostderr log to standard error instead of files
1820
--pprof strings enable profiling
1921
--purge_logs_interval duration how often try to remove old logs (default 1h0m0s)
2022
--security_policy string the name of a registered security policy to use for controlling access to URLs - empty means allow all for anyone (built-in policies: deny-all, read-only)
2123
--static-auth-file string The path of the auth_server_static JSON file to check
22-
--stderrthreshold severity logs at or above this threshold go to stderr (default 1)
24+
--stderrthreshold severityFlag logs at or above this threshold go to stderr (default 1)
2325
--v Level log level for V logs
2426
-v, --version print binary version
25-
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
27+
--vmodule vModuleFlag comma-separated list of pattern=N settings for file-filtered logging

go/flags/endtoend/vtbackup.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,12 @@ Usage of vtbackup:
103103
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
104104
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
105105
--lock-timeout duration Maximum time for which a shard/keyspace lock can be acquired for (default 45s)
106-
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
106+
--log_backtrace_at traceLocations when logging hits line file:N, emit a stack trace
107107
--log_dir string If non-empty, write log files in this directory
108108
--log_err_stacks log stack traces for errors
109+
--log_link string If non-empty, add symbolic links in this directory to the log files
109110
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
111+
--logbuflevel int Buffer log messages logged at this level or lower (-1 means don't buffer; 0 means buffer INFO only; ...). Has limited applicability on non-prod platforms.
110112
--logtostderr log to standard error instead of files
111113
--manifest-external-decompressor string command with arguments to store in the backup manifest when compressing a backup with an external compression engine.
112114
--min_backup_interval duration Only take a new backup if it's been at least this long since the most recent backup.
@@ -156,7 +158,7 @@ Usage of vtbackup:
156158
--stats_common_tags strings Comma-separated list of common tags for the stats backend. It provides both label and values. Example: label1:value1,label2:value2
157159
--stats_drop_variables string Variables to be dropped from the list of exported variables.
158160
--stats_emit_period duration Interval between emitting stats to all registered backends (default 1m0s)
159-
--stderrthreshold severity logs at or above this threshold go to stderr (default 1)
161+
--stderrthreshold severityFlag logs at or above this threshold go to stderr (default 1)
160162
--tablet_manager_grpc_ca string the server ca to use to validate servers when connecting
161163
--tablet_manager_grpc_cert string the cert to use to connect
162164
--tablet_manager_grpc_concurrency int concurrency to use to talk to a vttablet server for performance-sensitive RPCs (like ExecuteFetchAs{Dba,AllPrivs,App}) (default 8)
@@ -184,7 +186,7 @@ Usage of vtbackup:
184186
--topo_zk_tls_key string the key to use to connect to the zk topo server, enables TLS
185187
--v Level log level for V logs
186188
-v, --version print binary version
187-
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
189+
--vmodule vModuleFlag comma-separated list of pattern=N settings for file-filtered logging
188190
--xbstream_restore_flags string Flags to pass to xbstream command during restore. These should be space separated and will be added to the end of the command. These need to match the ones used for backup e.g. --compress / --decompress, --encrypt / --decrypt
189191
--xtrabackup_backup_flags string Flags to pass to backup command. These should be space separated and will be added to the end of the command
190192
--xtrabackup_prepare_flags string Flags to pass to prepare command. These should be space separated and will be added to the end of the command

0 commit comments

Comments
 (0)