chore(deps): update elasticsearch dependencies (#1955)

Update elastic search dependencies
This commit is contained in:
Yuan Teoh
2025-11-14 10:20:28 -08:00
committed by GitHub
parent 3ff8f533cf
commit 62359deae5
5 changed files with 8 additions and 8 deletions

2
go.mod
View File

@@ -22,7 +22,7 @@ require (
github.com/couchbase/gocb/v2 v2.11.1
github.com/couchbase/tools-common/http v1.0.9
github.com/elastic/elastic-transport-go/v8 v8.7.0
github.com/elastic/go-elasticsearch/v8 v8.19.0
github.com/elastic/go-elasticsearch/v9 v9.2.0
github.com/fsnotify/fsnotify v1.9.0
github.com/go-chi/chi/v5 v5.2.3
github.com/go-chi/httplog/v2 v2.1.1