aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/secure/precis/ya.make
diff options
context:
space:
mode:
authorbuglloc <buglloc@yandex-team.com>2023-11-23 11:29:28 +0300
committerbuglloc <buglloc@yandex-team.com>2023-11-23 12:36:20 +0300
commitb8da8092625e192e8f1f7b11ea6a5ab33cb6aed7 (patch)
tree39a9f77d868f793cbe95bcf5cfeccc2906ecda9c /vendor/golang.org/x/text/secure/precis/ya.make
parentccffd11087d1a5902a4665b97ff6a3dc645d3649 (diff)
downloadydb-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.make6
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
+)