From 26c35637c95ca341e971a7be0bd368c284ecb226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 12:49:56 +0000 Subject: [PATCH] Bump github.com/TwiN/go-color from 1.4.0 to 1.4.1 Bumps [github.com/TwiN/go-color](https://github.com/TwiN/go-color) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/TwiN/go-color/releases) - [Commits](https://github.com/TwiN/go-color/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/TwiN/go-color 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 104aa9d..2b8bb78 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/jandroav/vtrain go 1.19 require ( - github.com/TwiN/go-color v1.4.0 + github.com/TwiN/go-color v1.4.1 github.com/ivanpirog/coloredcobra v1.0.1 github.com/sirupsen/logrus v1.9.0 github.com/spf13/cobra v1.8.0 diff --git a/go.sum b/go.sum index d094c99..1adea99 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/TwiN/go-color v1.4.0 h1:fNbOwOrvup5oj934UragnW0B1WKaAkkB85q19Y7h4ng= -github.com/TwiN/go-color v1.4.0/go.mod h1:0QTVEPlu+AoCyTrho7bXbVkrCkVpdQr7YF7PYWEtSxM= +github.com/TwiN/go-color v1.4.1 h1:mqG0P/KBgHKVqmtL5ye7K0/Gr4l6hTksPgTgMk3mUzc= +github.com/TwiN/go-color v1.4.1/go.mod h1:WcPf/jtiW95WBIsEeY1Lc/b8aaWoiqQpu5cf8WFxu+s= github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=