From e55cd42ed030c4ba1d16317d74ae451d491c1adb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:41:19 +0000 Subject: [PATCH] Update module github.com/fatih/color to v1.18.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e549ce9..94f91a2 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/evanphx/json-patch v4.5.0+incompatible // indirect - github.com/fatih/color v1.13.0 + github.com/fatih/color v1.18.0 github.com/go-openapi/spec v0.17.2 // indirect github.com/googleapis/gnostic v0.3.1 // indirect github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect