diff options
author | olegsenin <olegsenin@yandex-team.ru> | 2022-02-10 16:48:51 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:51 +0300 |
commit | 25305e90ccbab5d9a2bfec77efe6a0490d142eaa (patch) | |
tree | d113cc79106a2d1bff3961f2b073daf2bda41fd6 /build/rules | |
parent | 1be5c19262dcd879ca765fc726a8a8e17cb525f8 (diff) | |
download | ydb-25305e90ccbab5d9a2bfec77efe6a0490d142eaa.tar.gz |
Restoring authorship annotation for <olegsenin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/go/vendor.policy | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 3e9c0acada..c842f6acbc 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -560,12 +560,12 @@ ALLOW .* -> vendor/github.com/alecthomas/participle # CONTRIB-1539 staticcheck ALLOW library/go/yolint -> vendor/honnef.co/go/tools -# CONTRIB-1542 Simple netlink library for go. -ALLOW .* -> vendor/github.com/vishvananda/netlink - -# CONTRIB-1542 Simple network namespace handling for go. -ALLOW .* -> vendor/github.com/vishvananda/netns - +# CONTRIB-1542 Simple netlink library for go. +ALLOW .* -> vendor/github.com/vishvananda/netlink + +# CONTRIB-1542 Simple network namespace handling for go. +ALLOW .* -> vendor/github.com/vishvananda/netns + # CONTRIB-1545 Go bindings for creating BPF programs. ALLOW .* -> vendor/github.com/iovisor/gobpf |