github.com/busyfree/gojieba-bleve@v1.0.3/go.mod (about) 1 module github.com/busyfree/gojieba-bleve 2 3 go 1.14 4 5 require ( 6 github.com/blevesearch/bleve/v2 v2.0.6 7 github.com/yanyiwu/gojieba v1.1.2 8 )