File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ _root_dir="$(dirname "$_scripts_dir")"
66_deps_dir=" $_root_dir /deps"
77
88readonly _git_deps=(
9- " pomerium/pomerium|v0.20 .0"
10- " pomerium/pomerium-console|v0.20 .0"
11- ' envoyproxy/protoc-gen-validate|v0.6.1 '
12- ' envoyproxy/data-plane-api|dc2731c0bc027a08bfbcaf29bd9fb59dcc683b8b '
13- ' cncf/xds|1e77728a1eaa11d6c931ec2ccd6e95f516a7ef94 '
14- ' googleapis/googleapis|dde2e5c02c45299621b5a2e625a3eef101ff3a7e '
9+ " pomerium/pomerium|v0.25 .0"
10+ " pomerium/pomerium-console|v0.25 .0"
11+ ' envoyproxy/protoc-gen-validate|v1.0.2 '
12+ ' envoyproxy/data-plane-api|d525ab36724d6a94477f7642e02418b50a8c4043 '
13+ ' cncf/xds|e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7 '
14+ ' googleapis/googleapis|114a745b2841a044e98cdbb19358ed29fcf4a5f1 '
1515 ' census-instrumentation/opencensus-proto|v0.4.1'
16- ' open-telemetry/opentelemetry-proto|v0.19 .0'
17- ' prometheus/client_model|v0.3 .0'
16+ ' open-telemetry/opentelemetry-proto|v1.0 .0'
17+ ' prometheus/client_model|v0.4 .0'
1818)
1919
2020function replace-in-file() {
@@ -107,9 +107,9 @@ _proto_files=(
107107echo " installing python dependencies"
108108pip install \
109109 ' wheel==0.37.1' \
110- ' protobuf==3.20.3 ' \
111- ' grpcio==1.49.1 ' \
112- ' grpcio-tools==1.48.2 '
110+ ' protobuf==4.25.2 ' \
111+ ' grpcio==1.60.0 ' \
112+ ' grpcio-tools==1.60.0 '
113113
114114(
115115 cd " $_root_dir "
You can’t perform that action at this time.
0 commit comments