@ -14,23 +14,30 @@ REPOSITORY_LOCATIONS_SPEC = dict(
project_name = " protoc-gen-validate (PGV) " ,
project_name = " protoc-gen-validate (PGV) " ,
project_desc = " protoc plugin to generate polyglot message validators " ,
project_desc = " protoc plugin to generate polyglot message validators " ,
project_url = " https://github.com/envoyproxy/protoc-gen-validate " ,
project_url = " https://github.com/envoyproxy/protoc-gen-validate " ,
version = " 278964a8052f96a2f514add0298098f63fb7f47f " ,
version = " 1bcea29601b5624234a19b3d7f0ebd9e9984f583 " ,
sha256 = " e368733c9fb7f8489591ffaf269170d7658cc0cd1ee322b601512b769446d3c8 " ,
sha256 = " 2062bbe50eddf3c98490339721fb02b5b5cd78f610f163b98bbf95ba7105553f " ,
strip_prefix = " protoc-gen-validate- {version} " ,
strip_prefix = " protoc-gen-validate- {version} " ,
urls = [ " https://github.com/envoyproxy/protoc-gen-validate/archive/ {version} .tar.gz " ] ,
urls = [ " https://github.com/envoyproxy/protoc-gen-validate/archive/ {version} .tar.gz " ] ,
release_date = " 2020-06-08 " ,
release_date = " 2020-11-30 " ,
use_category = [ " api " ] ,
use_category = [ " api " ] ,
implied_untracked_deps = [
" com_github_iancoleman_strcase " ,
" com_github_lyft_protoc_gen_star " ,
" com_github_spf13_afero " ,
" org_golang_google_genproto " ,
" org_golang_x_text " ,
] ,
) ,
) ,
com_github_cncf_udpa = dict (
com_github_cncf_udpa = dict (
project_name = " xDS API " ,
project_name = " xDS API " ,
project_desc = " xDS API Working Group (xDS-WG) " ,
project_desc = " xDS API Working Group (xDS-WG) " ,
project_url = " https://github.com/cncf/udpa " ,
project_url = " https://github.com/cncf/udpa " ,
# During the UDPA -> xDS migration, we aren't working with releases.
# During the UDPA -> xDS migration, we aren't working with releases.
version = " 5459f2c994033b0afed7e4a70ac7e90c90c1ffee " ,
version = " cc1b757b3eddccaaaf0743cbb107742bb7e3ee4f " ,
sha256 = " c1f5c2438cf725b5f66aa4210dbc4bb691020c5ed4f64d2bc6638b06a11482f1 " ,
sha256 = " 822a007cf155855d0c08a2e753a39e222e5816b904436196244066a818a8a230 " ,
strip_prefix = " udpa- {version} " ,
strip_prefix = " udpa- {version} " ,
urls = [ " https://github.com/cncf/udpa/archive/ {version} .tar.gz " ] ,
urls = [ " https://github.com/cncf/udpa/archive/ {version} .tar.gz " ] ,
release_date = " 2020-11-20 " ,
release_date = " 2020-12-11 " ,
use_category = [ " api " ] ,
use_category = [ " api " ] ,
) ,
) ,
com_github_openzipkin_zipkinapi = dict (
com_github_openzipkin_zipkinapi = dict (