Skip to content

Commit

Permalink
Update blevesearch/bleve from v0.8.1 to v1.0.9 library.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjbae1212 committed Aug 13, 2020
1 parent 64c6c8f commit 22f9fed
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 39 deletions.
19 changes: 9 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,20 @@ go 1.13

require (
github.com/AlecAivazis/survey/v2 v2.0.5
github.com/RoaringBitmap/roaring v0.4.21 // indirect
github.com/blevesearch/bleve v0.8.1
github.com/blevesearch/blevex v0.0.0-20190916190636-152f0fe5c040 // indirect
github.com/blevesearch/go-porterstemmer v1.0.2 // indirect
github.com/blevesearch/segment v0.0.0-20160915185041-762005e7a34f // indirect
github.com/RoaringBitmap/roaring v0.5.0 // indirect
github.com/blevesearch/bleve v1.0.9
github.com/boltdb/bolt v1.3.1
github.com/briandowns/spinner v1.9.0
github.com/c-bata/go-prompt v0.2.3
github.com/couchbase/vellum v0.0.0-20190829182332-ef2e028c01fd // indirect
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
github.com/etcd-io/bbolt v1.3.3 // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/fatih/color v1.9.0
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-github/v29 v29.0.3
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
github.com/jmhodges/levigo v1.0.0 // indirect
Expand All @@ -34,10 +31,12 @@ require (
github.com/remyoudompheng/bigfft v0.0.0-20190728182440-6a916e37a237 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.3.2
github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2 // indirect
github.com/stretchr/testify v1.4.0
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
go.etcd.io/bbolt v1.3.3 // indirect
github.com/tinylib/msgp v1.1.2 // indirect
github.com/willf/bitset v1.1.11 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d // indirect
google.golang.org/protobuf v1.25.0 // indirect
)
Loading

0 comments on commit 22f9fed

Please sign in to comment.