diff options
author | skacheev <skacheev@yandex-team.ru> | 2022-02-10 16:47:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:06 +0300 |
commit | 4059c9a907018cf424034bc14dd08d5f017e963b (patch) | |
tree | b83306b6e37edeea782e9eed673d89286c4fef35 /build | |
parent | 8236d1ded1f6979f08f9f04ad0affe4633df098c (diff) | |
download | ydb-4059c9a907018cf424034bc14dd08d5f017e963b.tar.gz |
Restoring authorship annotation for <skacheev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/rules/go/vendor.policy | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index e6c4ba6797..3e9c0acada 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -587,7 +587,7 @@ ALLOW .* -> vendor/github.com/pariz/gountries # CONTRIB-1630- Go binding for qemu/qmp runtime ALLOW .* -> vendor/github.com/intel/govmm/qemu -# CONTRIB-1650 golang ftp server library with a sample implementation +# CONTRIB-1650 golang ftp server library with a sample implementation ALLOW .* -> vendor/github.com/fclairamb/ftpserver # CONTRIB-1647 golang binlog replication implementation @@ -598,9 +598,9 @@ ALLOW .* -> vendor/github.com/siddontang/go-mysql/mysql # CONTRIB-1849 binding to internal log for binlog replication ALLOW library/go/core/log/compat/golog -> vendor/github.com/siddontang/go-log/log -# CONTRIB-1656 golang sftp server library -ALLOW .* -> vendor/github.com/pkg/sftp - +# CONTRIB-1656 golang sftp server library +ALLOW .* -> vendor/github.com/pkg/sftp + # CONTRIB-1670 ALLOW .* -> vendor/github.com/soniah/gosnmp @@ -705,9 +705,9 @@ ALLOW .* -> vendor/github.com/andybalholm/brotli # CONTRIB-2081 BTree implementation for Go ALLOW .* -> vendor/github.com/google/btree -# CONTRIB-2136 simple lexer for go, it's like shlex.py with whitespace_split=True -ALLOW .* -> vendor/github.com/google/shlex - +# CONTRIB-2136 simple lexer for go, it's like shlex.py with whitespace_split=True +ALLOW .* -> vendor/github.com/google/shlex + # CONTRIB-2084 Word transformation ALLOW .* -> vendor/github.com/jinzhu/inflection # |