From 7117d3b97d608f48b1b6206bd1cf2989e0f428b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:15:50 +0000 Subject: [PATCH] Bump github.com/echocat/slf4g from 1.6.0 to 1.6.1 Bumps [github.com/echocat/slf4g](https://github.com/echocat/slf4g) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/echocat/slf4g/releases) - [Commits](https://github.com/echocat/slf4g/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/echocat/slf4g 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 b08e6c6..9f0fb0b 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/echocat/slf4g-logrus go 1.14 require ( - github.com/echocat/slf4g v1.6.0 + github.com/echocat/slf4g v1.6.1 github.com/sirupsen/logrus v1.9.3 ) diff --git a/go.sum b/go.sum index 1a23a5c..d8ddf8f 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,8 @@ 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/echocat/slf4g v1.6.0 h1:7jUx4P8M87UIWVslSK8nYZwS4HT7sh5WBwstab4EDZA= -github.com/echocat/slf4g v1.6.0/go.mod h1:YvF/d1TcPvT+/xiHStLHPI4xPT1GGeEmPczn2MSljNA= +github.com/echocat/slf4g v1.6.1 h1:nQt0ZivDOsn8dyf3BJaHj1hWTF9MXsoefPUoTbVBI18= +github.com/echocat/slf4g v1.6.1/go.mod h1:YvF/d1TcPvT+/xiHStLHPI4xPT1GGeEmPczn2MSljNA= 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.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=