From 37f362e8b0caa877c21f8bb5eb0d3e3d1406f994 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 09:52:33 +0000 Subject: [PATCH] fix(deps): update module github.com/urfave/cli to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d263812..c860818 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/gin-gonic/gin v1.10.0 github.com/stretchr/testify v1.9.0 github.com/takama/daemon v1.0.0 - github.com/urfave/cli v1.22.15 + github.com/urfave/cli/v2 v2.27.2 github.com/urfave/cli/v2 v2.27.2 )