2020-02-13 07:06:17 +01:00
|
|
|
module github.com/olivere/elastic/v7
|
|
|
|
|
2020-10-16 07:06:27 +02:00
|
|
|
go 1.14
|
2020-02-13 07:06:17 +01:00
|
|
|
|
|
|
|
require (
|
2020-10-16 07:06:27 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.34.13
|
2020-02-13 07:06:17 +01:00
|
|
|
github.com/fortytw2/leaktest v1.3.0
|
2020-10-16 07:06:27 +02:00
|
|
|
github.com/google/go-cmp v0.5.2
|
|
|
|
github.com/mailru/easyjson v0.7.6
|
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/smartystreets/assertions v1.1.1 // indirect
|
2020-02-13 07:06:17 +01:00
|
|
|
github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9
|
2020-10-16 07:06:27 +02:00
|
|
|
github.com/smartystreets/gunit v1.4.2 // indirect
|
|
|
|
go.opencensus.io v0.22.4
|
2020-02-13 07:06:17 +01:00
|
|
|
)
|