| # Copyright 2025 The Chromium Authors. All rights reserved. | 
 | # Use of this source code is governed by a BSD-style license that can be | 
 | # found in the LICENSE file. | 
 |  | 
 | module(name = "quiche") | 
 |  | 
 | # Last updated 2025-09-09 | 
 | bazel_dep(name = "bazel_skylib", version = "1.8.1") | 
 |  | 
 | # Last updated 2025-09-09 | 
 | bazel_dep(name = "rules_cc", version = "0.2.4") | 
 |  | 
 | # Last updated 2025-09-09 | 
 | bazel_dep(name = "abseil-cpp", version = "20250814.0", repo_name = "com_google_absl") | 
 |  | 
 | # Last updated 2025-05-29 | 
 | bazel_dep(name = "protobuf", version = "31.1", repo_name = "com_google_protobuf") | 
 |  | 
 | # Last updated 2025-05-01 | 
 | bazel_dep(name = "boringssl", version = "0.20250415.0") | 
 |  | 
 | # Last updated 2025-02-25 | 
 | bazel_dep(name = "googletest", version = "1.16.0", repo_name = "com_google_googletest") | 
 |  | 
 | # Last updated 2025-02-25 | 
 | bazel_dep(name = "re2", version = "2024-07-02.bcr.1") | 
 |  | 
 | # Last updated 2025-02-25 | 
 | bazel_dep(name = "zlib", version = "1.3.1.bcr.5") | 
 |  | 
 | # Last updated 2025-09-09 | 
 | bazel_dep(name = "fuzztest", version = "20250805.0") | 
 |  | 
 | # Prevent fuzztest from pulling in a version of riegeli with compilation errors | 
 | # (riegeli version "0.0.0-20240606-973b6f0"). | 
 | bazel_dep(name = "riegeli", version = "0.0.0-20241218-3385e3c") | 
 |  | 
 | http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") | 
 |  | 
 | http_archive( | 
 |     name = "com_google_quic_trace", | 
 |     sha256 = "b61b1e0f6fbfd531ca9831267930308a0697e3f1df8ec442b09a487602038562",  # Last updated 2025-10-14 | 
 |     strip_prefix = "quic-trace-ad07bb1957d47b596654f4a7003eec80166372af", | 
 |     urls = ["https://github.com/google/quic-trace/archive/ad07bb1957d47b596654f4a7003eec80166372af.tar.gz"], | 
 | ) | 
 |  | 
 | http_archive( | 
 |     name = "com_google_googleurl", | 
 |     sha256 = "1d2c507cc31e109ecb41ba1fe766f5ff0f5974c3ba8d0919b3d22668f7e89305",  # Last updated 2023-07-06 | 
 |     urls = ["https://storage.googleapis.com/quiche-envoy-integration/googleurl-5573f9aa120f3fbd378ca1b2565bbf7d223cd542.tar.gz"], | 
 | ) |