deps: Bump `com_envoyproxy_protoc_gen_validate` -> 1.0.1 (#27480)

Signed-off-by: Ryan Northey <ryan@synca.io>

Mirrored from https://github.com/envoyproxy/envoy @ 071ff2ce42dce7704fde5092d4e1aafd4c9e391c
pull/626/head
data-plane-api(Azure Pipelines) 2 years ago
parent 4736d44aeb
commit 0c82544905
  1. 6
      bazel/repository_locations.bzl

@ -17,11 +17,11 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_desc = "protoc plugin to generate polyglot message validators",
project_url = "https://github.com/bufbuild/protoc-gen-validate",
use_category = ["api"],
sha256 = "f2c0f71591052f50d25745b2bcef2c3968e70474e70e84a19443d387bc40c31d",
version = "0.10.1",
sha256 = "f1ec013cfdfffa7a17d75b55d41265dad47d24e0e9d86c02311562e15be52da9",
version = "1.0.1",
urls = ["https://github.com/bufbuild/protoc-gen-validate/archive/refs/tags/v{version}.zip"],
strip_prefix = "protoc-gen-validate-{version}",
release_date = "2023-03-20",
release_date = "2023-05-09",
implied_untracked_deps = [
"com_github_iancoleman_strcase",
"com_github_lyft_protoc_gen_star",

Loading…
Cancel
Save