Update bleve dependency to latest master revision (#6100)
* update bleve to master b17287a86f6cac923a5d886e10618df994eeb54b6724eac2e3b8dde89cfbe3a2 * remove unused pkg from dep file * change bleve from master to recent revision
This commit is contained in:
parent
11e316654e
commit
a380cfd8e0
161 changed files with 9911 additions and 4233 deletions
2
vendor/github.com/couchbase/vellum/automaton.go
generated
vendored
2
vendor/github.com/couchbase/vellum/automaton.go
generated
vendored
|
@ -81,5 +81,5 @@ func (m *AlwaysMatch) Accept(int, byte) int {
|
|||
return 0
|
||||
}
|
||||
|
||||
// creating an alwaysMatchAutomaton to avoid unnecesary repeated allocations.
|
||||
// creating an alwaysMatchAutomaton to avoid unnecessary repeated allocations.
|
||||
var alwaysMatchAutomaton = &AlwaysMatch{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue