1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-04 17:15:49 +00:00
gitea/vendor/github.com/olivere/elastic/v7/go.mod

19 lines
581 B
Modula-2
Raw Normal View History

module github.com/olivere/elastic/v7
go 1.14
require (
github.com/aws/aws-sdk-go v1.35.20
github.com/fortytw2/leaktest v1.3.0
github.com/go-sql-driver/mysql v1.5.0 // indirect
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
github.com/stretchr/testify v1.5.1 // indirect
go.opencensus.io v0.22.5
)