From 39e665a788204ffb9b315c4302a989df23d75099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:27:59 +0000 Subject: [PATCH] Bump github.com/nextmn/logrus-formatter from 0.0.1 to 0.0.2 Bumps [github.com/nextmn/logrus-formatter](https://github.com/nextmn/logrus-formatter) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/nextmn/logrus-formatter/releases) - [Commits](https://github.com/nextmn/logrus-formatter/compare/v0.0.1...v0.0.2) --- updated-dependencies: - dependency-name: github.com/nextmn/logrus-formatter dependency-version: 0.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 6 ++---- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 60687d2..9fca5c6 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,9 @@ module github.com/nextmn/docker-setup -go 1.23.0 - -toolchain go1.23.5 +go 1.25.5 require ( - github.com/nextmn/logrus-formatter v0.0.1 + github.com/nextmn/logrus-formatter v0.0.2 github.com/sirupsen/logrus v1.9.3 github.com/urfave/cli/v2 v2.27.7 ) diff --git a/go.sum b/go.sum index 610a013..d0c7412 100644 --- a/go.sum +++ b/go.sum @@ -3,8 +3,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6N github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 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.0.1 h1:Bsf78jjiEESc+rV8xE6IyKj4frDPGMwXFNrLQzm6A1E= -github.com/nextmn/logrus-formatter v0.0.1/go.mod h1:vdSZ+sIcSna8vjbXkSFxsnsKHqRwaUEed4JCPcXoGyM= +github.com/nextmn/logrus-formatter v0.0.2 h1:3eQeBenWxWSX2i+h/ESMmjwS6wP3UmhEgLMu66BX9Ao= +github.com/nextmn/logrus-formatter v0.0.2/go.mod h1:DZrXx9tS+t0Qn86tfsQa1sZNwGMXrLTHpczUQwd/UgI= 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/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=