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/secure/precis/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/secure/precis/ya.make')
-rw-r--r-- | vendor/golang.org/x/text/secure/precis/ya.make | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vendor/golang.org/x/text/secure/precis/ya.make b/vendor/golang.org/x/text/secure/precis/ya.make index 1626b7a616..660ee2a0f6 100644 --- a/vendor/golang.org/x/text/secure/precis/ya.make +++ b/vendor/golang.org/x/text/secure/precis/ya.make @@ -10,7 +10,7 @@ SRCS( options.go profile.go profiles.go - tables13.0.0.go + tables15.0.0.go transformer.go trieval.go ) @@ -26,4 +26,6 @@ GO_TEST_SRCS( END() -RECURSE(gotest) +RECURSE( + gotest +) |