bazel: update xds to include go_package annotations (#18378)

Signed-off-by: Keith Smiley <keithbsmiley@gmail.com>

Mirrored from https://github.com/envoyproxy/envoy @ 62f5eb3a14f8fa9d04a24b8f7796baf0b1f01091
pull/624/head
data-plane-api(Azure Pipelines) 3 years ago
parent 24c2d561db
commit eabac60c16
  1. 6
      bazel/repository_locations.bzl

@ -44,9 +44,9 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_desc = "xDS API Working Group (xDS-WG)",
project_url = "https://github.com/cncf/xds",
# During the UDPA -> xDS migration, we aren't working with releases.
version = "25de7278fc844d392d607214f36dbedf50f167ee",
sha256 = "4107d57fbfb0d1a20a191c4eac59579ec029242928ea0c75d0e42728380cf369",
release_date = "2021-09-22",
version = "01bcc9b48dfec9ddf68b50b3e3bbee830da9c3ae",
sha256 = "582f4453f515f15a035a18f15a3c31aa2cee3637a137c05ff6bdbe9e9b6d762a",
release_date = "2021-10-01",
strip_prefix = "xds-{version}",
urls = ["https://github.com/cncf/xds/archive/{version}.tar.gz"],
use_category = ["api"],

Loading…
Cancel
Save