Skip to content

Commit 3e3f5b3

Browse files
MB-66396: Use mb66396 branches for go-faiss, scorch_segment_api
1 parent 20c5ae4 commit 3e3f5b3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@ module github.com/blevesearch/zapx/v16
22

33
go 1.23
44

5-
replace github.com/blevesearch/scorch_segment_api/v2 => ../scorch_segment_api
6-
7-
replace github.com/blevesearch/go-faiss => ../go-faiss
8-
95
require (
106
github.com/RoaringBitmap/roaring/v2 v2.4.5
117
github.com/bits-and-blooms/bitset v1.22.0
12-
github.com/blevesearch/bleve_index_api v1.2.9-0.20250520122713-d9d468faa6fd
13-
github.com/blevesearch/go-faiss v1.0.25
8+
github.com/blevesearch/bleve_index_api v1.2.8
9+
github.com/blevesearch/go-faiss v1.0.26-0.20250808221324-a1d3051837ea
1410
github.com/blevesearch/mmap-go v1.0.4
15-
github.com/blevesearch/scorch_segment_api/v2 v2.3.10
11+
github.com/blevesearch/scorch_segment_api/v2 v2.3.11-0.20250812224933-05c6687cb15b
1612
github.com/blevesearch/vellum v1.1.0
1713
github.com/golang/snappy v0.0.4
1814
github.com/spf13/cobra v1.7.0

go.sum

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ github.com/RoaringBitmap/roaring/v2 v2.4.5/go.mod h1:FiJcsfkGje/nZBZgCu0ZxCPOKD/
33
github.com/bits-and-blooms/bitset v1.12.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
44
github.com/bits-and-blooms/bitset v1.22.0 h1:Tquv9S8+SGaS3EhyA+up3FXzmkhxPGjQQCkcs2uw7w4=
55
github.com/bits-and-blooms/bitset v1.22.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
6-
github.com/blevesearch/bleve_index_api v1.2.9-0.20250520122713-d9d468faa6fd h1:lIWn58pn6t792ojQ8liWzQl0RXj4qHL4WlvjADZaJmI=
7-
github.com/blevesearch/bleve_index_api v1.2.9-0.20250520122713-d9d468faa6fd/go.mod h1:rKQDl4u51uwafZxFrPD1R7xFOwKnzZW7s/LSeK4lgo0=
6+
github.com/blevesearch/bleve_index_api v1.2.8 h1:Y98Pu5/MdlkRyLM0qDHostYo7i+Vv1cDNhqTeR4Sy6Y=
7+
github.com/blevesearch/bleve_index_api v1.2.8/go.mod h1:rKQDl4u51uwafZxFrPD1R7xFOwKnzZW7s/LSeK4lgo0=
8+
github.com/blevesearch/go-faiss v1.0.26-0.20250808221324-a1d3051837ea h1:xiz5c7fyBrgmt/TVWRM+8LVNFQS7hDjlyfAjliumDWM=
9+
github.com/blevesearch/go-faiss v1.0.26-0.20250808221324-a1d3051837ea/go.mod h1:OMGQwOaRRYxrmeNdMrXJPvVx8gBnvE5RYrr0BahNnkk=
810
github.com/blevesearch/mmap-go v1.0.4 h1:OVhDhT5B/M1HNPpYPBKIEJaD0F3Si+CrEKULGCDPWmc=
911
github.com/blevesearch/mmap-go v1.0.4/go.mod h1:EWmEAOmdAS9z/pi/+Toxu99DnsbhG1TIxUoRmJw/pSs=
12+
github.com/blevesearch/scorch_segment_api/v2 v2.3.11-0.20250812224933-05c6687cb15b h1:dj5AYwlxpsqRXTmnO4nqUBiO5RvBdPdN5tVPJscZpTs=
13+
github.com/blevesearch/scorch_segment_api/v2 v2.3.11-0.20250812224933-05c6687cb15b/go.mod h1:Z3e6ChN3qyN35yaQpl00MfI5s8AxUJbpTR/DL8QOQ+8=
1014
github.com/blevesearch/vellum v1.1.0 h1:CinkGyIsgVlYf8Y2LUQHvdelgXr6PYuvoDIajq6yR9w=
1115
github.com/blevesearch/vellum v1.1.0/go.mod h1:QgwWryE8ThtNPxtgWJof5ndPfx0/YMBh+W2weHKPw8Y=
1216
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=

0 commit comments

Comments
 (0)