From c94091f5c30fdd1831d75073c9f4e8c6cb2787ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 12:43:21 +0000 Subject: [PATCH] fix(deps): update module github.com/fatih/color to v1.15.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b13498c7..0259aec2 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect github.com/docker/docker v20.10.5+incompatible github.com/dustin/go-humanize v1.0.0 - github.com/fatih/color v1.12.0 + github.com/fatih/color v1.15.0 github.com/fullstorydev/grpcurl v1.8.5 // indirect github.com/go-git/go-git/v5 v5.1.0 github.com/go-kit/kit v0.12.0 // indirect