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=