From 825f379e47626f5731d88b998b58005457348313 Mon Sep 17 00:00:00 2001 From: Oliver Eilhard Date: Mon, 30 Aug 2021 18:21:41 +0200 Subject: [PATCH] Release 7.0.28 --- client.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client.go b/client.go index 3f0184cf..77739c03 100644 --- a/client.go +++ b/client.go @@ -26,7 +26,7 @@ import ( const ( // Version is the current version of Elastic. - Version = "7.0.27" + Version = "7.0.28" // DefaultURL is the default endpoint of Elasticsearch on the local machine. // It is used e.g. when initializing a new Client without a specific URL. diff --git a/go.mod b/go.mod index 5be4668e..2931e785 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/olivere/elastic/v7 go 1.15 require ( - github.com/aws/aws-sdk-go v1.40.11 + github.com/aws/aws-sdk-go v1.40.32 github.com/fortytw2/leaktest v1.3.0 github.com/google/go-cmp v0.5.6 github.com/mailru/easyjson v0.7.7