diff options
| -rw-r--r-- | build/rules/go/vendor.policy | 6 | ||||
| -rw-r--r-- | contrib/python/ya.make | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 3e9c0acadaa..01f9c252e36 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -443,9 +443,9 @@ ALLOW .* -> vendor/google.golang.org/genproto/googleapis/type # Usefull GRPC interceptors ALLOW .* -> vendor/github.com/grpc-ecosystem/go-grpc-middleware -# GRPC Intercaptors for Prometheus monitoring -ALLOW .* -> vendor/github.com/grpc-ecosystem/go-grpc-prometheus - +# GRPC Intercaptors for Prometheus monitoring +ALLOW .* -> vendor/github.com/grpc-ecosystem/go-grpc-prometheus + # Protobuf and gRPC reflection ALLOW .* -> vendor/github.com/jhump/protoreflect diff --git a/contrib/python/ya.make b/contrib/python/ya.make index d01ced9f3aa..bb8e76f067b 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -735,7 +735,7 @@ RECURSE( pem pexpect pgcli - PGPy + PGPy pgspecial phonenumbers pickleshare |
