Skip to content

Commit fa08ef7

Browse files
Upgrade to bleve_index_api@v1.2.4 (#27)
1 parent 83cdbfe commit fa08ef7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![PkgGoDev](https://pkg.go.dev/badge/github.com/blevesearch/sear)](https://pkg.go.dev/github.com/blevesearch/sear)
44
[![Tests](https://github.com/blevesearch/sear/workflows/Tests/badge.svg?branch=master&event=push)](https://github.com/blevesearch/sear/actions?query=workflow%3ATests+event%3Apush+branch%3Amaster)
5-
[![Lint](https://github.com/blevesearch/sear/workflows/Lint/badge.svg?branch=master&event=push)](https://github.com/blevesearch/sear/actions?query=workflow%3ALint+event%3Apush+branch%3Amaster)
65
[![Coverage Status](https://coveralls.io/repos/github/blevesearch/sear/badge.svg)](https://coveralls.io/github/blevesearch/sear)
76
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
87

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/blevesearch/sear
33
go 1.21
44

55
require (
6-
github.com/blevesearch/bleve_index_api v1.2.3
6+
github.com/blevesearch/bleve_index_api v1.2.4
77
github.com/blevesearch/vellum v1.1.0
88
)
99

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/bits-and-blooms/bitset v1.2.0 h1:Kn4yilvwNtMACtf1eYDlG8H77R07mZSPbMjLyS07ChA=
22
github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
3-
github.com/blevesearch/bleve_index_api v1.2.3 h1:aJJPhTb30zc68qg2HbvCZLAF1Eh5Hhm296mDAUFaUeg=
4-
github.com/blevesearch/bleve_index_api v1.2.3/go.mod h1:rKQDl4u51uwafZxFrPD1R7xFOwKnzZW7s/LSeK4lgo0=
3+
github.com/blevesearch/bleve_index_api v1.2.4 h1:XRk+wWtbNZSxKvW2bNg4fUpoc3XQDD63krBzB45fJDY=
4+
github.com/blevesearch/bleve_index_api v1.2.4/go.mod h1:rKQDl4u51uwafZxFrPD1R7xFOwKnzZW7s/LSeK4lgo0=
55
github.com/blevesearch/mmap-go v1.0.4 h1:OVhDhT5B/M1HNPpYPBKIEJaD0F3Si+CrEKULGCDPWmc=
66
github.com/blevesearch/mmap-go v1.0.4/go.mod h1:EWmEAOmdAS9z/pi/+Toxu99DnsbhG1TIxUoRmJw/pSs=
77
github.com/blevesearch/vellum v1.1.0 h1:CinkGyIsgVlYf8Y2LUQHvdelgXr6PYuvoDIajq6yR9w=

0 commit comments

Comments
 (0)