gitea

Development moved to Codeberg

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
module github.com/olivere/elastic/v7

go 1.14

require (
	github.com/aws/aws-sdk-go v1.38.17
	github.com/fortytw2/leaktest v1.3.0
	github.com/google/go-cmp v0.5.5
	github.com/mailru/easyjson v0.7.7
	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.23.0
)