This repository was archived by the owner on May 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
1414
1515 libHttp "github.com/LF-Engineering/dev-analytics-libraries/http"
1616 "github.com/avast/retry-go"
17- "github.com/elastic/go-elasticsearch/v8 "
18- "github.com/elastic/go-elasticsearch/v8 /esapi"
17+ "github.com/elastic/go-elasticsearch/v7 "
18+ "github.com/elastic/go-elasticsearch/v7 /esapi"
1919 "github.com/google/uuid"
2020 jsoniter "github.com/json-iterator/go"
2121 errs "github.com/pkg/errors"
Original file line number Diff line number Diff line change 11package elastic
22
33import (
4- "github.com/elastic/go-elasticsearch/v8 "
4+ "github.com/elastic/go-elasticsearch/v7 "
55)
66
77// ClientProvider ...
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/aws/aws-sdk-go-v2/config v1.1.4
99 github.com/aws/aws-sdk-go-v2/service/ssm v1.3.0
1010 github.com/dgrijalva/jwt-go v3.2.0+incompatible
11- github.com/elastic/go-elasticsearch/v8 v8.0.0-20201229214741-2366c2514674
11+ github.com/elastic/go-elasticsearch/v7 v7.14.0
1212 github.com/go-git/go-git/v5 v5.2.0
1313 github.com/google/go-github/v33 v33.0.0
1414 github.com/google/uuid v1.1.4
Original file line number Diff line number Diff line change @@ -73,8 +73,10 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
7373github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
7474github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM =
7575github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
76- github.com/elastic/go-elasticsearch/v8 v8.0.0-20201229214741-2366c2514674 h1:heH4w5l/KFP4Ry9Xp4+jbRx0Wn+TJD7+HlyoMJE4LvQ =
77- github.com/elastic/go-elasticsearch/v8 v8.0.0-20201229214741-2366c2514674 /go.mod h1:xe9a/L2aeOgFKKgrO3ibQTnMdpAeL0GC+5/HpGScSa4 =
76+ github.com/elastic/go-elasticsearch/v7 v7.14.0 h1:extp3jos/rwJn3J+lgbaGlwAgs0TVsIHme00GyNAyX4 =
77+ github.com/elastic/go-elasticsearch/v7 v7.14.0 /go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4 =
78+ github.com/elastic/go-elasticsearch/v8 v8.0.0-20210809153508-e57702f714d6 h1:31y865ZKzF8+JEoibAH32gilYveF/mI0PF/z1fKtrf8 =
79+ github.com/elastic/go-elasticsearch/v8 v8.0.0-20210809153508-e57702f714d6 /go.mod h1:xe9a/L2aeOgFKKgrO3ibQTnMdpAeL0GC+5/HpGScSa4 =
7880github.com/emirpasic/gods v1.12.0 h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg =
7981github.com/emirpasic/gods v1.12.0 /go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o =
8082github.com/envoyproxy/go-control-plane v0.9.0 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
You can’t perform that action at this time.
0 commit comments