updated dependencies
This commit is contained in:
parent
3f9b863171
commit
f0add04396
266 changed files with 18771 additions and 10200 deletions
2
vendor/github.com/couchbase/vellum/README.md
generated
vendored
2
vendor/github.com/couchbase/vellum/README.md
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
#  vellum
|
||||
|
||||
[](https://travis-ci.org/couchbase/vellum)
|
||||
[](https://github.com/couchbase/vellum/actions?query=workflow%3ATests+event%3Apush+branch%3Amaster)
|
||||
[](https://coveralls.io/github/couchbase/vellum?branch=master)
|
||||
[](https://godoc.org/github.com/couchbase/vellum)
|
||||
[](https://goreportcard.com/report/github.com/couchbase/vellum)
|
||||
|
|
|
|||
2
vendor/github.com/couchbase/vellum/fst_iterator.go
generated
vendored
2
vendor/github.com/couchbase/vellum/fst_iterator.go
generated
vendored
|
|
@ -265,7 +265,7 @@ OUTER:
|
|||
// going back all the way to the OUTER loop
|
||||
var popNum int
|
||||
for j := len(i.statesStack) - 1; j > 0; j-- {
|
||||
if i.statesStack[j].NumTransitions() != 1 {
|
||||
if j == 1 || i.statesStack[j].NumTransitions() != 1 {
|
||||
popNum = len(i.statesStack) - 1 - j
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue