diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /build/rules/go/vendor.policy | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/rules/go/vendor.policy')
-rw-r--r-- | build/rules/go/vendor.policy | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 3e9c0acada..09b01c9b89 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -486,12 +486,12 @@ ALLOW .* -> vendor/github.com/shirou/gopsutil/v3 # Go Imagick is a Go bind to ImageMagick's MagickWand C API ALLOW .* -> vendor/gopkg.in/gographics/imagick.v2 -# fixed-size thread safe LRU cache -ALLOW .* -> vendor/github.com/hashicorp/golang-lru - -# A wrapper around os/exec.Cmd to run external commands asynchronously (for Linux and macOS) +# fixed-size thread safe LRU cache +ALLOW .* -> vendor/github.com/hashicorp/golang-lru + +# A wrapper around os/exec.Cmd to run external commands asynchronously (for Linux and macOS) ALLOW .* -> vendor/github.com/go-cmd/cmd - + # NVIDIA Management Library (NVML) is a C-based API for monitoring and managing NVIDIA GPU devices (for Linux only) ALLOW .* -> vendor/github.com/NVIDIA/gpu-monitoring-tools/bindings/go |