summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/olivere/elastic/v7/go.mod
blob: 165f7e8938a8858ca4c9aede0289979ecc2bdf1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
)