[xDS Proto] Update Bazel build dependencies for Envoy API (#29219)
* [xDS Proto] Update Bazel build dependencies for Envoy API * Remove protoc_gen_validate as a submodule * Remove unused importpull/29251/head
parent
44167bdfd3
commit
af97f15b9d
6 changed files with 38 additions and 18 deletions
@ -1 +0,0 @@ |
||||
Subproject commit 59da36e59fef2267fc2b1849a05159e3ecdf24f3 |
@ -0,0 +1,14 @@ |
||||
index 5b2443d..c26a9dd 100644
|
||||
--- a/dependencies.bzl
|
||||
+++ b/dependencies.bzl
|
||||
@@ -104,8 +104,8 @@ def go_third_party():
|
||||
go_repository(
|
||||
name = "org_golang_google_protobuf",
|
||||
importpath = "google.golang.org/protobuf",
|
||||
- sum = "h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk=",
|
||||
- version = "v1.27.1",
|
||||
+ sum = "h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw=",
|
||||
+ version = "v1.28.0",
|
||||
)
|
||||
go_repository(
|
||||
name = "org_golang_x_crypto",
|
Loading…
Reference in new issue