diff options
author | toshik <toshik@yandex-team.ru> | 2022-02-10 16:46:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:01 +0300 |
commit | ed935c8a4c7e6ca561c19047402b0f7442175b51 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/rules | |
parent | 4b88481f8cd78b4d6e192249db3e6ab984cbea14 (diff) | |
download | ydb-ed935c8a4c7e6ca561c19047402b0f7442175b51.tar.gz |
Restoring authorship annotation for <toshik@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/go/vendor.policy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 81102fa190..3e9c0acada 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -710,10 +710,10 @@ ALLOW .* -> vendor/github.com/google/shlex # CONTRIB-2084 Word transformation ALLOW .* -> vendor/github.com/jinzhu/inflection -# -# CONTRIB-2069 -ALLOW .* -> vendor/github.com/coredhcp/coredhcp -ALLOW .* -> vendor/github.com/insomniacslk/dhcp +# +# CONTRIB-2069 +ALLOW .* -> vendor/github.com/coredhcp/coredhcp +ALLOW .* -> vendor/github.com/insomniacslk/dhcp # CONTRIB-2094 ALLOW .* -> vendor/github.com/osrg/gobgp |