diff options
author | ival83 <ival83@yandex-team.ru> | 2022-02-10 16:48:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:43 +0300 |
commit | fb3cb4186dd40f50bd1d1ab337f6fead3269547c (patch) | |
tree | dec644cb1a2f811436aad546f464a5c2f73e01df /build | |
parent | b74c16abd264d7a738bce3733832ce988b28efc4 (diff) | |
download | ydb-fb3cb4186dd40f50bd1d1ab337f6fead3269547c.tar.gz |
Restoring authorship annotation for <ival83@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/rules/go/vendor.policy | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 3e9c0acada..446c5e1e59 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -528,9 +528,9 @@ ALLOW .* -> vendor/github.com/golang/groupcache # Mocking framework for go. ALLOW .* -> vendor/github.com/golang/mock -# Go load generator. Can be used as library for custom load tools. CONTRIB-1420 -ALLOW .* -> vendor/github.com/yandex/pandora - +# Go load generator. Can be used as library for custom load tools. CONTRIB-1420 +ALLOW .* -> vendor/github.com/yandex/pandora + # CONTRIB-1450 Apple notifcation service client ALLOW .* -> vendor/github.com/sideshow/apns2 |