forked from forgejo/forgejo
Issue search support elasticsearch (#9428)
* Issue search support elasticsearch * Fix lint * Add indexer name on app.ini * add a warnning on SearchIssuesByKeyword * improve code
This commit is contained in:
parent
17656021f1
commit
5dbf36f356
286 changed files with 57032 additions and 25 deletions
18
vendor/github.com/olivere/elastic/v7/go.mod
generated
vendored
Normal file
18
vendor/github.com/olivere/elastic/v7/go.mod
generated
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
module github.com/olivere/elastic/v7
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/aws/aws-sdk-go v1.25.25
|
||||
github.com/fortytw2/leaktest v1.3.0
|
||||
github.com/golang/mock v1.2.0 // indirect
|
||||
github.com/google/go-cmp v0.3.1
|
||||
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
|
||||
github.com/opentracing/opentracing-go v1.1.0
|
||||
github.com/pkg/errors v0.8.1
|
||||
github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9
|
||||
go.opencensus.io v0.22.1
|
||||
google.golang.org/api v0.3.1 // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.2 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue