Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We currently sync automatically the following modules:
| bufbuild/confluent | https://github.com/bufbuild/confluent-proto | |
| bufbuild/protovalidate | https://github.com/bufbuild/protovalidate | |
| bufbuild/protovalidate-testing | https://github.com/bufbuild/protovalidate | - bufbuild/protovalidate |
| cncf/xds | https://github.com/cncf/xds | - envoyproxy/protoc-gen-validate<br>- googleapis/googleapis |
| cncf/xds | https://github.com/cncf/xds | - envoyproxy/protoc-gen-validate<br>- google/cel-spec<br>- googleapis/googleapis |
| envoyproxy/envoy | https://github.com/envoyproxy/envoy | - cncf/xds<br>- envoyproxy/protoc-gen-validate<br>- googleapis/googleapis<br>- opencensus/opencensus<br>- opentelemetry/opentelemetry<br>- prometheus/client-model |
| envoyproxy/protoc-gen-validate | https://github.com/envoyproxy/protoc-gen-validate | |
| gogo/protobuf | https://github.com/gogo/protobuf | |
Expand Down
1 change: 1 addition & 0 deletions modules/static/cncf/xds/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ version: v1
name: buf.build/cncf/xds
deps:
- buf.build/envoyproxy/protoc-gen-validate
- buf.build/google/cel-spec
- buf.build/googleapis/googleapis
3 changes: 1 addition & 2 deletions scripts/fetch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ trap cleanup EXIT
sync_references commits bufbuild confluent https://github.com/bufbuild/confluent-proto
sync_references releases bufbuild protovalidate https://github.com/bufbuild/protovalidate proto/protovalidate
sync_references releases bufbuild protovalidate-testing https://github.com/bufbuild/protovalidate proto/protovalidate-testing
# TODO: reenable once the new dep is also synced https://github.com/bufbuild/modules/issues/339
# sync_references commits cncf xds https://github.com/cncf/xds
sync_references commits cncf xds https://github.com/cncf/xds
sync_references commits envoyproxy envoy https://github.com/envoyproxy/envoy api
sync_references commits envoyproxy protoc-gen-validate https://github.com/envoyproxy/protoc-gen-validate
sync_references commits gogo protobuf https://github.com/gogo/protobuf
Expand Down