This repository was archived by the owner on May 24, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
1212 "time"
1313
1414 "github.com/avast/retry-go"
15- "github.com/elastic/go-elasticsearch/v7 "
16- "github.com/elastic/go-elasticsearch/v7 /esapi"
15+ "github.com/elastic/go-elasticsearch/v8 "
16+ "github.com/elastic/go-elasticsearch/v8 /esapi"
1717 jsoniter "github.com/json-iterator/go"
1818)
1919
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/avast/retry-go v3.0.0+incompatible
77 github.com/aws/aws-sdk-go v1.36.15
88 github.com/dgrijalva/jwt-go v3.2.0+incompatible
9- github.com/elastic/go-elasticsearch/v7 v7.10.0
9+ github.com/elastic/go-elasticsearch/v8 v8.0.0-20201229214741-2366c2514674
1010 github.com/go-git/go-git/v5 v5.2.0
1111 github.com/google/go-github v17.0.0+incompatible
1212 github.com/google/go-querystring v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
5656github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
5757github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM =
5858github.com/dgrijalva/jwt-go v3.2.0+incompatible /go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ =
59- github.com/elastic/go-elasticsearch/v7 v7.10.0 h1:vYRwqgFM46ZUHFMRdvKr+y1WA4ehJO6WqAGV9Btbl2o =
60- github.com/elastic/go-elasticsearch/v7 v7.10.0 /go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4 =
59+ github.com/elastic/go-elasticsearch/v8 v8.0.0-20201229214741-2366c2514674 h1:heH4w5l/KFP4Ry9Xp4+jbRx0Wn+TJD7+HlyoMJE4LvQ =
60+ github.com/elastic/go-elasticsearch/v8 v8.0.0-20201229214741-2366c2514674 /go.mod h1:xe9a/L2aeOgFKKgrO3ibQTnMdpAeL0GC+5/HpGScSa4 =
6161github.com/emirpasic/gods v1.12.0 h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg =
6262github.com/emirpasic/gods v1.12.0 /go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o =
6363github.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