From 48461578910c405fcc6a92b97a1e558aeb8fb860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 07:50:00 +0000 Subject: [PATCH] Bump github.com/elastic/elastic-package in /compliance (#652) Bumps [github.com/elastic/elastic-package](https://github.com/elastic/elastic-package) from 0.91.0 to 0.91.1. - [Release notes](https://github.com/elastic/elastic-package/releases) - [Changelog](https://github.com/elastic/elastic-package/blob/main/.goreleaser.yml) - [Commits](https://github.com/elastic/elastic-package/compare/v0.91.0...v0.91.1) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-package dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- compliance/go.mod | 2 +- compliance/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compliance/go.mod b/compliance/go.mod index 3f9b5e84..35dc198a 100644 --- a/compliance/go.mod +++ b/compliance/go.mod @@ -6,7 +6,7 @@ require ( github.com/Masterminds/semver/v3 v3.2.1 github.com/cucumber/godog v0.13.0 github.com/cucumber/messages/go/v21 v21.0.1 - github.com/elastic/elastic-package v0.91.0 + github.com/elastic/elastic-package v0.91.1 github.com/elastic/go-elasticsearch/v8 v8.10.1 github.com/elastic/go-licenser v0.4.1 github.com/elastic/package-spec/v3 v3.0.0 diff --git a/compliance/go.sum b/compliance/go.sum index 460418b3..b0b2b681 100644 --- a/compliance/go.sum +++ b/compliance/go.sum @@ -122,8 +122,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto= github.com/elastic/elastic-integration-corpus-generator-tool v0.7.0 h1:yYvNv5XxBgoYINZr/jKJl98pX7SNKMPYeZ8bWOeM/Vw= github.com/elastic/elastic-integration-corpus-generator-tool v0.7.0/go.mod h1:WF7gU0qRVj1i//XtQD5i2ZGcGiuiVO6DJNDCRh/o2xk= -github.com/elastic/elastic-package v0.91.0 h1:R1+N2BJviA7LxmTztYxSlQ7+VY3tMKZHvvEl0cK8OXQ= -github.com/elastic/elastic-package v0.91.0/go.mod h1:MkUrD3iIh8/YTNv/z5+EJvgWknnI1qAlYZF+7vAy3JQ= +github.com/elastic/elastic-package v0.91.1 h1:YKRFBUd3cQUH9zsTLLiKABU7+XRJ5XwmWaSC4N8OXnQ= +github.com/elastic/elastic-package v0.91.1/go.mod h1:MkUrD3iIh8/YTNv/z5+EJvgWknnI1qAlYZF+7vAy3JQ= github.com/elastic/elastic-transport-go/v8 v8.3.0 h1:DJGxovyQLXGr62e9nDMPSxRyWION0Bh6d9eCFBriiHo= github.com/elastic/elastic-transport-go/v8 v8.3.0/go.mod h1:87Tcz8IVNe6rVSLdBux1o/PEItLtyabHU3naC7IoqKI= github.com/elastic/go-elasticsearch/v7 v7.17.10 h1:TCQ8i4PmIJuBunvBS6bwT2ybzVFxxUhhltAs3Gyu1yo=