diff --git a/go.mod b/go.mod index 7a76803bc..d6e8b5032 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/blevesearch/bleve/v2 -go 1.19 +go 1.20 require ( github.com/RoaringBitmap/roaring v1.2.3 @@ -23,7 +23,7 @@ require ( github.com/blevesearch/zapx/v13 v13.3.10 github.com/blevesearch/zapx/v14 v14.3.10 github.com/blevesearch/zapx/v15 v15.3.13 - github.com/blevesearch/zapx/v16 v16.0.0-20231103150208-7945e8eb4497 + github.com/blevesearch/zapx/v16 v16.0.0-20231108160709-52e2d05a6892 github.com/couchbase/moss v0.2.0 github.com/golang/protobuf v1.3.2 github.com/spf13/cobra v1.7.0 @@ -32,7 +32,7 @@ require ( ) require ( - github.com/blevesearch/go-faiss v1.0.1 // indirect + github.com/blevesearch/go-faiss v1.0.2 // indirect github.com/blevesearch/mmap-go v1.0.4 // indirect github.com/couchbase/ghistogram v0.1.0 // indirect github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect diff --git a/go.sum b/go.sum index b579dd944..87007a4ca 100644 --- a/go.sum +++ b/go.sum @@ -6,8 +6,8 @@ github.com/blevesearch/bleve_index_api v1.1.2 h1:A8MhXiNbZ9DI+lZytWkOY75MwesRdOl github.com/blevesearch/bleve_index_api v1.1.2/go.mod h1:PbcwjIcRmjhGbkS/lJCpfgVSMROV6TRubGGAODaK1W8= github.com/blevesearch/geo v0.1.18 h1:Np8jycHTZ5scFe7VEPLrDoHnnb9C4j636ue/CGrhtDw= github.com/blevesearch/geo v0.1.18/go.mod h1:uRMGWG0HJYfWfFJpK3zTdnnr1K+ksZTuWKhXeSokfnM= -github.com/blevesearch/go-faiss v1.0.1 h1:B0/FGdmcdxHIM0DRPyy4aWk0ZjMTFbCsmIzra77GAxE= -github.com/blevesearch/go-faiss v1.0.1/go.mod h1:jrxHrbl42X/RnDPI+wBoZU8joxxuRwedrxqswQ3xfU8= +github.com/blevesearch/go-faiss v1.0.2 h1:Rmxm0wGexU3VP/znCnz8m/9vhy5hYnJJid1RKV+2W/k= +github.com/blevesearch/go-faiss v1.0.2/go.mod h1:jrxHrbl42X/RnDPI+wBoZU8joxxuRwedrxqswQ3xfU8= github.com/blevesearch/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:kDy+zgJFJJoJYBvdfBSiZYBbdsUL0XcjHYWezpQBGPA= github.com/blevesearch/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:9eJDeqxJ3E7WnLebQUlPD7ZjSce7AnDb9vjGmMCbD0A= github.com/blevesearch/go-porterstemmer v1.0.3 h1:GtmsqID0aZdCSNiY8SkuPJ12pD4jI+DdXTAn4YRcHCo= @@ -43,8 +43,8 @@ github.com/blevesearch/zapx/v14 v14.3.10 h1:SG6xlsL+W6YjhX5N3aEiL/2tcWh3DO75Bnz7 github.com/blevesearch/zapx/v14 v14.3.10/go.mod h1:qqyuR0u230jN1yMmE4FIAuCxmahRQEOehF78m6oTgns= github.com/blevesearch/zapx/v15 v15.3.13 h1:6EkfaZiPlAxqXz0neniq35my6S48QI94W/wyhnpDHHQ= github.com/blevesearch/zapx/v15 v15.3.13/go.mod h1:Turk/TNRKj9es7ZpKK95PS7f6D44Y7fAFy8F4LXQtGg= -github.com/blevesearch/zapx/v16 v16.0.0-20231103150208-7945e8eb4497 h1:pF6N2xfN22bj4i4C94AhWj/YwpuuBdoyr3YrObPrE4I= -github.com/blevesearch/zapx/v16 v16.0.0-20231103150208-7945e8eb4497/go.mod h1:pJnp5/bLB+WOEdN9rwS2C/i3QsLLUC1hr1zlj1tGxKU= +github.com/blevesearch/zapx/v16 v16.0.0-20231108160709-52e2d05a6892 h1:XKdBwlilEIZIlgqSKeik6yHghEAuvQ3P4GqNa/kvL0M= +github.com/blevesearch/zapx/v16 v16.0.0-20231108160709-52e2d05a6892/go.mod h1:xJg0R0lkqayK85+rQbBnyPD8Z+pxliZSb94Wxkv6o3I= github.com/couchbase/ghistogram v0.1.0 h1:b95QcQTCzjTUocDXp/uMgSNQi8oj1tGwnJ4bODWZnps= github.com/couchbase/ghistogram v0.1.0/go.mod h1:s1Jhy76zqfEecpNWJfWUiKZookAFaiGOEoyzgHt9i7k= github.com/couchbase/moss v0.2.0 h1:VCYrMzFwEryyhRSeI+/b3tRBSeTpi/8gn5Kf6dxqn+o=