From 547011846187ac26db45be3ad2458ac6ff814731 Mon Sep 17 00:00:00 2001 From: windyboy Date: Mon, 12 Aug 2024 17:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Update=20github.com/urfave/cli/v2?= =?UTF-8?q?=20to=20v2.27.4.=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 50f3b4f..78eb95e 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/onsi/ginkgo/v2 v2.19.1 github.com/onsi/gomega v1.34.1 github.com/spf13/viper v1.19.0 - github.com/urfave/cli/v2 v2.27.3 + github.com/urfave/cli/v2 v2.27.4 go.uber.org/zap v1.27.0 golang.org/x/oauth2 v0.22.0 gopkg.in/natefinch/lumberjack.v2 v2.2.1