From 1367a23c8db57480605104cc637e5e903cd64f47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:26:17 +0000 Subject: [PATCH] Bump github.com/bdlm/log/v2 from 2.0.3 to 2.0.4 Bumps [github.com/bdlm/log/v2](https://github.com/bdlm/log) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/bdlm/log/releases) - [Changelog](https://github.com/bdlm/log/blob/main/CHANGELOG.md) - [Commits](https://github.com/bdlm/log/compare/v2.0.3...v2.0.4) --- updated-dependencies: - dependency-name: github.com/bdlm/log/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ecc2ebd..cbc30f1 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/bdlm/context go 1.21 -require github.com/bdlm/log/v2 v2.0.3 +require github.com/bdlm/log/v2 v2.0.4 require ( github.com/bdlm/errors/v2 v2.0.1 // indirect