From 10301dd5bd49e3be93207585fd90f5ca967dcab9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 03:44:02 +0000 Subject: [PATCH] chore(deps): bump github.com/olivere/elastic/v7 from 7.0.5 to 7.0.6 Bumps [github.com/olivere/elastic/v7](https://github.com/olivere/elastic) from 7.0.5 to 7.0.6. - [Release notes](https://github.com/olivere/elastic/releases) - [Changelog](https://github.com/olivere/elastic/blob/release-branch.v7/CHANGELOG-3.0.md) - [Commits](https://github.com/olivere/elastic/compare/v7.0.5...v7.0.6) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7fb504e..6d0de22 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/go-kit/kit v0.9.0 github.com/inloco/goavro v0.0.0-20180215164239-eba86de05ad3 github.com/kr/pretty v0.1.0 // indirect - github.com/olivere/elastic/v7 v7.0.5 + github.com/olivere/elastic/v7 v7.0.6 github.com/onsi/ginkgo v1.8.0 // indirect github.com/onsi/gomega v1.5.0 // indirect github.com/pkg/errors v0.8.1 diff --git a/go.sum b/go.sum index d9145a3..1ce5332 100644 --- a/go.sum +++ b/go.sum @@ -87,6 +87,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5 github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/olivere/elastic/v7 v7.0.5 h1:A+kj32UgnUGoiVZfy84rjnYYgOcA9InugIb93La99/A= github.com/olivere/elastic/v7 v7.0.5/go.mod h1:nut831m8vw5KQbQxX1oXjj3/buiDpDZc5pqNVdH9xYk= +github.com/olivere/elastic/v7 v7.0.6 h1:BIzjaAYGL8Ur1pIPIpiYDvly4HkHrO/uakiV22WDEQQ= +github.com/olivere/elastic/v7 v7.0.6/go.mod h1:nut831m8vw5KQbQxX1oXjj3/buiDpDZc5pqNVdH9xYk= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.8.0 h1:VkHVNpR4iVnU8XQR6DBm8BqYjN7CRzw+xKUbVVbbW9w=