diff options
| author | yanykin <[email protected]> | 2022-02-10 16:51:31 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:31 +0300 |
| commit | 1cba5ee9c548bd5991f088548aee647b75c19ad5 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
| parent | af08f9ac88a059d52bf23e1f2883114ec000d0e8 (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 20c35ec48e1..3e9c0acadaa 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -746,9 +746,9 @@ ALLOW .* -> vendor/github.com/jmespath/go-jmespath ALLOW .* -> vendor/github.com/google/go-tpm/tpm2 ALLOW .* -> vendor/github.com/google/go-tpm/tpmutil -# CONTRIB-2165: Go-bindings for using parsers generated by ANTLR4 -ALLOW .* -> vendor/github.com/antlr/antlr4/runtime/Go/antlr - +# CONTRIB-2165: Go-bindings for using parsers generated by ANTLR4 +ALLOW .* -> vendor/github.com/antlr/antlr4/runtime/Go/antlr + # CONTRIB-2216: CGO-based library for fast ZSTD compression and decompression. ALLOW .* -> vendor/github.com/DataDog/zstd |
