File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services :
44 elasticsearch :
5- image : docker.elastic.co/elasticsearch/elasticsearch:7.12.1
5+ image : docker.elastic.co/elasticsearch/elasticsearch:7.16.2
66 hostname : elasticsearch
77 environment :
88 cluster.name : test
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/disaster37/terraform-provider-elasticsearch/v7
33go 1.17
44
55require (
6- github.com/elastic/go-elasticsearch/v7 v7.12 .0
6+ github.com/elastic/go-elasticsearch/v7 v7.16 .0
77 github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
88 github.com/mitchellh/go-homedir v1.1.0
99 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
7777github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
7878github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
7979github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
80- github.com/elastic/go-elasticsearch/v7 v7.12 .0 h1:j4tvcMrZJLp39L2NYvBb7f+lHKPqPHSL3nvB8+/DV+s =
81- github.com/elastic/go-elasticsearch/v7 v7.12 .0 /go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4 =
80+ github.com/elastic/go-elasticsearch/v7 v7.16 .0 h1:GHsxDFXIAlhSleXun4kwA89P7kQFADRChqvgOPeYP5A =
81+ github.com/elastic/go-elasticsearch/v7 v7.16 .0 /go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4 =
8282github.com/emirpasic/gods v1.12.0 h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg =
8383github.com/emirpasic/gods v1.12.0 /go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o =
8484github.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