From fb66349a4a9c758bf578a40f4777de10798ed7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:26:30 +0000 Subject: [PATCH] Bump github.com/StephanHCB/go-autumn-logging from 0.3.0 to 0.4.0 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 26127e4..ee8a105 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/StephanHCB/go-autumn-logging-zerolog go 1.14 require ( - github.com/StephanHCB/go-autumn-logging v0.3.0 + github.com/StephanHCB/go-autumn-logging v0.4.0 github.com/rs/zerolog v1.33.0 ) diff --git a/go.sum b/go.sum index 84df535..eddc49d 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -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/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=