From 1e6d3480d36c65de381ea1e7e902132f3a334c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:43:13 +0000 Subject: [PATCH] chore(deps): bump github.com/StephanHCB/go-autumn-logging Bumps [github.com/StephanHCB/go-autumn-logging](https://github.com/StephanHCB/go-autumn-logging) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/StephanHCB/go-autumn-logging/releases) - [Commits](https://github.com/StephanHCB/go-autumn-logging/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: github.com/StephanHCB/go-autumn-logging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index c411275..d6e4218 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/eurofurence/reg-payment-cncrd-adapter go 1.21 require ( - github.com/StephanHCB/go-autumn-logging v0.3.0 + github.com/StephanHCB/go-autumn-logging v0.4.0 github.com/StephanHCB/go-autumn-logging-zerolog v0.5.0 github.com/StephanHCB/go-autumn-restclient v0.8.0 github.com/StephanHCB/go-autumn-restclient-circuitbreaker v0.4.1 diff --git a/go.sum b/go.sum index 22f4251..dfd5185 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,6 @@ -github.com/StephanHCB/go-autumn-logging v0.3.0 h1:G0zs8xoth8i8mOeoFgG3Dvk6dIY9dPPJ7wkm6mjaPyY= github.com/StephanHCB/go-autumn-logging v0.3.0/go.mod h1:dPABYdECU3XrFib03uXbQFVLftUP5c4YaKSineiw37U= +github.com/StephanHCB/go-autumn-logging v0.4.0 h1:/EC41JJBi1Ao8eFmx4jReokJsbKsRoMoGTaCJZ/Nins= +github.com/StephanHCB/go-autumn-logging v0.4.0/go.mod h1:dPABYdECU3XrFib03uXbQFVLftUP5c4YaKSineiw37U= github.com/StephanHCB/go-autumn-logging-zerolog v0.5.0 h1:UnSgOuwwZH6vJigW6aBtUgXWd14jvMJ0hmFlD9GHIMo= github.com/StephanHCB/go-autumn-logging-zerolog v0.5.0/go.mod h1:Hspu94dHAKtgjMAkqtjMDZJnVv0VjVjyq6uKHI0Q4R8= github.com/StephanHCB/go-autumn-restclient v0.8.0 h1:USpjghjvAXA48P5H+BiZy9sKbETpvb49H84xcD6kgRs=