diff options
author | a-shch <a-shch@yandex-team.ru> | 2022-02-10 16:51:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:31 +0300 |
commit | 4a63b8fd1e8475b087eac190a9022c0eaa1fc0fd (patch) | |
tree | be7b97566db62e2e353d4a0a1885c9e797c071d1 /build | |
parent | 1cba5ee9c548bd5991f088548aee647b75c19ad5 (diff) | |
download | ydb-4a63b8fd1e8475b087eac190a9022c0eaa1fc0fd.tar.gz |
Restoring authorship annotation for <a-shch@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..a0dd0f336a 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -749,9 +749,9 @@ ALLOW .* -> vendor/github.com/google/go-tpm/tpmutil # CONTRIB-2165: Go-bindings for using parsers generated by ANTLR4 ALLOW .* -> vendor/github.com/antlr/antlr4/runtime/Go/antlr -# CONTRIB-2216: CGO-based library for fast ZSTD compression and decompression. -ALLOW .* -> vendor/github.com/DataDog/zstd - +# CONTRIB-2216: CGO-based library for fast ZSTD compression and decompression. +ALLOW .* -> vendor/github.com/DataDog/zstd + # CONTRIB-2234 ALLOW .* -> vendor/github.com/google/gopacket |