diff options
author | nkhitrov <nkhitrov@yandex-team.ru> | 2022-02-10 16:51:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:12 +0300 |
commit | d62c3df554c1507a9cdb4eff97d2af23b2cc985a (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 1a7eb8d6e23d02c46ebc84a363abc110a6d99096 (diff) | |
download | ydb-d62c3df554c1507a9cdb4eff97d2af23b2cc985a.tar.gz |
Restoring authorship annotation for <nkhitrov@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/rules/go/contrib.policy | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/build/rules/go/contrib.policy b/build/rules/go/contrib.policy index 3d26ec2306..1c7810e2bc 100644 --- a/build/rules/go/contrib.policy +++ b/build/rules/go/contrib.policy @@ -16,18 +16,18 @@ ALLOW contrib/go/patched/m3u8/example -> contrib/go/patched/m3u8 # Moved to contrib/go, because library is not go-gettable. ALLOW yabs/telephony/platform/internal/rtp -> contrib/go/GoRTP -# STRM-4414. responsible: nkhitrov@, g:strm-admin -ALLOW strm/gorshok -> contrib/go/patched/gobgp -ALLOW contrib/go/patched/gobgp -> contrib/go/patched/gobgp -ALLOW contrib/go/patched/gobgp -> vendor/github.com/sirupsen/logrus -ALLOW contrib/go/patched/gobgp -> vendor/github.com/eapache/channels -ALLOW contrib/go/patched/gobgp -> vendor/github.com/dgryski/go-farm -ALLOW contrib/go/patched/gobgp -> vendor/github.com/google/uuid -ALLOW contrib/go/patched/gobgp -> vendor/github.com/spf13/viper -ALLOW contrib/go/patched/gobgp -> vendor/github.com/k-sone/critbitgo -ALLOW contrib/go/patched/gobgp -> vendor/github.com/coreos/go-systemd/daemon -ALLOW contrib/go/patched/gobgp -> vendor/github.com/jessevdk/go-flags -ALLOW contrib/go/patched/gobgp -> vendor/github.com/kr/pretty -ALLOW contrib/go/patched/gobgp -> vendor/github.com/go-test/deep - +# STRM-4414. responsible: nkhitrov@, g:strm-admin +ALLOW strm/gorshok -> contrib/go/patched/gobgp +ALLOW contrib/go/patched/gobgp -> contrib/go/patched/gobgp +ALLOW contrib/go/patched/gobgp -> vendor/github.com/sirupsen/logrus +ALLOW contrib/go/patched/gobgp -> vendor/github.com/eapache/channels +ALLOW contrib/go/patched/gobgp -> vendor/github.com/dgryski/go-farm +ALLOW contrib/go/patched/gobgp -> vendor/github.com/google/uuid +ALLOW contrib/go/patched/gobgp -> vendor/github.com/spf13/viper +ALLOW contrib/go/patched/gobgp -> vendor/github.com/k-sone/critbitgo +ALLOW contrib/go/patched/gobgp -> vendor/github.com/coreos/go-systemd/daemon +ALLOW contrib/go/patched/gobgp -> vendor/github.com/jessevdk/go-flags +ALLOW contrib/go/patched/gobgp -> vendor/github.com/kr/pretty +ALLOW contrib/go/patched/gobgp -> vendor/github.com/go-test/deep + DENY .* -> contrib/go/patched/ |