diff options
| author | sgulyaevsky <[email protected]> | 2022-02-10 16:51:20 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:20 +0300 |
| commit | 5ed35307dbef040a64678e9b8acb9cc23fed84dd (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
| parent | 043110fee5204310f20503c185e50390e1145766 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
| -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 5ec12fdf279..3e9c0acadaa 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -7,9 +7,9 @@ ALLOW vendor/ -> .* # CONTRIB-2451 ALLOW .* -> vendor/github.com/deepmap/oapi-codegen -# CONTRIB-2311 gossip discovery protocol implementation -ALLOW .* -> vendor/github.com/hashicorp/memberlist - +# CONTRIB-2311 gossip discovery protocol implementation +ALLOW .* -> vendor/github.com/hashicorp/memberlist + # CONTRIB-2177 testing helpers for terraform ALLOW .* -> vendor/github.com/gruntwork-io/terratest/modules/terraform |
