update dependencies
This commit is contained in:
parent
fce1b99683
commit
397e9c0842
164 changed files with 5207 additions and 2213 deletions
4
vendor/golang.org/x/text/secure/precis/options.go
generated
vendored
4
vendor/golang.org/x/text/secure/precis/options.go
generated
vendored
|
|
@ -28,6 +28,7 @@ type options struct {
|
|||
width transform.SpanningTransformer
|
||||
disallowEmpty bool
|
||||
bidiRule bool
|
||||
repeat bool
|
||||
|
||||
// Comparison options
|
||||
ignorecase bool
|
||||
|
|
@ -78,6 +79,9 @@ var (
|
|||
bidiRule = func(o *options) {
|
||||
o.bidiRule = true
|
||||
}
|
||||
repeat = func(o *options) {
|
||||
o.repeat = true
|
||||
}
|
||||
)
|
||||
|
||||
// TODO: move this logic to package transform
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue