diff options
author | aduryagin <aduryagin@yandex-team.ru> | 2022-02-10 16:47:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:14 +0300 |
commit | 95d0a966fe71608aa1a667e87c7c8a805cd33172 (patch) | |
tree | 0fb1daade79eb236fb0efd6890b6f22905933d49 /build/rules/go/vendor.policy | |
parent | db76224f1d4870952f3191bf8da19b041e01259e (diff) | |
download | ydb-95d0a966fe71608aa1a667e87c7c8a805cd33172.tar.gz |
Restoring authorship annotation for <aduryagin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/rules/go/vendor.policy')
-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..ed11abab56 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -652,9 +652,9 @@ ALLOW .* -> vendor/github.com/minio/sha256-simd # CONTRIB-1979 command line editor with history ALLOW .* -> vendor/github.com/peterh/liner -# CONTRIB-1999 strongSwan vici client library -ALLOW .* -> vendor/github.com/strongswan/govici/vici - +# CONTRIB-1999 strongSwan vici client library +ALLOW .* -> vendor/github.com/strongswan/govici/vici + # CONTRIB-2002 A Go implementation of RTP ALLOW .* -> vendor/github.com/pion/rtp |