File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ require (
39
39
github.com/crewjam/rfc5424 v0.1.0
40
40
github.com/csnewman/dextk v0.3.0
41
41
github.com/dustin/go-humanize v1.0.1
42
- github.com/elastic/go-elasticsearch/v8 v8.17.0
42
+ github.com/elastic/go-elasticsearch/v8 v8.17.1
43
43
github.com/envoyproxy/protoc-gen-validate v1.1.0
44
44
github.com/fatih/color v1.18.0
45
45
github.com/felixge/fgprof v0.9.5
@@ -185,7 +185,7 @@ require (
185
185
github.com/docker/go-units v0.5.0 // indirect
186
186
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
187
187
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
188
- github.com/elastic/elastic-transport-go/v8 v8.6.0 // indirect
188
+ github.com/elastic/elastic-transport-go/v8 v8.6.1 // indirect
189
189
github.com/emirpasic/gods v1.18.1 // indirect
190
190
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
191
191
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
Original file line number Diff line number Diff line change @@ -247,8 +247,12 @@ github.com/dvsekhvalnov/jose2go v1.6.0 h1:Y9gnSnP4qEI0+/uQkHvFXeD2PLPJeXEL+ySMEA
247
247
github.com/dvsekhvalnov/jose2go v1.6.0 /go.mod h1:QsHjhyTlD/lAVqn/NSbVZmSCGeDehTB/mPZadG+mhXU =
248
248
github.com/elastic/elastic-transport-go/v8 v8.6.0 h1:Y2S/FBjx1LlCv5m6pWAF2kDJAHoSjSRSJCApolgfthA =
249
249
github.com/elastic/elastic-transport-go/v8 v8.6.0 /go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk =
250
+ github.com/elastic/elastic-transport-go/v8 v8.6.1 h1:h2jQRqH6eLGiBSN4eZbQnJLtL4bC5b4lfVFRjw2R4e4 =
251
+ github.com/elastic/elastic-transport-go/v8 v8.6.1 /go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk =
250
252
github.com/elastic/go-elasticsearch/v8 v8.17.0 h1:e9cWksE/Fr7urDRmGPGp47Nsp4/mvNOrU8As1l2HQQ0 =
251
253
github.com/elastic/go-elasticsearch/v8 v8.17.0 /go.mod h1:lGMlgKIbYoRvay3xWBeKahAiJOgmFDsjZC39nmO3H64 =
254
+ github.com/elastic/go-elasticsearch/v8 v8.17.1 h1:bOXChDoCMB4TIwwGqKd031U8OXssmWLT3UrAr9EGs3Q =
255
+ github.com/elastic/go-elasticsearch/v8 v8.17.1 /go.mod h1:MVJCtL+gJJ7x5jFeUmA20O7rvipX8GcQmo5iBcmaJn4 =
252
256
github.com/elazarl/goproxy v1.4.0 h1:4GyuSbFa+s26+3rmYNSuUVsx+HgPrV1bk1jXI0l9wjM =
253
257
github.com/elazarl/goproxy v1.4.0 /go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ =
254
258
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc =
You can’t perform that action at this time.
0 commit comments