From 9713e3e3ba60a5611add1eab74d8a21220621d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Thu, 30 Mar 2023 17:53:06 +0200 Subject: [PATCH] Bump transport dependency to 8.2.0 (#647) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 65ba0b1e84..4b5d3d590a 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/elastic/go-elasticsearch/v8 go 1.13 -require github.com/elastic/elastic-transport-go/v8 v8.0.0-20230329154755-1a3c63de0db6 +require github.com/elastic/elastic-transport-go/v8 v8.2.0 diff --git a/go.sum b/go.sum index ef82603228..45e26c0e1c 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/elastic/elastic-transport-go/v8 v8.0.0-20230329154755-1a3c63de0db6 h1:1+44gxLdKRnR/Bx/iAtr+XqNcE4e0oODa63+FABNANI= -github.com/elastic/elastic-transport-go/v8 v8.0.0-20230329154755-1a3c63de0db6/go.mod h1:87Tcz8IVNe6rVSLdBux1o/PEItLtyabHU3naC7IoqKI= +github.com/elastic/elastic-transport-go/v8 v8.2.0 h1:hkK5IIs/15mpSXzd5THWVlWTKJyMw6cbCWM3T/B2S5E= +github.com/elastic/elastic-transport-go/v8 v8.2.0/go.mod h1:87Tcz8IVNe6rVSLdBux1o/PEItLtyabHU3naC7IoqKI=