diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-21 19:32:54 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-21 19:32:54 +0300 |
commit | 2f0079f4dba621c768df7e1973769707189e3656 (patch) | |
tree | dd5e8c008ab9eef195592a1ee90389932752df19 | |
parent | da31d8464e4dd7b0e44b7b304c413ad8ca4ae084 (diff) | |
download | ydb-2f0079f4dba621c768df7e1973769707189e3656.tar.gz |
intermediate changes
ref:4d9a1cf58bea6fc2ccbb66306529ce71d9aa38d5
-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 77c12d833d..107e7a08ef 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1050,6 +1050,9 @@ ALLOW .* -> vendor/github.com/Azure/azure-sdk-for-go/profiles/latest/network/mgm # CONTRIB-2483 ALLOW .* -> vendor/github.com/hashicorp/hcl/v2 +# CONTRIB-2485 +ALLOW .* -> vendor/github.com/nxadm/tail + # # This section is for EXCEPTIONS. Add new rule above, not here. # |