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 @@ -3,7 +3,7 @@ module github.com/doctolib/terraform-provider-elkaliases
3
3
go 1.23
4
4
5
5
require (
6
- github.com/elastic/go-elasticsearch/v8 v8.17 .1
6
+ github.com/elastic/go-elasticsearch/v8 v8.18 .1
7
7
github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1
8
8
)
9
9
@@ -12,7 +12,7 @@ require (
12
12
github.com/agext/levenshtein v1.2.2 // indirect
13
13
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
14
14
github.com/cloudflare/circl v1.3.7 // indirect
15
- github.com/elastic/elastic-transport-go/v8 v8.6.1 // indirect
15
+ github.com/elastic/elastic-transport-go/v8 v8.7.0 // indirect
16
16
github.com/fatih/color v1.16.0 // indirect
17
17
github.com/go-logr/logr v1.4.2 // indirect
18
18
github.com/go-logr/stdr v1.2.2 // indirect
Original file line number Diff line number Diff line change @@ -20,8 +20,12 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
20
20
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
21
21
github.com/elastic/elastic-transport-go/v8 v8.6.1 h1:h2jQRqH6eLGiBSN4eZbQnJLtL4bC5b4lfVFRjw2R4e4 =
22
22
github.com/elastic/elastic-transport-go/v8 v8.6.1 /go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk =
23
+ github.com/elastic/elastic-transport-go/v8 v8.7.0 h1:OgTneVuXP2uip4BA658Xi6Hfw+PeIOod2rY3GVMGoVE =
24
+ github.com/elastic/elastic-transport-go/v8 v8.7.0 /go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk =
23
25
github.com/elastic/go-elasticsearch/v8 v8.17.1 h1:bOXChDoCMB4TIwwGqKd031U8OXssmWLT3UrAr9EGs3Q =
24
26
github.com/elastic/go-elasticsearch/v8 v8.17.1 /go.mod h1:MVJCtL+gJJ7x5jFeUmA20O7rvipX8GcQmo5iBcmaJn4 =
27
+ github.com/elastic/go-elasticsearch/v8 v8.18.1 h1:lPsN2Wk6+QqBeD4ckmOax7G/Y8tAZgroDYG8j6/5Ce0 =
28
+ github.com/elastic/go-elasticsearch/v8 v8.18.1 /go.mod h1:F3j9e+BubmKvzvLjNui/1++nJuJxbkhHefbaT0kFKGY =
25
29
github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc =
26
30
github.com/emirpasic/gods v1.18.1 /go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ =
27
31
github.com/fatih/color v1.13.0 /go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk =
You can’t perform that action at this time.
0 commit comments