- module app.yhyue.com/moapp/esv1
- go 1.14
- replace gopkg.in/olivere/elastic.v1 => ./gopkg.in/olivere/elastic.v1
- require (
- github.com/fortytw2/leaktest v1.3.0 // indirect
- github.com/google/go-cmp v0.5.7 // indirect
- github.com/mailru/easyjson v0.7.7 // indirect
- github.com/olivere/elastic v6.2.37+incompatible
- github.com/pkg/errors v0.9.1 // indirect
- )
|