go.mod 271 B

1234567891011
  1. module gopkg.in/olivere/elastic.v5
  2. require (
  3. github.com/fortytw2/leaktest v1.3.0
  4. github.com/mailru/easyjson v0.7.1
  5. github.com/olivere/elastic/v7 v7.0.12
  6. github.com/pkg/errors v0.9.1
  7. github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9
  8. )
  9. go 1.13