diff options
author | buglloc <buglloc@yandex-team.com> | 2023-11-23 11:29:28 +0300 |
---|---|---|
committer | buglloc <buglloc@yandex-team.com> | 2023-11-23 12:36:20 +0300 |
commit | b8da8092625e192e8f1f7b11ea6a5ab33cb6aed7 (patch) | |
tree | 39a9f77d868f793cbe95bcf5cfeccc2906ecda9c /vendor/golang.org/x/text/cases/ya.make | |
parent | ccffd11087d1a5902a4665b97ff6a3dc645d3649 (diff) | |
download | ydb-b8da8092625e192e8f1f7b11ea6a5ab33cb6aed7.tar.gz |
revendor golang.org/x/{text,net} with go 1.21
Diffstat (limited to 'vendor/golang.org/x/text/cases/ya.make')
-rw-r--r-- | vendor/golang.org/x/text/cases/ya.make | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/vendor/golang.org/x/text/cases/ya.make b/vendor/golang.org/x/text/cases/ya.make index ab53cd43bd..fa02991160 100644 --- a/vendor/golang.org/x/text/cases/ya.make +++ b/vendor/golang.org/x/text/cases/ya.make @@ -8,7 +8,7 @@ SRCS( fold.go info.go map.go - tables13.0.0.go + tables15.0.0.go trieval.go ) @@ -16,11 +16,13 @@ GO_TEST_SRCS( context_test.go fold_test.go map_test.go - tables13.0.0_test.go + tables15.0.0_test.go ) GO_XTEST_SRCS(example_test.go) END() -RECURSE(gotest) +RECURSE( + gotest +) |