From 26ba8a225f67e848f0c39589233e0cbb31e0a645 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 20:24:17 +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 23b69a2..6e5bdd3 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/gin-gonic/gin v1.9.1 github.com/stretchr/testify v1.8.4 github.com/takama/daemon v1.0.0 - github.com/urfave/cli v1.22.14 + github.com/urfave/cli/v2 v2.25.7 github.com/urfave/cli/v2 v2.25.7 )