From 85c53013f790ddf512845b4d8761d235ee767eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 17:44:11 +0000 Subject: [PATCH] Bump github.com/elastic/beats Bumps [github.com/elastic/beats](https://github.com/elastic/beats) from 5.6.2+incompatible to 5.6.4+incompatible. - [Release notes](https://github.com/elastic/beats/releases) - [Changelog](https://github.com/elastic/beats/blob/main/CHANGELOG.asciidoc) - [Commits](https://github.com/elastic/beats/compare/v5.6.2...v5.6.4) --- updated-dependencies: - dependency-name: github.com/elastic/beats dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bbc5d00..e107c12 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/eapache/go-resiliency v1.0.0 // indirect github.com/eapache/go-xerial-snappy v0.0.0-20160609142408-bb955e01b934 // indirect github.com/eapache/queue v1.0.2 // indirect - github.com/elastic/beats v5.6.2+incompatible + github.com/elastic/beats v5.6.4+incompatible github.com/elastic/go-lumber v0.1.0 // indirect github.com/elastic/go-ucfg v0.4.6 // indirect github.com/garyburd/redigo v1.1.0 // indirect