summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/olivere/elastic.v5/go.mod
blob: a29017697c99e2475a6630ed61f5a33ee08cbe51 (plain)
1
2
3
4
5
6
7
8
module gopkg.in/olivere/elastic.v5

require (
	github.com/fortytw2/leaktest v1.2.0
	github.com/mailru/easyjson v0.0.0-20180730094502-03f2033d19d5
	github.com/pkg/errors v0.8.0
	github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9
)