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 | 6f21fbba5e7d0f6a59b0eefbf3a8e79a0581fc54 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /build/rules | |
parent | 4a63b8fd1e8475b087eac190a9022c0eaa1fc0fd (diff) | |
download | ydb-6f21fbba5e7d0f6a59b0eefbf3a8e79a0581fc54.tar.gz |
Restoring authorship annotation for <a-shch@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules')
-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 a0dd0f336a..3e9c0acada 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 |