Skip to content

Commit

Permalink
deps: update PGV (#14571)
Browse files Browse the repository at this point in the history
Specifically interested in
bufbuild/protoc-gen-validate@872b28c
which reduces the startup cost on golang

Signed-off-by: John Howard <howardjohn@google.com>
  • Loading branch information
howardjohn authored Jan 6, 2021
1 parent d0d926f commit 4cb14ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions api/bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = "protoc-gen-validate (PGV)",
project_desc = "protoc plugin to generate polyglot message validators",
project_url = "https://github.com/envoyproxy/protoc-gen-validate",
version = "1bcea29601b5624234a19b3d7f0ebd9e9984f583",
sha256 = "2062bbe50eddf3c98490339721fb02b5b5cd78f610f163b98bbf95ba7105553f",
version = "872b28c457822ed9c2a5405da3c33f386ac0e86f",
sha256 = "388ea2261bc1d2c6ef6ec01bfaa3aec451aedb245e23514033ccc9b5cc10c4ab",
strip_prefix = "protoc-gen-validate-{version}",
urls = ["https://github.com/envoyproxy/protoc-gen-validate/archive/{version}.tar.gz"],
release_date = "2020-11-30",
release_date = "2021-01-05",
use_category = ["api"],
implied_untracked_deps = [
"com_github_iancoleman_strcase",
Expand Down
6 changes: 3 additions & 3 deletions generated_api_shadow/bazel/repository_locations.bzl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4cb14ea

Please sign in to comment.