Skip to content

Commit 9992a17

Browse files
committed
Revert "pre-test"
This reverts commit c6f1075.
1 parent 248d68f commit 9992a17

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

modules/sync/protocolbuffers/gofeatures/state.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
{
1616
"name": "v1.35.2",
1717
"digest": "b531d16c21ee581add1187321e526e770b5516a5d84d71d6db6adf35b18f8ebc302c59c39c20575014ff2dec93ccefbccadf95436be60ae3296dd0ad136dd64c"
18+
},
19+
{
20+
"name": "v1.36.0",
21+
"digest": "4e137ba5a00eb6c515866947ca789565e673f30d276e3f04565c162d712497d5c7947167b50b2558a84683c6691f2ba6c1b8a354ff356a9584c9e15635122b60"
1822
}
1923
]
20-
}
24+
}

scripts/fetch.sh

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -210,25 +210,25 @@ trap cleanup EXIT
210210

211211
# Keep this module list synced with README.md
212212
# sync_references ${sync_strategy} ${owner} ${repo} ${git_remote} ${opt_proto_subdir}
213-
# sync_references releases bufbuild confluent https://github.com/bufbuild/confluent-proto
214-
# sync_references releases bufbuild protovalidate https://github.com/bufbuild/protovalidate proto/protovalidate
215-
# sync_references releases bufbuild protovalidate-testing https://github.com/bufbuild/protovalidate proto/protovalidate-testing
216-
# sync_references commits bufbuild reflect https://github.com/bufbuild/reflect
217-
# sync_references commits cncf xds https://github.com/cncf/xds
218-
# sync_references releases envoyproxy envoy https://github.com/envoyproxy/envoy api
219-
# sync_references releases envoyproxy protoc-gen-validate https://github.com/envoyproxy/protoc-gen-validate
220-
# sync_references commits envoyproxy ratelimit https://github.com/envoyproxy/ratelimit api
221-
# sync_references releases gogo protobuf https://github.com/gogo/protobuf
222-
# sync_references releases google cel-spec https://github.com/google/cel-spec proto
223-
# sync_references commits googleapis googleapis https://github.com/googleapis/googleapis
224-
# sync_references releases googlechrome lighthouse https://github.com/GoogleChrome/lighthouse proto
225-
# sync_references releases googlecloudplatform bq-schema-api https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema
226-
# sync_references commits grpc grpc https://github.com/grpc/grpc-proto
227-
# sync_references releases grpc-ecosystem grpc-gateway https://github.com/grpc-ecosystem/grpc-gateway
228-
# sync_references releases opencensus opencensus https://github.com/census-instrumentation/opencensus-proto src
229-
# sync_references releases opentelemetry opentelemetry https://github.com/open-telemetry/opentelemetry-proto
230-
# sync_references releases prometheus client-model https://github.com/prometheus/client_model
213+
sync_references releases bufbuild confluent https://github.com/bufbuild/confluent-proto
214+
sync_references releases bufbuild protovalidate https://github.com/bufbuild/protovalidate proto/protovalidate
215+
sync_references releases bufbuild protovalidate-testing https://github.com/bufbuild/protovalidate proto/protovalidate-testing
216+
sync_references commits bufbuild reflect https://github.com/bufbuild/reflect
217+
sync_references commits cncf xds https://github.com/cncf/xds
218+
sync_references releases envoyproxy envoy https://github.com/envoyproxy/envoy api
219+
sync_references releases envoyproxy protoc-gen-validate https://github.com/envoyproxy/protoc-gen-validate
220+
sync_references commits envoyproxy ratelimit https://github.com/envoyproxy/ratelimit api
221+
sync_references releases gogo protobuf https://github.com/gogo/protobuf
222+
sync_references releases google cel-spec https://github.com/google/cel-spec proto
223+
sync_references commits googleapis googleapis https://github.com/googleapis/googleapis
224+
sync_references releases googlechrome lighthouse https://github.com/GoogleChrome/lighthouse proto
225+
sync_references releases googlecloudplatform bq-schema-api https://github.com/GoogleCloudPlatform/protoc-gen-bq-schema
226+
sync_references commits grpc grpc https://github.com/grpc/grpc-proto
227+
sync_references releases grpc-ecosystem grpc-gateway https://github.com/grpc-ecosystem/grpc-gateway
228+
sync_references releases opencensus opencensus https://github.com/census-instrumentation/opencensus-proto src
229+
sync_references releases opentelemetry opentelemetry https://github.com/open-telemetry/opentelemetry-proto
230+
sync_references releases prometheus client-model https://github.com/prometheus/client_model
231231
sync_references releases protocolbuffers gofeatures https://github.com/protocolbuffers/protobuf-go src
232-
# sync_references releases protocolbuffers wellknowntypes https://github.com/protocolbuffers/protobuf src
232+
sync_references releases protocolbuffers wellknowntypes https://github.com/protocolbuffers/protobuf src
233233

234234
popd > /dev/null

0 commit comments

Comments
 (0)