diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-10-30 00:00:20 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-10-30 00:13:00 +0300 |
commit | a5ccb4774f6c95a582b43ed012b1ace61117fa2f (patch) | |
tree | 8f9f5641165dd12125f1042a1cb5aff93c6807dd | |
parent | c0831b65c047f0894f63562b9da3024dfa779baf (diff) | |
download | ydb-a5ccb4774f6c95a582b43ed012b1ace61117fa2f.tar.gz |
Intermediate changes
commit_hash:6f993565b395ee3cc421930b59f57c5c2f3781af
-rw-r--r-- | vendor/github.com/spf13/cobra/ya.make | 2 | ||||
-rw-r--r-- | vendor/github.com/spf13/pflag/ya.make | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/spf13/cobra/ya.make b/vendor/github.com/spf13/cobra/ya.make index 4242c95a67..2d15e11c9b 100644 --- a/vendor/github.com/spf13/cobra/ya.make +++ b/vendor/github.com/spf13/cobra/ya.make @@ -2,6 +2,8 @@ GO_LIBRARY() LICENSE(Apache-2.0) +VERSION(v1.8.1) + SRCS( active_help.go args.go diff --git a/vendor/github.com/spf13/pflag/ya.make b/vendor/github.com/spf13/pflag/ya.make index 095b7a2b45..c40c23cce9 100644 --- a/vendor/github.com/spf13/pflag/ya.make +++ b/vendor/github.com/spf13/pflag/ya.make @@ -2,6 +2,8 @@ GO_LIBRARY() LICENSE(BSD-3-Clause) +VERSION(v1.0.6-0.20201009195203-85dd5c8bc61c) + SRCS( bool.go bool_slice.go |