Giter Site home page Giter Site logo

Comments (5)

abhinavdangeti avatar abhinavdangeti commented on August 20, 2024 1

So [email protected] will need to use [email protected] as you can see here - https://github.com/blevesearch/bleve/blob/v2.3.9/go.mod.

	github.com/blevesearch/bleve_index_api v1.0.5
	github.com/blevesearch/geo v0.1.17
	github.com/blevesearch/scorch_segment_api/v2 v2.1.5
	github.com/blevesearch/zapx/v15 v15.3.12

There's been an api change in [email protected] that bleve@master currently uses.
We'll be making a release shortly - https://github.com/blevesearch/bleve/milestone/20 which will use [email protected].

from bleve.

abhinavdangeti avatar abhinavdangeti commented on August 20, 2024 1

https://github.com/blevesearch/bleve/releases/tag/v2.3.10

from bleve.

leopku avatar leopku commented on August 20, 2024

Same issue

from bleve.

abhinavdangeti avatar abhinavdangeti commented on August 20, 2024

Looks like you need to update your local dependency - in specific: v0.1.18 of blevesearch/geo.

from bleve.

peleteiro avatar peleteiro commented on August 20, 2024

Still not working.

github.com/blevesearch/geo v0.1.18 // indirect

My entire go.mod:

module biblebox/engine

go 1.20

require (
	github.com/anthonynsimon/bild v0.13.0
	github.com/aws/aws-sdk-go v1.45.6
	github.com/blevesearch/bleve/v2 v2.3.9
	github.com/blevesearch/bleve_index_api v1.0.6
	github.com/blevesearch/blevex/v2 v2.1.2
	github.com/blevesearch/zapx/v15 v15.3.13
	github.com/bradberger/webp v0.0.0-20150818021800-e23d7ff7019e
	github.com/codingconcepts/env v0.0.0-20200821220118-a8fbf8d84482
	github.com/dgraph-io/badger/v2 v2.2007.4
	github.com/esimov/stackblur-go v1.1.0
	github.com/go-chi/chi v1.5.5
	github.com/go-chi/cors v1.2.1
	github.com/gosimple/slug v1.13.1
	github.com/pkg/errors v0.9.1
	github.com/shaj13/libcache v1.2.1
	github.com/stretchr/testify v1.8.4
	github.com/tebeka/snowball v0.7.0
	github.com/vbauerster/mpb/v4 v4.12.2
	golang.org/x/exp v0.0.0-20230905200255-921286631fa9
	golang.org/x/text v0.13.0
	google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d
	google.golang.org/protobuf v1.31.0
	gopkg.in/go-playground/pool.v3 v3.1.1
	gopkg.in/yaml.v3 v3.0.1
)

require (
	github.com/RoaringBitmap/roaring v1.5.0 // indirect
	github.com/VividCortex/ewma v1.2.0 // indirect
	github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
	github.com/bits-and-blooms/bitset v1.8.0 // indirect
	github.com/blevesearch/geo v0.1.18 // indirect
	github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
	github.com/blevesearch/gtreap v0.1.1 // indirect
	github.com/blevesearch/mmap-go v1.0.4 // indirect
	github.com/blevesearch/scorch_segment_api/v2 v2.1.6 // indirect
	github.com/blevesearch/segment v0.9.1 // indirect
	github.com/blevesearch/snowballstem v0.9.0 // indirect
	github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
	github.com/blevesearch/vellum v1.0.10 // indirect
	github.com/blevesearch/zapx/v11 v11.3.10 // indirect
	github.com/blevesearch/zapx/v12 v12.3.10 // indirect
	github.com/blevesearch/zapx/v13 v13.3.10 // indirect
	github.com/blevesearch/zapx/v14 v14.3.10 // indirect
	github.com/cespare/xxhash v1.1.0 // indirect
	github.com/cespare/xxhash/v2 v2.2.0 // indirect
	github.com/chai2010/webp v1.1.1 // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/dgraph-io/ristretto v0.1.1 // indirect
	github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
	github.com/dustin/go-humanize v1.0.1 // indirect
	github.com/golang/geo v0.0.0-20230421003525-6adc56603217 // indirect
	github.com/golang/glog v1.1.2 // indirect
	github.com/golang/protobuf v1.5.3 // indirect
	github.com/golang/snappy v0.0.4 // indirect
	github.com/gosimple/unidecode v1.0.1 // indirect
	github.com/jmespath/go-jmespath v0.4.0 // indirect
	github.com/json-iterator/go v1.1.12 // indirect
	github.com/klauspost/compress v1.16.7 // indirect
	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
	github.com/modern-go/reflect2 v1.0.2 // indirect
	github.com/mschoch/smat v0.2.0 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	go.etcd.io/bbolt v1.3.7 // indirect
	golang.org/x/crypto v0.13.0 // indirect
	golang.org/x/net v0.15.0 // indirect
	golang.org/x/sys v0.12.0 // indirect
	golang.org/x/term v0.12.0 // indirect
	gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)

from bleve.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.