From 940306b31827231eb22645f0dfc3576f7445495f Mon Sep 17 00:00:00 2001 From: kmyerson <31218245+kmyerson@users.noreply.github.com> Date: Wed, 10 Jan 2018 21:24:04 -0500 Subject: [PATCH] build: update data-plane-api to 90698c6 (#2344) Signed-off-by: Kyle Myerson --- bazel/repository_locations.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 06f7a3ef351d..9d462c04c843 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -71,7 +71,7 @@ REPOSITORY_LOCATIONS = dict( urls = ["https://github.com/google/protobuf/archive/v3.5.0.tar.gz"], ), envoy_api = dict( - commit = "b796da4964af6c332bd7d29ae4f08d0a98bf5352", + commit = "90698c63882c4ed02414afd6b5dd080a0437b397", remote = "https://github.com/envoyproxy/data-plane-api", ), grpc_httpjson_transcoding = dict(