From 1072ccfdfdbc555e036c74d0d8421aa9eb924ce4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 22:35:40 +0000 Subject: [PATCH] fix(deps): update module github.com/urfave/cli/v2 to v3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 316fb79..fd76328 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/prometheus/client_golang v1.23.2 github.com/sirupsen/logrus v1.9.4 github.com/stretchr/testify v1.11.1 - github.com/urfave/cli/v2 v2.27.7 + github.com/urfave/cli/v3 v3.9.1 github.com/urfave/cli/v3 v3.9.1 go.uber.org/mock v0.6.0 )