forked from olivere/elastic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 629 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/olivere/elastic/v7
go 1.13
require (
github.com/aws/aws-sdk-go v1.28.12
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.0
github.com/olivere/elastic v6.2.27+incompatible
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
)