diff --git a/README.md b/README.md
index c395484e..a04c60c7 100644
--- a/README.md
+++ b/README.md
@@ -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
- googleapis/googleapis |
+| cncf/xds | https://github.com/cncf/xds | - envoyproxy/protoc-gen-validate
- google/cel-spec
- googleapis/googleapis |
| envoyproxy/envoy | https://github.com/envoyproxy/envoy | - cncf/xds
- envoyproxy/protoc-gen-validate
- googleapis/googleapis
- opencensus/opencensus
- opentelemetry/opentelemetry
- prometheus/client-model |
| envoyproxy/protoc-gen-validate | https://github.com/envoyproxy/protoc-gen-validate | |
| gogo/protobuf | https://github.com/gogo/protobuf | |
diff --git a/modules/static/cncf/xds/buf.yaml b/modules/static/cncf/xds/buf.yaml
index 81701c10..071d22a8 100644
--- a/modules/static/cncf/xds/buf.yaml
+++ b/modules/static/cncf/xds/buf.yaml
@@ -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
diff --git a/scripts/fetch.sh b/scripts/fetch.sh
index 213a941b..e0fd18ab 100755
--- a/scripts/fetch.sh
+++ b/scripts/fetch.sh
@@ -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