diff options
author | deniskuzin <deniskuzin@yandex-team.ru> | 2022-02-10 16:48:32 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:32 +0300 |
commit | e59a1943f7186ee74dc566ed280f22359244f6c7 (patch) | |
tree | 2abc4eac61c7beacbbb932ae95800bd40da1475e /build | |
parent | 7b3ba0a5dd7cf2558a8b28d3c5e96e1ff286da40 (diff) | |
download | ydb-e59a1943f7186ee74dc566ed280f22359244f6c7.tar.gz |
Restoring authorship annotation for <deniskuzin@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..3967f65b32 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1029,9 +1029,9 @@ ALLOW infra/infractl/.* -> vendor/github.com/google/gnostic/openapiv3 ALLOW infra/infractl/.* -> vendor/github.com/google/gnostic/compiler ALLOW infra/infractl/.* -> vendor/gopkg.in/yaml.v3 -# CONTRIB-2445 -ALLOW psp -> vendor/github.com/zimmski/go-mutesting - +# CONTRIB-2445 +ALLOW psp -> vendor/github.com/zimmski/go-mutesting + # CONTRIB-2460 ALLOW .* -> vendor/github.com/dgraph-io/ristretto |