File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.21.4
5
5
toolchain go1.23.6
6
6
7
7
require (
8
- github.com/elastic/go-elasticsearch/v8 v8.1.0
8
+ github.com/elastic/go-elasticsearch/v8 v8.18.1
9
9
github.com/guregu/null/v5 v5.0.0
10
10
github.com/sirupsen/logrus v1.9.3
11
11
go.k6.io/k6 v0.56.0
@@ -20,7 +20,7 @@ require (
20
20
21
21
require (
22
22
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
23
- github.com/elastic/elastic-transport-go/v8 v8.1 .0 // indirect
23
+ github.com/elastic/elastic-transport-go/v8 v8.7 .0 // indirect
24
24
github.com/fatih/color v1.18.0 // indirect
25
25
github.com/ghodss/yaml v1.0.0 // indirect
26
26
github.com/go-logr/logr v1.4.2 // indirect
Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnht
53
53
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
54
54
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
55
55
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
56
- github.com/elastic/elastic-transport-go/v8 v8.1 .0 h1:NeqEz1ty4RQz+TVbUrpSU7pZ48XkzGWQj02k5koahIE =
57
- github.com/elastic/elastic-transport-go/v8 v8.1 .0 /go.mod h1:87Tcz8IVNe6rVSLdBux1o/PEItLtyabHU3naC7IoqKI =
58
- github.com/elastic/go-elasticsearch/v8 v8.1.0 h1:6TLhYoes04FRK83GakeuMsOQsx1qRwXdP/LF1nxfx1U =
59
- github.com/elastic/go-elasticsearch/v8 v8.1.0 /go.mod h1:yY52i2Vj0unLz+N3Nwx1gM5LXwoj3h2dgptNGBYkMLA =
56
+ github.com/elastic/elastic-transport-go/v8 v8.7 .0 h1:OgTneVuXP2uip4BA658Xi6Hfw+PeIOod2rY3GVMGoVE =
57
+ github.com/elastic/elastic-transport-go/v8 v8.7 .0 /go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk =
58
+ github.com/elastic/go-elasticsearch/v8 v8.18.1 h1:lPsN2Wk6+QqBeD4ckmOax7G/Y8tAZgroDYG8j6/5Ce0 =
59
+ github.com/elastic/go-elasticsearch/v8 v8.18.1 /go.mod h1:F3j9e+BubmKvzvLjNui/1++nJuJxbkhHefbaT0kFKGY =
60
60
github.com/envoyproxy/go-control-plane v0.9.0 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
61
61
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
62
62
github.com/envoyproxy/go-control-plane v0.9.4 /go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98 =
You can’t perform that action at this time.
0 commit comments