blob: f904dfd5aeaaeed5a364ab77339a391a15f47cc0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
GO_LIBRARY()
LICENSE(MIT)
VERSION(v1.5.1)
SRCS(
extensions.go
)
END()
RECURSE(
envoyproxy_validate
google_api_http
lyft_validate
validator_field
)
|