From 71546cab61359b94a823a0b9d43e9e5a3d1fa907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 16:02:01 +0000 Subject: [PATCH] Bump github.com/hashicorp/go-hclog in /logproxy-filter-email Bumps [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog) from 0.16.2 to 1.2.0. - [Release notes](https://github.com/hashicorp/go-hclog/releases) - [Commits](https://github.com/hashicorp/go-hclog/compare/v0.16.2...v1.2.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-hclog dependency-type: direct:production update-type: version-update:semver-major ... 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..02b3d202 100644 --- a/logproxy-filter-email/go.mod +++ b/logproxy-filter-email/go.mod @@ -4,7 +4,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-hclog v1.2.0 github.com/hashicorp/go-plugin v1.4.3 github.com/philips-software/gautocloud-connectors v0.0.0-20200529051632-530fc74435ad github.com/philips-software/go-hsdp-api v0.45.0 diff --git a/logproxy-filter-email/go.sum b/logproxy-filter-email/go.sum index ea54a4f6..01f87962 100644 --- a/logproxy-filter-email/go.sum +++ b/logproxy-filter-email/go.sum @@ -439,8 +439,8 @@ github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd/go.mod h1:9bjs9 github.com/hashicorp/go-hclog v0.8.0/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ= github.com/hashicorp/go-hclog v0.12.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v0.14.1/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= -github.com/hashicorp/go-hclog v0.16.2 h1:K4ev2ib4LdQETX5cSZBG0DVLk1jwGqSPXBjdah3veNs= -github.com/hashicorp/go-hclog v0.16.2/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= +github.com/hashicorp/go-hclog v1.2.0 h1:La19f8d7WIlm4ogzNHB0JGqs5AUDAZ2UfCY4sJXcJdM= +github.com/hashicorp/go-hclog v1.2.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-immutable-radix v1.1.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM=