From a2d5b639551f4884905381b1224c0e7cb7b5f6b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 16:03:02 +0000 Subject: [PATCH] Bump github.com/hashicorp/go-plugin in /logproxy-filter-email Bumps [github.com/hashicorp/go-plugin](https://github.com/hashicorp/go-plugin) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/hashicorp/go-plugin/releases) - [Changelog](https://github.com/hashicorp/go-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/hashicorp/go-plugin/compare/v1.4.3...v1.4.4) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- logproxy-filter-email/go.mod | 2 +- logproxy-filter-email/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/logproxy-filter-email/go.mod b/logproxy-filter-email/go.mod index ebd288f3..cebef730 100644 --- a/logproxy-filter-email/go.mod +++ b/logproxy-filter-email/go.mod @@ -5,7 +5,7 @@ go 1.14 require ( github.com/cloudfoundry-community/gautocloud v1.1.7 github.com/hashicorp/go-hclog v0.16.2 - github.com/hashicorp/go-plugin v1.4.3 + github.com/hashicorp/go-plugin v1.4.4 github.com/philips-software/gautocloud-connectors v0.0.0-20200529051632-530fc74435ad github.com/philips-software/go-hsdp-api v0.45.0 github.com/philips-software/logproxy v1.4.4 diff --git a/logproxy-filter-email/go.sum b/logproxy-filter-email/go.sum index ea54a4f6..ea62acaa 100644 --- a/logproxy-filter-email/go.sum +++ b/logproxy-filter-email/go.sum @@ -451,8 +451,8 @@ github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+l github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= github.com/hashicorp/go-plugin v1.0.1/go.mod h1:++UyYGoz3o5w9ZzAdZxtQKrWWP+iqPBn3cQptSMzBuY= github.com/hashicorp/go-plugin v1.4.2/go.mod h1:5fGEH17QVwTTcR0zV7yhDPLLmFX9YSZ38b18Udy6vYQ= -github.com/hashicorp/go-plugin v1.4.3 h1:DXmvivbWD5qdiBts9TpBC7BYL1Aia5sxbRgQB+v6UZM= -github.com/hashicorp/go-plugin v1.4.3/go.mod h1:5fGEH17QVwTTcR0zV7yhDPLLmFX9YSZ38b18Udy6vYQ= +github.com/hashicorp/go-plugin v1.4.4 h1:NVdrSdFRt3SkZtNckJ6tog7gbpRrcbOjQi/rgF7JYWQ= +github.com/hashicorp/go-plugin v1.4.4/go.mod h1:viDMjcLJuDui6pXb8U4HVfb8AamCWhHGUjr2IrTF67s= github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs= github.com/hashicorp/go-retryablehttp v0.5.4 h1:1BZvpawXoJCWX6pNtow9+rpEj+3itIlutiqnntI6jOE= github.com/hashicorp/go-retryablehttp v0.5.4/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs=