aboutsummaryrefslogtreecommitdiff
path: root/xds/third_party/protoc-gen-validate/LICENSE
AgeCommit message (Collapse)Author
2020-03-27xds: rollback PGV dependency from using maven artifact to importing proto sourceZHANG Dapeng
PGV is adding new fields (`well_known_regex` and `strict`) to proto and some of our new features require the most current envoy API which in turn requires the new fields in latest PGV proto (https://github.com/envoyproxy/envoy/blob/master/api/envoy/api/v2/core/base.proto#L251), but they are not available in the latest PGV maven release.
2019-09-23xds: use PGV dependency from maven artifactZHANG Dapeng
Resolves #6016
2018-12-17xds: import xds service protosZHANG Dapeng
All files other than the following are generated by `import.sh`. ``` settings.gradle xds/build.gradle xds/third_party/envoy/import.sh xds/third_party/protoc-gen-validate/import.sh ```