Skip to content

Commit 0a04f3d

Browse files
[release-16.0] Bump google.golang.org/grpc from 1.55.0-dev to 1.59.0 (#14364) (#14496)
Signed-off-by: Harshit Gangal <harshit@planetscale.com> Co-authored-by: Harshit Gangal <harshit@planetscale.com>
1 parent aa1cf49 commit 0a04f3d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+300
-193
lines changed

go.mod

Lines changed: 23 additions & 19 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
@@ -22,13 +22,13 @@ require (
2222
github.com/fsnotify/fsnotify v1.6.0
2323
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
2424
github.com/go-sql-driver/mysql v1.7.0
25-
github.com/golang/glog v1.0.0
25+
github.com/golang/glog v1.1.2
2626
github.com/golang/mock v1.6.0
27-
github.com/golang/protobuf v1.5.2
27+
github.com/golang/protobuf v1.5.3
2828
github.com/golang/snappy v0.0.4
2929
github.com/google/go-cmp v0.5.9
3030
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
31-
github.com/google/uuid v1.3.0
31+
github.com/google/uuid v1.3.1
3232
github.com/gorilla/handlers v1.5.1
3333
github.com/gorilla/mux v1.8.0
3434
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
@@ -76,22 +76,22 @@ require (
7676
go.etcd.io/etcd/api/v3 v3.5.7
7777
go.etcd.io/etcd/client/pkg/v3 v3.5.7
7878
go.etcd.io/etcd/client/v3 v3.5.7
79-
golang.org/x/crypto v0.14.0 // indirect
79+
golang.org/x/crypto v0.15.0 // indirect
8080
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
8181
golang.org/x/mod v0.8.0 // indirect
82-
golang.org/x/net v0.17.0
83-
golang.org/x/oauth2 v0.4.0
84-
golang.org/x/sys v0.13.0 // indirect
85-
golang.org/x/term v0.13.0
86-
golang.org/x/text v0.13.0
82+
golang.org/x/net v0.18.0
83+
golang.org/x/oauth2 v0.11.0
84+
golang.org/x/sys v0.14.0 // indirect
85+
golang.org/x/term v0.14.0
86+
golang.org/x/text v0.14.0
8787
golang.org/x/time v0.3.0
8888
golang.org/x/tools v0.6.0
89-
google.golang.org/api v0.109.0
90-
google.golang.org/genproto v0.0.0-20230131230820-1c016267d619 // indirect
91-
google.golang.org/grpc v1.52.3
89+
google.golang.org/api v0.128.0
90+
google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect
91+
google.golang.org/grpc v1.59.0
9292
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
9393
google.golang.org/grpc/examples v0.0.0-20210430044426-28078834f35b
94-
google.golang.org/protobuf v1.28.1
94+
google.golang.org/protobuf v1.31.0
9595
gopkg.in/DataDog/dd-trace-go.v1 v1.47.0
9696
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
9797
gopkg.in/gcfg.v1 v1.2.3
@@ -119,10 +119,10 @@ require (
119119
)
120120

121121
require (
122-
cloud.google.com/go v0.109.0 // indirect
123-
cloud.google.com/go/compute v1.18.0 // indirect
122+
cloud.google.com/go v0.110.9 // indirect
123+
cloud.google.com/go/compute v1.23.2 // indirect
124124
cloud.google.com/go/compute/metadata v0.2.3 // indirect
125-
cloud.google.com/go/iam v0.10.0 // indirect
125+
cloud.google.com/go/iam v1.1.4 // indirect
126126
github.com/BurntSushi/toml v1.2.1 // 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
@@ -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
@@ -194,8 +195,11 @@ require (
194195
go4.org/intern v0.0.0-20220617035311-6925f38cc365 // indirect
195196
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
196197
golang.org/x/exp/typeparams v0.0.0-20230131160201-f062dba9d201 // indirect
198+
golang.org/x/sync v0.3.0 // indirect
197199
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
198200
google.golang.org/appengine v1.6.7 // indirect
201+
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
202+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
199203
gopkg.in/inf.v0 v0.9.1 // indirect
200204
gopkg.in/ini.v1 v1.67.0 // indirect
201205
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
@@ -50,10 +50,12 @@ Global flags:
5050
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
5151
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
5252
--lameduck-period duration keep running at least this long after SIGTERM before stopping (default 50ms)
53-
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
53+
--log_backtrace_at traceLocations when logging hits line file:N, emit a stack trace
5454
--log_dir string If non-empty, write log files in this directory
5555
--log_err_stacks log stack traces for errors
56+
--log_link string If non-empty, add symbolic links in this directory to the log files
5657
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
58+
--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.
5759
--logtostderr log to standard error instead of files
5860
--max-stack-size int configure the maximum stack size in bytes (default 67108864)
5961
--mysql_port int MySQL port (default 3306)
@@ -72,9 +74,9 @@ Global flags:
7274
--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)
7375
--service_map strings comma separated list of services to enable (or disable if prefixed with '-') Example: grpc-queryservice
7476
--socket_file string Local unix socket file to listen on
75-
--stderrthreshold severity logs at or above this threshold go to stderr (default 1)
77+
--stderrthreshold severityFlag logs at or above this threshold go to stderr (default 1)
7678
--tablet_dir string The directory within the vtdataroot to store vttablet/mysql files. Defaults to being generated by the tablet uid.
7779
--tablet_uid uint Tablet UID (default 41983)
7880
--v Level log level for V logs
7981
-v, --version print binary version
80-
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
82+
--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
@@ -61,10 +61,12 @@ Usage of mysqlctld:
6161
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
6262
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
6363
--lameduck-period duration keep running at least this long after SIGTERM before stopping (default 50ms)
64-
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
64+
--log_backtrace_at traceLocations when logging hits line file:N, emit a stack trace
6565
--log_dir string If non-empty, write log files in this directory
6666
--log_err_stacks log stack traces for errors
67+
--log_link string If non-empty, add symbolic links in this directory to the log files
6768
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
69+
--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.
6870
--logtostderr log to standard error instead of files
6971
--max-stack-size int configure the maximum stack size in bytes (default 67108864)
7072
--mysql_port int MySQL port (default 3306)
@@ -83,10 +85,10 @@ Usage of mysqlctld:
8385
--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)
8486
--service_map strings comma separated list of services to enable (or disable if prefixed with '-') Example: grpc-queryservice
8587
--socket_file string Local unix socket file to listen on
86-
--stderrthreshold severity logs at or above this threshold go to stderr (default 1)
88+
--stderrthreshold severityFlag logs at or above this threshold go to stderr (default 1)
8789
--tablet_dir string The directory within the vtdataroot to store vttablet/mysql files. Defaults to being generated by the tablet uid.
8890
--tablet_uid uint Tablet UID (default 41983)
8991
--v Level log level for V logs
9092
-v, --version print binary version
91-
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
93+
--vmodule vModuleFlag comma-separated list of pattern=N settings for file-filtered logging
9294
--wait_time duration How long to wait for mysqld startup or shutdown (default 5m0s)

go/flags/endtoend/vtaclcheck.txt

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
Usage of vtaclcheck:
2-
--acl-file string The path of the JSON ACL file to check
3-
--alsologtostderr log to standard error as well as files
4-
-h, --help display usage and exit
5-
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
6-
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
7-
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
8-
--log_dir string If non-empty, write log files in this directory
9-
--log_err_stacks log stack traces for errors
10-
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
11-
--logtostderr log to standard error instead of files
12-
--pprof strings enable profiling
13-
--purge_logs_interval duration how often try to remove old logs (default 1h0m0s)
14-
--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)
15-
--static-auth-file string The path of the auth_server_static JSON file to check
16-
--stderrthreshold severity logs at or above this threshold go to stderr (default 1)
17-
--v Level log level for V logs
18-
-v, --version print binary version
19-
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
2+
--acl-file string The path of the JSON ACL file to check
3+
--alsologtostderr log to standard error as well as files
4+
-h, --help display usage and exit
5+
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
6+
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
7+
--log_backtrace_at traceLocations when logging hits line file:N, emit a stack trace
8+
--log_dir string If non-empty, write log files in this directory
9+
--log_err_stacks log stack traces for errors
10+
--log_link string If non-empty, add symbolic links in this directory to the log files
11+
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
12+
--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.
13+
--logtostderr log to standard error instead of files
14+
--pprof strings enable profiling
15+
--purge_logs_interval duration how often try to remove old logs (default 1h0m0s)
16+
--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)
17+
--static-auth-file string The path of the auth_server_static JSON file to check
18+
--stderrthreshold severityFlag logs at or above this threshold go to stderr (default 1)
19+
--v Level log level for V logs
20+
-v, --version print binary version
21+
--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
@@ -93,10 +93,12 @@ Usage of vtbackup:
9393
--keep_logs duration keep logs for this long (using ctime) (zero to keep forever)
9494
--keep_logs_by_mtime duration keep logs for this long (using mtime) (zero to keep forever)
9595
--lock-timeout duration Maximum time for which a shard/keyspace lock can be acquired for (default 45s)
96-
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0)
96+
--log_backtrace_at traceLocations when logging hits line file:N, emit a stack trace
9797
--log_dir string If non-empty, write log files in this directory
9898
--log_err_stacks log stack traces for errors
99+
--log_link string If non-empty, add symbolic links in this directory to the log files
99100
--log_rotate_max_size uint size in bytes at which logs are rotated (glog.MaxSize) (default 1887436800)
101+
--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.
100102
--logtostderr log to standard error instead of files
101103
--min_backup_interval duration Only take a new backup if it's been at least this long since the most recent backup.
102104
--min_retention_count int Always keep at least this many of the most recent backups in this backup storage location, even if some are older than the min_retention_time. This must be at least 1 since a backup must always exist to allow new backups to be made (default 1)
@@ -145,7 +147,7 @@ Usage of vtbackup:
145147
--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
146148
--stats_drop_variables string Variables to be dropped from the list of exported variables.
147149
--stats_emit_period duration Interval between emitting stats to all registered backends (default 1m0s)
148-
--stderrthreshold severity logs at or above this threshold go to stderr (default 1)
150+
--stderrthreshold severityFlag logs at or above this threshold go to stderr (default 1)
149151
--tablet_manager_grpc_ca string the server ca to use to validate servers when connecting
150152
--tablet_manager_grpc_cert string the cert to use to connect
151153
--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)
@@ -173,7 +175,7 @@ Usage of vtbackup:
173175
--topo_zk_tls_key string the key to use to connect to the zk topo server, enables TLS
174176
--v Level log level for V logs
175177
-v, --version print binary version
176-
--vmodule moduleSpec comma-separated list of pattern=N settings for file-filtered logging
178+
--vmodule vModuleFlag comma-separated list of pattern=N settings for file-filtered logging
177179
--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
178180
--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
179181
--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)