update Elasticsearch dependency to 7.17.7 (#15992)

This commit is contained in:
yanggang
2022-11-04 23:23:33 +08:00
committed by GitHub
parent fd8750e959
commit 797fa7f97b
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -20,7 +20,7 @@ require (
github.com/djherbis/atime v1.1.0
github.com/dustin/go-humanize v1.0.0
github.com/eclipse/paho.mqtt.golang v1.4.1
github.com/elastic/go-elasticsearch/v7 v7.17.1
github.com/elastic/go-elasticsearch/v7 v7.17.7
github.com/fatih/color v1.13.0
github.com/felixge/fgprof v0.9.3
github.com/fraugster/parquet-go v0.12.0