Skip to content
10 changes: 10 additions & 0 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -830,11 +830,21 @@ def _com_github_grpc_grpc():
actual = "@upb//:descriptor_upb_proto",
)

native.bind(
name = "upb_lib_descriptor_reflection",
actual = "@upb//:descriptor_upb_proto_reflection",
)

native.bind(
name = "upb_textformat_lib",
actual = "@upb//:textformat",
)

native.bind(
name = "upb_json_lib",
actual = "@upb//:json",
)

def _upb():
external_http_archive(name = "upb")

Expand Down
14 changes: 7 additions & 7 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "Abseil",
project_desc = "Open source collection of C++ libraries drawn from the most fundamental pieces of Google’s internal codebase",
project_url = "https://abseil.io/",
version = "5d8fc9192245f0ea67094af57399d7931d6bd53f",
sha256 = "e3812f256dd7347a33bf9d93a950cf356c61c0596842ff07d8154cd415145d83",
version = "17c954d90d5661e27db8fc5f086085690a8372d9",
sha256 = "2e4ace2ed32a4ccfd29e856ad72b4fd1eae2ec060d3ba8646857fa170d6e8269",
strip_prefix = "abseil-cpp-{version}",
urls = ["https://github.com/abseil/abseil-cpp/archive/{version}.tar.gz"],
use_category = ["dataplane_core", "controlplane"],
release_date = "2020-11-24",
release_date = "2021-06-03",
cpe = "N/A",
),
com_github_c_ares_c_ares = dict(
Expand Down Expand Up @@ -239,12 +239,12 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "gRPC",
project_desc = "gRPC C core library",
project_url = "https://grpc.io",
version = "1.34.0",
sha256 = "7372a881122cd85a7224435a1d58bc5e11c88d4fb98a64b83f36f3d1c2f16d39",
version = "a3ae8e00a2c5553c806e83fae83e33f0198913f0",
sha256 = "1ccc2056b68b81ada8df61310e03dfa0541c34821fd711654d0590a7321db9c8",
strip_prefix = "grpc-{version}",
urls = ["https://github.com/grpc/grpc/archive/v{version}.tar.gz"],
urls = ["https://github.com/grpc/grpc/archive/{version}.tar.gz"],
use_category = ["dataplane_core", "controlplane"],
release_date = "2020-12-02",
release_date = "2021-06-07",
cpe = "cpe:2.3:a:grpc:grpc:*",
),
com_github_luajit_luajit = dict(
Expand Down