From b973e9e3a869ee565e31d06205bc7eefcb64c8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 13:24:10 +0000 Subject: [PATCH] Bump github.com/nextmn/logrus-formatter from 0.2.0 to 0.2.1 Bumps [github.com/nextmn/logrus-formatter](https://github.com/nextmn/logrus-formatter) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/nextmn/logrus-formatter/releases) - [Commits](https://github.com/nextmn/logrus-formatter/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: github.com/nextmn/logrus-formatter dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 2151995..9c5583b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/nextmn/docker-setup go 1.25.5 require ( - github.com/nextmn/logrus-formatter v0.2.0 + github.com/nextmn/logrus-formatter v0.2.1 github.com/sirupsen/logrus v1.9.4 github.com/urfave/cli/v3 v3.6.1 ) diff --git a/go.sum b/go.sum index c51eca5..f2f8d41 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/nextmn/logrus-formatter v0.2.0 h1:uIohVfiR8+CiLBn/gbxExSutq57uZpBq7VBi3+vThKc= -github.com/nextmn/logrus-formatter v0.2.0/go.mod h1:+G9FGh86JyAJBDenHuMOtz2d+Dwkg5fYAUDG5rJj76M= +github.com/nextmn/logrus-formatter v0.2.1 h1:VPPeRiUd3wLKQUiRe3l39VmKkRVjxUDCAcwztlScV5M= +github.com/nextmn/logrus-formatter v0.2.1/go.mod h1:8y+A37DG6q6ZyDdu4fgPmJrHsYkYBFuayP5Pk/9afws= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w=