diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-14 20:29:55 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-14 20:29:55 +0300 |
commit | 7a5c0c036c26861a49af175b662464b62f3cfb9b (patch) | |
tree | a27043561304e41d1babca82b7e0df462c94caf6 /build | |
parent | 37fa27eedb4ff54da776b751356b9b4cce2a6961 (diff) | |
download | ydb-7a5c0c036c26861a49af175b662464b62f3cfb9b.tar.gz |
intermediate changes
ref:f96472defb73839a1536f383c0584c0133a038bc
Diffstat (limited to 'build')
-rw-r--r-- | build/rules/go/vendor.policy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index e6b775f999..17a2f5db19 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1071,6 +1071,9 @@ DENY .* -> vendor/github.com/anatol/luks.go;test DENY .* -> vendor/github.com/anatol/vmtest;test DENY .* -> vendor/github.com/anatol/devmapper.go;test +# CONTRIB-2498 +ALLOW .* -> vendor/github.com/fatih/color + # # This section is for EXCEPTIONS. Add new rule above, not here. # |