From cb1025586de7b1c77a0c89959046428bf6daa5bf Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Wed, 31 Jul 2019 02:55:17 +0000 Subject: [PATCH] Fix missing annotation in http_uri.proto (#7769) Description: Fix missing gogo annotation. The file-level `equal_all` annotation was missing in one of the files and failed to compile in go-control-plane. https://github.com/envoyproxy/go-control-plane/pull/201 Risk Level: Low Testing: go-control-plane Docs Changes: N/A Release Notes: N/A Signed-off-by: Shriram Rajagopalan Mirrored from https://github.com/envoyproxy/envoy @ bdd6788f1e01787d015eabd9902f4b565e5dea98 --- envoy/api/v2/core/http_uri.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/envoy/api/v2/core/http_uri.proto b/envoy/api/v2/core/http_uri.proto index 21c66c7fa..4c7a594f0 100644 --- a/envoy/api/v2/core/http_uri.proto +++ b/envoy/api/v2/core/http_uri.proto @@ -11,6 +11,8 @@ import "gogoproto/gogo.proto"; import "validate/validate.proto"; +option (gogoproto.equal_all) = true; + // [#protodoc-title: HTTP Service URI ] // Envoy external URI descriptor