diff options
author | svidyuk <svidyuk@yandex-team.com> | 2024-11-07 05:49:57 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.com> | 2024-11-07 06:02:07 +0300 |
commit | c3aec4b741e41998e2f9c0fd33d60db563bb7eb3 (patch) | |
tree | d5bdb939dbbad81a8356df89a2dec5deb0013920 | |
parent | 2661be00f3bc47590fda9218bf0386d6355c8c88 (diff) | |
download | ydb-c3aec4b741e41998e2f9c0fd33d60db563bb7eb3.tar.gz |
Revert commit rXXXXXX,Extract Go lib version from yo
Proper solution is implemented here:
Heuristic searching of version from yo tool json file is not needed anymore.
commit_hash:b1e84226e5379c4cfc5d2451d84c80502a795364
-rw-r--r-- | build/conf/go.conf | 1 | ||||
-rw-r--r-- | vendor/github.com/spf13/cobra/.yo.snapshot.json | 75 | ||||
-rw-r--r-- | vendor/github.com/spf13/pflag/.yo.snapshot.json | 44 |
3 files changed, 0 insertions, 120 deletions
diff --git a/build/conf/go.conf b/build/conf/go.conf index 85eb4b37c6..ab87169dd4 100644 --- a/build/conf/go.conf +++ b/build/conf/go.conf @@ -817,7 +817,6 @@ module GO_LIBRARY: _GO_BASE_UNIT { SET(MODULE_TYPE LIBRARY) SET(PEERDIR_TAGS GO GO_PROTO GO_FBS __EMPTY__ RESOURCE_LIB PACKAGE_UNION) - _MAKEFILE_INCLUDE_LIKE_DEPS+=.yo.snapshot.json MODULE_SUFFIX=.a } diff --git a/vendor/github.com/spf13/cobra/.yo.snapshot.json b/vendor/github.com/spf13/cobra/.yo.snapshot.json deleted file mode 100644 index 595b4ffca5..0000000000 --- a/vendor/github.com/spf13/cobra/.yo.snapshot.json +++ /dev/null @@ -1,75 +0,0 @@ -{ - "Version": "v1.8.1", - "GoVersion": "1.15", - "Sum": "h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=", - "Packages": { - "github.com/spf13/cobra": { - "Imports": [ - "bytes", - "context", - "errors", - "fmt", - "github.com/inconshreveable/mousetrap", - "github.com/spf13/pflag", - "io", - "os", - "path/filepath", - "reflect", - "regexp", - "sort", - "strconv", - "strings", - "sync", - "text/template", - "time", - "unicode" - ], - "TestImports": [ - "bytes", - "context", - "errors", - "fmt", - "github.com/spf13/pflag", - "io", - "os", - "os/exec", - "path/filepath", - "reflect", - "regexp", - "strings", - "sync", - "testing", - "text/template" - ] - }, - "github.com/spf13/cobra/doc": { - "Imports": [ - "bytes", - "fmt", - "github.com/cpuguy83/go-md2man/v2/md2man", - "github.com/spf13/cobra", - "github.com/spf13/pflag", - "gopkg.in/yaml.v3", - "io", - "os", - "path/filepath", - "sort", - "strconv", - "strings", - "time" - ], - "TestImports": [ - "bufio", - "bytes", - "fmt", - "github.com/spf13/cobra", - "github.com/spf13/cobra/doc", - "io/ioutil", - "os", - "path/filepath", - "strings", - "testing" - ] - } - } -}
\ No newline at end of file diff --git a/vendor/github.com/spf13/pflag/.yo.snapshot.json b/vendor/github.com/spf13/pflag/.yo.snapshot.json deleted file mode 100644 index 40b89fd397..0000000000 --- a/vendor/github.com/spf13/pflag/.yo.snapshot.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "Version": "v1.0.6-0.20201009195203-85dd5c8bc61c", - "GoVersion": "1.12", - "Sum": "h1:zqmyTlQyufRC65JnImJ6H1Sf7BDj8bG31EV919NVEQc=", - "Packages": { - "github.com/spf13/pflag": { - "Imports": [ - "bytes", - "encoding/base64", - "encoding/csv", - "encoding/hex", - "errors", - "flag", - "fmt", - "io", - "net", - "os", - "reflect", - "sort", - "strconv", - "strings", - "time" - ], - "TestImports": [ - "bytes", - "encoding/base64", - "encoding/csv", - "flag", - "fmt", - "github.com/spf13/pflag", - "io", - "io/ioutil", - "net", - "os", - "reflect", - "sort", - "strconv", - "strings", - "testing", - "time" - ] - } - } -}
\ No newline at end of file |