module github.com/olivere/elastic/v7

go 1.14

require (
	github.com/aws/aws-sdk-go v1.29.11
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/fortytw2/leaktest v1.3.0
	github.com/google/go-cmp v0.4.0
	github.com/kr/pretty v0.2.0 // indirect
	github.com/mailru/easyjson v0.7.1
	github.com/opentracing/opentracing-go v1.1.0
	github.com/pkg/errors v0.9.1
	github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9
	github.com/smartystreets/gunit v1.1.3 // indirect
	go.opencensus.io v0.22.3
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
