From 1b4c7f5d98b91d33efaac3f2585db23065d6b2b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 08:49:40 +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 72acbc4..cdf3ed2 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/google/uuid v1.6.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 gorm.io/driver/mysql v1.5.6 gorm.io/driver/postgres v1.5.7