Платформа ЦРНП "Мирокод" для разработки проектов
https://git.mirocod.ru
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
482 B
16 lines
482 B
module github.com/olivere/elastic/v7 |
|
|
|
go 1.14 |
|
|
|
require ( |
|
github.com/aws/aws-sdk-go v1.34.13 |
|
github.com/fortytw2/leaktest v1.3.0 |
|
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 |
|
github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9 |
|
github.com/smartystreets/gunit v1.4.2 // indirect |
|
go.opencensus.io v0.22.4 |
|
)
|
|
|