From c9856c186f89939210d192809e5fe102fdcec504 Mon Sep 17 00:00:00 2001 From: Kyle Myerson Date: Wed, 10 Jan 2018 17:50:52 -0500 Subject: [PATCH] build: update data-plane-api to 90698c6 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(